how do you use two datareaders at the same time in a vb.net windows application ?
for example: while(datareader1.read()) while(datareader2.read()) end while end while Read more »
for example: while(datareader1.read()) while(datareader2.read()) end while end while Read more »
system.Data.OleDB It contains the objects that we use to connect to a data source via an OleDB provider , such as OleDbConnection, OleDBCOmmand System.Data.SqlClient It... Read more »
With the help of xcopy we solve the problem of DLL HELL and com dependencieswhen we make xcopy of project all the dll, dependencies, assembly are updated automaticalyĂ‚... Read more »
data set is a collection of data table it is based on xml format ,it is used for data storing in cache as a disconnected recordset dataset is using data manipulation... Read more »
Each instance of a reference type has two fields maintained by the runtime - a method table pointer and a sync block. These are 4 bytes each on a 32-bit system,... Read more »
Delegates are used as pointer to hold the controls actually i used the delegates when there is problem in VB.Net 2005 where each control is already threaded, to... Read more »
The Microsoft Certified Application Developer (MCAD) credential provides industry recognition for professional developers who build powerful applications using Microsoft... Read more »
MSIL and IL are same there is no difference. .clr is a main thing it produce the MSIL (microsoftĂ‚ intermediate language(MSIL) or Intermediate Language (IL)). so... Read more »
Manifest is part of MetaData Manifest contains information about Assembly version, culture, dependencies etc. while Metadata is data about data i.e. information... Read more »
im arr(1, 2) As String arr(0, 0) = “Sandip” arr(0, 1) = “India” arr(1, 0) = “Jon Doe” arr(1, 1) =... Read more »
Once the software is complete, it will go though rigorous testing before its actual integration. In this article we will take a look at different types of... Read more »
Biggest trap of all. This is a test to see if you will speak ill of your boss. If you fall for it and tell about a problem with a former boss, you may well below... Read more »
Order of evaluation of operators is, first arithmetic operators are evaluated, and comparison operators are evaluated next and at the last logical operators are... Read more »
There are many useful constants present in Visual basic script which you can use in your code. They ease your work load by remembering value and implementing in... Read more »
Filter expression returns an array based on a specific filter search condition and it returns a zero based array. Arguments included in the filter array are Input... Read more »