ASP.NET WebForms SEO: Compressing View State 2010-03-31 12:50 UTC .NET ASP.NET C# SEO WebForms In my previous post about Moving View State to Bottom of the Form I touched on one way to do some Search Engine Optimization in ASP.NET WebForms. Another thing...
ASP.NET WebForms SEO: Moving View State to Bottom of the Form 2010-03-30 13:52 UTC .NET ASP.NET C# SEO WebForms As we all know, SEO is very important for almost all sites and some of us are still stuck with sites based on ASP.NET WebForm. But there are still things you...
ASP.NET Request Paths Reference 2010-02-16 12:03 UTC .NET ASP.NET C# URI I decided to write down and document for myself the different paths provided by ASP.NET, to get a grip on the subject and a reference to turn to. The path I...
C# 4: Reflected Dynamics 2010-02-15 15:14 UTC .NET C# Dynamic In Scott Hanselman's blog-entry titled Back to Basics: C# 4 method overloading and dynamic types , Scott talks about method-overloads in C# 4 and the dynamic...
Visual Studio: C#-Settings & StyleCop 2010-02-12 14:35 UTC .NET C# Visual Studio Design Guidelines for .NET development is something very close and dear to me. Partially for my own sake, but mostly to have consistency across a company,...