Author: Sumit Gupta

  • 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. It has quite a few steps before I achieve a acceptable speed with database and here is list of those that need to be taken…

  • 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 extend my knowledge to new mobile like iPhone or Andriod. I can already do Win Phone software development. Anyways, I was just getting lazy to…

  • 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 simple. What is more simple then 1990’s fashion plain text with modern touch. Thanks for Hybird the. I will modify it with time, but for…

  • 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 “Folder not found”. I try to delete it from command prompt, with same result. When I try to take ownership of folder, yet again it…

  • 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 have it. But soon the great feeling becomes a nightmare. It was not that hosting company is not that good, it was just that the…

  • 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 🙂

  • Selecting menu item using Javascript

    Okay, I create a pure CSS menu that use UL/LI structure to maintain the child relationship. All was great with this menu except that when you are on any of menu item page it doesn’t highlight that menu item explicitly. If you consider this it is not a big deal. What you can do is…