What is .net technology?
No Answer is Posted For this Question
Be the First to Post Answer
How can we convert XML data into DataBase table IN .Net?
How can you clean up objects holding resources from within the code?
Explain something about WebService?
what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?
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
Which is the main Difference Between .Net 2003 and .Net 2005?
What?s Singleton activation mode?
What are the different.net tools which you used in projects?
What is connection pooling and how do you make your application use it?
How many design patterns can be created in .net?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?