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…
SQLite Bulk Insert on ADO.NET
Today, I was trying to find an alternative on reading a Binary data file to use information in my software. For this I choose to use SQlite the embedded database….
Andriod Development
Sometime things are so easy to do that you never expect them to be that easy. Been a developer I thought to learn Mobile Development, or rather I should say…
New Look
After a long time finally give a new look to my Blog. I love the last design, but thought to get something which is more easy to read and is…
Deleting a Folder with Error “Path not found”
Okay after using computer for 13 yrs, I encounter a problem in deleting a empty folder in my system. Interesting ..huh? Whenever I press delete button on folder it says…
Why we don’t need VPS?
Late last year, I was pretty happy to have a budget to take a VPS for my company. This was first server that we own. What a great feeling to…
Session in ASP.NET handler Page
To use Session data in Handler Class you need to implement IRequiresSessionState which is part of Following namespace (using for helping copy/paste ) using System.Web.SessionState; Self reminder 🙂