Posted in .NET on September 30, 2007 | 20 Comments »
Introduction
In this article I am going to explain some basic concepts for .NET Framework, like classes, objects, garbage collection etc. These all topics are not explained in detail in article but some very easy and basic definitions for these concepts are given here, that are easy to understand.
—————————————————————————————————————————-
Classes
Classes are templates for an object. They describes [...]
Read Full Post »
Posted in SQL on September 27, 2007 | 26 Comments »
Introduction
Temporary Tables are a great T-SQL feature that lets you store and process intermediate results by using the same selection, update, and join capabilities that you can use with typical SQL Server tables.
βIn the early days when I used Access I used to create tables that I treated as temporary and then delete them whenever [...]
Read Full Post »