What is data type and how many types of data types are in .NET ?
No Answer is Posted For this Question
Be the First to Post Answer
. How .NET can support multiple languages?
What is Serialiazation?
How do I use the thread pool?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
What?s different about a Windows service as compared to a regular application?
What is model-view -controller Architecture?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
Explain the difference between public and static modifiers?
Why SOAP is required?
What are .net applications?