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 | Sep 15, 2010 | .NET 2.0+, ASP.NET, Blog, C#, Coolite, Ext.Net, Visual Studio
A couple of days ago, I was asked to figure out if it’s possible to integrate Ext.Net DirectMethods with the ASP.NET asynchronous pages to achieve scalability with long running DirectMethod calls. For the starters, if you are not aware of asynchronous pages in...
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 | 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...
by Rahul Singla | Mar 8, 2010 | .NET 2.0+, ASP.NET, Blog, C#, Crystal Reports, VB.NET, Visual Studio
I was having considerable problem figuring out a way to specify the connection parameters for my Crystal Reports at runtime that used the Pull model for stuffing data. The problem was that I needed to use a different runtime connection than what was configured for the...
Recent Comments