Feeds:
Posts
Comments

Archive for September, 2007

.NET – Basic Terms in .Net

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 »

SQL – Temporary Tables

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 »