by Rahul Singla | Nov 14, 2013 | .NET 4.0+, .NET 4.5+, Blog, C#, VB.NET, Visual Studio
Hello World :)It’s been so long since I last blogged, it essentially feels to be blogging like first time. A lot has happened all this time, and I hope I would be able to share some of my learnings more frequently going forward.Switching to the topic of the...
by Rahul Singla | Sep 20, 2012 | .NET 2.0+, Blog, C#
While working on a project, we recently came across a requirement to be able to digitally sign pdf documents in C# code using a public/private key pair and later be able to verify the signature. Basically we were working on an online e-Tendering portal for a...
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 | 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