Feeds:
Posts
Comments

Archive for the ‘.NET’ Category

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. [...]

Read Full Post »

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 [...]

Read Full Post »

.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 »