Recently I use extension method in C# project. I knew those for years, but really never get a chance to use them where they are most effect. I have couple…
Tag: .NET
GDI+ Generic Error
I see lot of people asking about GDI+ Generic Error. Since this is “generic” error nobody can tell what is wrong with code. So did a work around and get…
ASP.NET JavascriptSerializer for Array
I need to throw some database entry which are as simple as TIME, for this I got a string array in my ASP.NET code behind. I was throwing this String…
.NET 4.0 On IIS 6
With my dedicated Windows 2003/IIS 6.0 server I want to run latest version of .NET framework on it. Hence I use my Web Platform Installer to install .NET 4.0. Everything…