Skip to content

Category: Uncategorized


Categories:

Why I am still not using ASP.NET MVC Framework !

Post date:

It’s said “ASP.NET MVC Framework” is the biggest innovation in Microsoft web development since ASP.NET 1.0″. Eventhough techies are of the view that APS.NET WebForms programming is here to stay many have started predicting its replacement with MVC within a year or so. Let me quote Jeffrey Palermo, author of “ASP.NET MVC in Action” – […]

Categories:

Procedure to script your data (to generate INSERT statements from the existing data)

Post date:

This procedure generates INSERT statements using existing data from the given tables and views. Later, you can use these INSERT statements to generate the data. It’s very useful when you have to ship or package a database application. This procedure also comes in handy when you have to send sample data to your vendor or […]

Categories:

Difference between using SET and SELECT when assigning variables in T-SQL

Post date:

I came across a great article by Narayana Vyas Kondreddi that describes the difference between the SET and SELECT .The article is well worth the read, but here are the main points: SET is the ANSI standard for variable assignment, SELECT is not.SET can only assign one variable at a time, SELECT can make multiple […]

Categories:

A New Approach to Web Applications: AJAX

Post date:

If anything about current interaction design can be called “glamorous,” it’s creating Web applications. After all, when was the last time you heard someone rave about the interaction design of a product that wasn’t on the Web? (Okay, besides the iPod.) All the cool, innovative new projects are online. Despite this, Web interaction designers can’t […]