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: ASP.NET
ASP.NET: Why my cookie is not saving
Funny, today after years I thought to finally use Cookies in one of my project. It is probably my first attempt to use Cookie in ASP.NET in last 5 yrs….
WKHTMLTOPDF: A Free PDF solution
As any other developer we often find it difficult to get a Website to print something accurately, specially when printing labels for mailing as they are outside the default print…
Static Object in ASP.NET
Recently I found a problem in one of application we developed. Here my colleague use a Static SqlConnection object through a class in his code. He did that to save…