by Rahul Singla | Apr 9, 2011 | .NET 2.0+, Blog, C#, VB.NET
A couple of days ago, I needed to find all calls to a specific method in a large number of javascript files. The exact method call looked something like following:Rahul.t(‘String to be translated.’);If you have been following my blog posts, or have...
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...
by Rahul Singla | Jun 26, 2010 | .NET 2.0+, ASP.NET, Blog, C#, Coolite, Ext.Net, ExtJs, VB.NET
Well, I discovered this problem and its solution sometime earlier. However lately, a couple of my colleagues approached me for advice with the same issue, and I thought of writing a blog post for the same.In a nut-shell, the problem is that ASP.NET transfers the data...
by Rahul Singla | Jun 26, 2010 | .NET 2.0+, Blog, PHP 5.x, VB.NET, Visual Studio
I am currently working on an assignment to convert a Perl/PHP based intra-net project to an ASP.NET web application.The complexity of the project has been significant as it involves the management of an internal Windows 2003 Active Directory setup for a large...
by Rahul Singla | May 4, 2010 | .NET 2.0+, ASP.NET, Blog, C#, VB.NET, Visual Studio
No doubt Visual Studio provides extensive Unit Testing framework. Plus there are feature-rich third-party frameworks (e.g. NUnit) available for Unit Testing your .NET code.However, I was disappointed by lack of .NET support for Assertions. As you might be able to...
by Rahul Singla | Mar 21, 2010 | .NET 2.0+, ASP.NET, Blog, C#, Coolite, Ext.Net, VB.NET
Working on a custom Window control derived from Coolite Window control, I wanted to ensure that my script file for the custom Window gets included at an appropriate place in the page header before the ClientInitScript for my custom control.Although you can directly...
Recent Comments