Just started using the ASP.Net Web Forms wrapper for JqGrid, worth taking a look at http://trirand.net/default.aspx
First look at the official JqGrid ASP.Net Web Forms control here http://www.trirand.net/jqgrid.aspx Includes support for Linq and object data sources.
Last night I was at the first meeting of the local alt.net book club, we’re currently going through a book called the art of unit testing. What I took from reading the first chapter and the discussion we had at the meeting was that you test your code already, your tests can be improved and unit testing [...]
Taken from http://sadeveloper.net/forums/p/1195/5115.aspx Saved me a lot of hassle Edit: If you have the debug and the release folder this may not work on the debug folder dll. It didn’t work for me. We’ve got a 3rd party DLL that we use (not strong named) and I wanted to add it to the GAC. Alas! Only strong [...]