Browse by Tags

All Tags » Tips and Tricks » ASP.NET » LINQ » Visual Studio (RSS)

Tip/Trick: Building a ToJSON() Extension Method using .NET 3.5 by ScottGu

Earlier this year I blogged about a new language extensibility feature of C# and VB called "Extension Methods". Extension methods allow developers to add new methods to the public contract of an existing CLR type, without having to sub-class it or recompile...

My ASP.NET 2.0 Tips, Tricks, Recipes and Gotchas "Highlights Page" by ScottGu

Several people have sent me email lately asking for a suggested short-list of my best/favorite past blog posts to read (I’ve done 200 posts over the last 12 months and apparently it takes too long to read them all <g>). I’ve put together...
More Posts