While writing code and then debugging with step by step debugger you often just roll over a variable to see what it contain. With custom class it shows the class…
Category: ASP.NET
ASP.NET MVC 5: Session not working
Just encounter an issue with ASP.NET MVC 5, the sessions are not working. i.e. when I put a value in controller like Session[“mysession”], it do not shows the same value…
PDF Creation: wkhtmltopdf
In past I post about how good wkhtmltopdf is. I have used it for few of my projects. Really it is the cheapest [as it is open source and free]…
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…
Sandcastle: Code Documentation in C#
Over the years I use lot of documentation and those help me build my software with ease. However, never need to build one for my projects as they are not…
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…