Browse by Tags

All Tags » LINQ » Tips and Tricks » ASP.NET (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...

ASP.NET Tips and Tricks and LINQ Slides/Demos from CodeMash by ScottGu

Below are the slides + demos for the two breakout talks I presented this past Friday at the CodeMash conference : ASP.NET 2.0 Tips and Tricks This talk covered ASP.NET UI, AJAX, Caching and Deployment Tips and Tricks, and Visual Studio 2005 tips/tricks...

Tips/Tricks and LINQ Slides+Demos from my Talk in Dallas by ScottGu

I had a great time presenting for a few hours to the North Dallas .NET User Group this past Thursday. I covered two topics: ASP.NET 2.0 Tips and Tricks This talk covered ASP.NET UI, AJAX, Caching and Deployment Tips and Tricks, and Visual Studio 2005...

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