Interview Questions Collections
Posted by : sarav
on 9:23 PM
Here I have given the collections of Interview questions which I have collected.... You can read it and give me your feed back and suggestion. Also please send me the questions if you any then I can post them also to here. So easily an Reader learn lot from this.... Please read more at Questions and Answers
The .NET Framework has two main components: the common language runtime and the .NET Framework class library.
You can think of the runtime as an agent that manages code at execution time, providing core services such as memory management, thread management, and remoting, while also enforcing strict type safety and other forms of code accuracy that ensure security and robustness.
The class library, is a comprehensive, object-oriented collection of reusable types that you can use to develop applications ranging from traditional command-line or graphical user interface (GUI) applications to applications based on the latest innovations provided by ASP.NET, such as Web Forms and XML Web services.
Labels: Interview questions 0 Comments
What is DataSet ?
Posted by : sarav
on 10:06 AM
A DataSet is an in memory representation of data loaded from any data source. Even though the most common data sourceis database, we can use DataSet to load data from other data sources including XML files etc. In this article, we will talk about the role of DataSet in manipulating data from database.
In .NET, a DataSet is a class provided by the .NET Framework. The DataSet class exposes several proeprties and methods that can be used to retrieve, manipulate and save data from various data sources.
Labels: DOT Net 0 Comments
Subscribe to:
Posts (Atom)
Recent Comments