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 | Oct 15, 2010 | .NET 2.0+, ASP.NET, Blog, Sql Server
I was thinking what title was more appropriate for this blog post, the one actually used above, or would “Sql Server as lock manager” would have been more appropriate.Today only, I had a situation where I needed to ensure that multiple instances of one of...
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 | Aug 23, 2010 | .NET 2.0+, ASP.NET, Blog, Coolite, Ext.Net, ExtJs
Its so strange that just when you begin to feel like that you know a framework or toolkit in-depth, something from the same pops-up to surprise you and force you to rethink. I recently had a similar situation with the Ext.Net toolkit, that I have been using for...
Recent Comments