How is threading done in .net?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how does assembly versioning work?
What does il do?
What is LINQ?
How to get the hostname or IP address of the server?
What is immutability?
What are the benefits of Model-View-Controller Architecture?
How many types of transactions are there in com + .net ?
What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
. How .NET can support multiple languages?
How can you manage pagination on a page using .Net?