How many classes can a single .NET DLL contain?
Answer Posted / rajneesh
Many Classes
Rajneesh Hajela
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is a pixel url?
What is tracing? Where is it used?
Name the tools or API for developing or testing web api?
Explain the significance of routing? : asp.net mvc
Explain about consistent programming model in the .NET framework?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is the full meaning of asp.net?
Define authentication and authorization.
What is synchronous and Asynchronous post back ?
Is LINQ performance wise better or using sqlcommand?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is routing in MVC?
Explain the difference between globalization and localization techniques
Is asp.net still used?
Should I delete cookies?