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
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 named assemblies are allowed in the GAC.
I’ve been trying figure this out for almost a week… couldn’t find much help on Google , so I thought I’d share.
Well, here is [...]