by Rahul Singla | Nov 19, 2009 | Blog, Sql Server
One problem I have always faced with Sql Server (more so, after I used MySql, and saw that MySql allows this) is to find a way to limit the number of rows being fetched in a SELECT query.Although Sql Server provides a ROWCOUNT statement & TOP clause for the SELECT...
by Rahul Singla | Nov 16, 2009 | Blog, Visual Studio
Almost all of us must have encountered the following message in the Output window while getting a batch (.bat) file executed in Visual Studio as part of the build process for some project.”∩╗┐” is not recognized as an internal or external command, operable...
by Rahul Singla | Nov 10, 2009 | .NET 2.0+, ASP.NET, Blog, C#, Coolite, Custom Controls, Ext.Net, ExtJs, VB.NET
I have been a big fan of Coolite/ExtJs frameworks. ExtJs provides the client-side framework for Web 2.0 applications that I did not believe was possible, until I actually saw & used the ExtJs library. Simultaneously, the Coolite team has done an excellent task of...
by Rahul Singla | Nov 5, 2009 | .NET 2.0+, Blog, Office
One of my clients recently asked me to generate dynamic reports from content in the database, where the content contained Html entered by him through a WYSIWYG editor from a web application. I already had a library, that allowed considerable flexibility in generating...
by Rahul Singla | Nov 4, 2009 | Blog, JME
I recently finished work on my first Java ME application. It was basically a prototyping application for my client based in Italy, to see how fast can we send SMSes from his service provider.The application (whose jad & jar files are attached below), basically...
Recent Comments