Archive

Archive for the ‘.Net’ Category

ADO.net Tutorial for beginners

October 7th, 2011 No comments

Ado.net:  Ado.net is the new technology and used to connect with different datasource. It provides interoperability and scalable data access by XML. So we can say if any application who can read the XML can process data. It is the new invention of Microsoft to fulfill the today’s application development requirement. Now days web applications are not tightly coupled, they have become loosely coupled web application model. All web applications are xml based.  Ado.net provide disconnected model along with tight integration with XML, Ado.net is based on Microsoft Active X Object (ADO).  It supports n Tier applications with the help of DataSet. Ado.net is based on XML. Means it uses xml for everything for example data encoding and data access.  Here everything is handle at the client side which increate the performance.

It is integral part of .Net Framework.  You can connect with your data source using Ado.net.  ADO.net has two main components as

>> Click here to Read the complete Article

Architecture of the .NET Framework

April 1st, 2011 No comments

The term .NET Framework refers to the group of technologies that form the development foundation for the Microsoft .NET platform. The key technologies in this group are the runtime and the class libraries, as shown in Figure

The runtime is responsible for managing your code and providing services to it while it executes, playing a role similar to that of the Visual Basic 6.0 runtime. The .NET programming languages—including Visual Basic .NET, Microsoft Visual C#™, C++ managed extensions, and many other programming languages from various vendors—utilize .NET services and features through a common set of unified classes.

>> Click here to Read the complete Article

Categories: .Net Tags: