Explain dataset.acceptchanges and dataadapter.update methods in .net?
No Answer is Posted For this Question
Be the First to Post Answer
What is the native image generator?
What is MSIL, IL, CTS?
Name the classes that are introduced in the system.numerics namespace.
How many types of exception handlers are there in .NET?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
How do you create threading in .NET? What is the namespace for that?
How is meant by dll in .net?
Explain what is the difference between constants and read-only variables?
Why MVC programming model preferred?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What is .net3.0 and .net3.5?
What is data type and how many types of data types are in .NET ?