What is the difference between web application and enterprise application?
No Answer is Posted For this Question
Be the First to Post Answer
How to convert a .NET object into COM operabililty?
0 Answers Petranics Solutions,
Define marshling?
What are the new 2.0 features useful for?
Explain how garbage collection works?
How to create properties and methods using controls?
What is interface and abstract class in .net?
what is use of learning .net? does we get good jobs based on .net?
Where does the dispose method lie and how can it be used to clean up resources?
What are the security policy levels in .Net
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.
Write the .net syntax for 'for loop'?
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