By Sumit Gupta on October 11, 2011
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 it working. I had this error quite a time in early days of my programming and just found same error in one of junior’s code. [...]
Posted in .NET, ASP.NET, C#.NET, VB.NET/VB, WPF | Tagged .NET, GDI+, Generic Error |
By Sumit Gupta on September 8, 2011
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 his effort of writing and Connection everytime. Everything works great during our development and online reviewing. However as soon as we lauch website in beta [...]
Posted in .NET, ASP.NET, C#.NET, Concept/algorithm, Database, VB.NET/VB | Tagged ASP.NET, SQLConnection, Static Object |
By Sumit Gupta on July 21, 2011
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
Posted in .NET, ASP.NET, C#.NET |
By Sumit Gupta on May 28, 2011
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 Array in JSON format after using JavascriptSerialize.Serialize method and it is making not so perfect Json script. I said it is not making perfect json [...]
Posted in .NET, ASP.NET, C#.NET, JQuery, JSON, VB.NET/VB | Tagged .NET, Jquery, JSON, Serialize |
By Sumit Gupta on January 23, 2011
It is good to back as programmer. Loving my new phase of development career, I got involved in development of a online card game. After lot of thinking and reading, I decide to use some new technology and methodology which I have been hearing about a lot. I don’t dare to use them as I [...]
Posted in .NET, ASP.NET, Blog: My thoughts, C#.NET, Joyous | Tagged Visual Studio 2010, WCF, WebService, WPF |
By Sumit Gupta on March 5, 2010
This is what Microsoft has to say through it’s WEB portal (http://www.microsoft.com/web ), where it distribute one of leading platform for Web application development and deployment. Well this message can be a direct/indirect attack on those who thing Microsoft is up again only making $$$ and not services. Well guys you are wrong, check this [...]
Posted in .NET, ASP.NET, Blog: My thoughts, PHP | Tagged Apache, IIS, Microsoft, Web |
By Sumit Gupta on August 18, 2009
When I first heard that Microsoft change the file extension of MS Office Products and add “x” in them, I got surprised as that was not very common practise for me. But today when I word on that new file format, I really would say, it was a good move. Those who don’t know, Microsoft [...]
Posted in .NET, ASP.NET, C#.NET, Links, VB.NET/VB | Tagged file format, Office 2007, Office Open XML, Open XML, OpenXML |
Recent Comments