On Error GoTo statements is an example of Vb.Net's Unstructured Exception
Handling . VB.NET has two types of Exception
handling . Structured Error Handling and Unstructured Error handling . VB.NET using Try..Catch statement for Structured Error handling and On Error GoTo statement is
using for Unstructured Error handling.
Monday, 20 February 2012
Difference between Abstract class and Interface in C# .Net
What is an Abstract Class?
An abstract class is a special kind of class that cannot be instantiated. So the question is why
we need a class that cannot be instantiated? An abstract class is only to be
Sunday, 12 February 2012
What is a CLR?
Full form of CLR is
Common Language Runtime and it forms the heart of the .NET framework.All Languages have
runtime and its the responsibility of the runtime to take care of the code execution of the program.For example
Monday, 26 December 2011
What Is A Assembly?
What Is A Assembly
1. Assembly is a unit of deployment like EXE or a DLL.
2. An Assembly consists of one or more files(dlls,exe's) and represents a group of resources,
Software Development Life Cycle(SWDLC)
Software Development Life Cycle(SWDLC)
Introduction : -
A software Development life cycle (SWDLC) is an abstract
representation of gradual development and evolution of the software the
undergoes a series of sequential or concurrent step of the software development
process. Each of these steps in the development of a software product which may
be either a minor oe major component of the software system in contribution to
the completion of the system.
Subscribe to:
Posts (Atom)