1
vote
Resharper region options on Alt+Insert
there is usually a "wrap in regions" option towards the bottom of the dialog box, but not for this one. I would submit that to JetBrains as a request. For the time being, you'll have to select th …
0
votes
Is there a way to asynchronously filter an IList?
If your data is already rendered to the screen, you can access the dom and manipulate the dom and hide/remove the ones you want. I've done this with jquery, but the same should be possible with AS …
0
votes
db4o client/server appears to only be able to process one query at a time?
where is the client being created? I don't see that in the above code sample
…
1
vote
HTTP Post in C# console app doesn’t return the same thing as a browser request
In your code you a specify the post method, where when you POST the address in the browser it is most likely using a GET. Create a simple html form and specify POST as the method and your url as t …
0
votes
Properly bind a Windows Forms Datagrid to an array
This is off the top of my head, but I think you need to implement an event that gets fired when you change a grid cell or click the update button.
…
