Difference between ref & out parameters?What is that!!!!!!!!!!1 Hi,Regarding difference we can say that an argument passed to a ref parameter must first be initialized. Compare this to an out …
Type constructor and instance constructor
Hi ,Can anybody tell me about type constructor and instance constructor? Yes sure it goes this way we can say that instance constructor is executed when a new instance of type is created and the …
Continue Reading about Type constructor and instance constructor →
Destructors
Is there anyone to tell me the main points about the destructors????????(in numbered form will be easy to understand). Well My Dear friend in C# you can never call destructor, the reason is one …
Database
Hello, What are advantages of ADO.NET can nybody tell me !!!!!!! Yes friend the advantage of ADO.Net are 1. ADO.NET Does Not Depend On Continuously Live Connections 2. Database Interactions Are …
OLE Db
Hi,what's the difference between OLEDB Provider and SqlClient ? Hello We can say that SQLClient .NET classes are highly optimized for the .net / sqlserver combination and achieve optimal results. The …
Namespaces to connect database
Hey guys can you tell me what are the different namespaces used in the project to connect the database? Yes sure , the namespaces use to connect database are 1. System.Data.OleDb – classes that make …