How many classes can a single .NET DLL contain?
Answer Posted / sandeep thakur
Multiple inheritance!
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain asp.net mvc request life cycle? : asp.net mvc
Name the two properties are on every validation control?
What is the full form of asp.net?
What is Web API?
What is the difference between adding reference in solution explorer and adding references by using ?
What is connection pooling and how to enable and disable connection pooling?
What is the biggest disadvantage of “Other Return Types” in Web API?
Explain the use of duration attribute of @outputcache page directive.
Describe the disadvantage of cookies.
Which of the following .NET framework supports Web API?
What is ispostback method in asp.net? Why do we use that?
Is there any alternative to avoid name collisions other then Namespaces?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is use of Master Page in ASP.NET web pages?
Can user control be stored in library?