Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
Explain the System.Data namespace in .Net Framework Class Library.
The System.Data namespace consists mostly of the classes that constitute the ADO.NET architecture. The ADO.NET architecture enables developers to build components that efficiently manage data from multiple data sources. In a disconnected scenario, for example where a mobile application client connects to a database, extracts data, and then disconnects, ADO.NET provides the tools to request, update, and reconcile data in multiple tier systems. The same ADO.NET model can be used in client applications, such as Windows Forms, in Web applications created with ASP.NET, in Web services, in daemon applications, or even in database trigger logic.
What are the ways to deploy an assembly?
What is the maximum size of the textbox?
What is the Satellite assembly ?
How to create an array of Web Server Controls?
What is DataSet Object in ADO.Net?
Why Session_End is not fired?
Do I have to use one programming language for all my Web pages?
What is a runtime host in ASP.Net?
How can I read and display Excel files from within my C# application?
What is Singleton activation mode?