Introduction Hi to all, after a long time since my last article, I am back again. Actually I was busy in my MCA (Master of Computer Application) exams. But now the “TechAhead Express” is back again on the track. [...]
Archive for the ‘.NET’ Category
What’s New in "Visual Studio 2005" (Brief)
Posted in .NET on December 22, 2007 | 2 Comments »
.NET – Short interview Questions
Posted in .NET, Interview Questions on October 4, 2007 | 5 Comments »
Introduction
This article contains the short answer interview questions related to .NET, Mostly these questions are asked in the interviews so take a look of these, I am sure it will definitely help you.
Questions
Q1. Explain the differences between Server-side and Client-side code?
Ans. Server side code will execute at server end (where the website is hosted) and [...]
.NET – Basic Terms in .Net
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 [...]
