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 | Feb 7, 2011 | .NET 2.0+, ASP.NET, Blog, Javascript, PowerShell, PowerShell 2, Visual Studio
UPDATE (June 11, 2011): A complete sample ASP.NET application demonstrating features in this blog post is available here: ASP.NET – A complete translation framework through Powershell and Google Translate This was a rather interesting thing I did in the...
by Rahul Singla | Dec 20, 2010 | .NET 2.0+, Blog, C#, Javascript, Visual Studio
I finally got fed-up today with having to use online javascript beautifiers whenever I needed to re-format a minified javascript file to make it readable. I often need to reformat a minified script to have a look at some part of it and thought it would be great if a...
by Rahul Singla | Dec 1, 2010 | .NET 2.0+, ASP.NET, Blog, Coolite, Ext.Net, Visual Studio
I just had an immediate need for modifying the core Ext.Net scripts that are embedded into the toolkit assembly itself. Till now, I resisted all temptations for doing so earlier, instead choosing to override Ext.Net behavior when needed by including my own scripts...
by Rahul Singla | Oct 20, 2010 | .NET 2.0+, ASP.NET, Blog, C#, Visual Studio
So yesterday, I was creating a custom configuration section in web.config for an ASP.NET application. I did not had direct contact with the administrators who would administer the day-to-day operations of the application, and needed to make them aware of the various...
by Rahul Singla | Sep 23, 2010 | .NET 2.0+, ASP.NET, Blog, C#, VB.NET, Visual Studio
Well, I am in a bit of a hurry, so if you are not aware of what asynchronous web-methods in ASP.NET web-services are, or why and how to use them, check out this article on MSDN.Essentially, you split your regular web-method (let’s say XXX) to a pair of...
Recent Comments