by Rahul Singla | May 27, 2012 | .NET 4.0+, Blog, C#, Visual Studio, Windows Server, Windows Server 2003, Windows Server 2008
We had recently integrated Claims Authentication support in one of our enterprise applications. And it soon-after went into evaluation for a prospective clients. We had advised them to use ADFS (Active Directory Federation Services) to create the authentication...
by Rahul Singla | May 26, 2012 | ASP.NET, Blog, C#, DotNetNuke, DotNetNuke 4.x, DotNetNuke 5.x, DotNetNuke 6.x
A beginner ASP.NET developer also knows pretty well that each ASP.NET page needs to have a <form runat=”server”> tag on the page and that all server controls need to be present inside this tag (although this is not entirely true; you can place server...
by Rahul Singla | Mar 13, 2012 | .NET 4.0+, .NET 4.5+, ASP.NET, ASP.NET 4.0, ASP.NET MVC, Blog, Visual Studio
I do not have much time to provide the background, suffice it should be to say that I decided to adopt ASP.NET 4.0 MVC Web Api in a major way today after being in evaluation mode for some days (4.0 MVC was still in Beta as I wrote this).And so I needed to convert my...
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...
Recent Comments