by Rahul Singla | Dec 27, 2011 | .NET 2.0+, Blog, Visual Studio
So it happened that I had a library project in a large solution in Visual Studio 2010 that I now wanted to operate as a Web Application project so I can configure an IIS application for it (it was bascially a bridge project for communication with a third-party library...
by Rahul Singla | Nov 21, 2011 | .NET 2.0+, Blog, C#, VB.NET
I think there’s hardly anything to explain here or give introduction about, the title says it all. I wrote a small function to zip directories recursively using the free and open-source ICSharpCode.SharpZipLib library.So without saying many more things,...
by Rahul Singla | Sep 30, 2011 | .NET 2.0+, ASP.NET, Blog, C#, Coolite, Ext.Net, VB.NET
Our designer had created a comprehensive custom theme for ExtJs, and we wanted to use it in our ASP.NET app that leverages Ext.Net and ExtJs extensively.If you have used Ext.Net, you would know that all ExtJs resources are embedded in Ext.Net.dll assembly that are...
by Rahul Singla | Aug 14, 2011 | .NET 2.0+, ASP.NET, Blog
One of my most important ASP.NET application in production last week saw a very confusing error. The client reported the following error when they came back to use the application on a fine Thursday morning: Hashtable insert failed. Load factor too high....
by Rahul Singla | Aug 7, 2011 | .NET 2.0+, ASP.NET, Blog, C#, Ext.Net, ExtJs, ExtJs 3.x, Javascript
I think all of us would agree that Ext.Net provides too good (and a bit complex) ExtJs and ASP.NET integration. It exposes almost all ExtJs toolkit classes server-side in ASP.NET and many of the popular extensions too. In addition, it provides own custom components...
by Rahul Singla | Jun 21, 2011 | .NET 2.0+, Blog, C#
In continuation to my pevious blog post on defining configuration path to connect to remote repos using SharpSvn, I present quick sample code for connecting to and fetching logs from a remote svn repo requiring authentication.The topic as such should not need much...
Recent Comments