by Rahul Singla | Sep 12, 2020 | .NET 2.0+, .NET 4.0+, .NET 4.5+, ASP.NET, ASP.NET 4.0, ASP.NET MVC, C#
If you have landed on this blog post, good chances are you are having issues with cookies of your web application which are being blocked by recent browser versions. Our case was no different. We have an enterprise web application built on .Net which is deployed on a...
by Rahul Singla | Aug 30, 2020 | .NET 2.0+, .NET 4.0+, .NET 4.5+, ASP.NET, ASP.NET 4.0, ASP.NET MVC, C#
Anyone working with XML would know the following 5 characters are reserved in XML and need to be encoded/escaped anytime they occur as content in XML (which could either be as attribute or element values): < (which needs to be escaped as & lt; in content)>...
by Rahul Singla | Mar 21, 2020 | .NET 4.0+, .NET 4.5+, ASP.NET, ASP.NET 4.0, C#, Encryption, PHP, PHP 5.x, Programming Techniques
Hello everyone, I am back 🙂 .In my last blog post, I promised I would be sharing my thoughts here more often, but it still took me almost an entire year to come back and write again on my blog. Anyways, I did something recently which was intriguing and exciting enough...
by Rahul Singla | Oct 25, 2014 | .NET 2.0+, .NET 4.0+, .NET 4.5+, ASP.NET, ASP.NET 4.0, Blog, C#, DNN 5.x, DNN 6.x, DNN 7.x, DotNetNuke, DotNetNuke 5.x, DotNetNuke 6.x, DotNetNuke 7.x, Visual Studio
I have to acknowledge, it has probably been more than a couple of years since I have done any real DNN (formerly DotNetNuke) development. Quite a few things seem to have changed in this time, especially with DNN 7.x.One of those changes I got stumped on recently...
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...
Recent Comments