How many classes can a single .NET DLL contain?
Answer Posted / pathy
we can define as many classes as you wany
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a page theme and a global theme?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is anonymous authentication?
Which asp.net objects encapsulate the state of the client and the browser?
Can you change a master page dynamically at runtime? How?
What is the mvc model?
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?
How can we Validate a Controls in ASP.NET page using JavaScript?
Can we have a web application running without web.config file?
What’s the catch?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Explain repository pattern in asp.net mvc? : asp.net mvc
What is session state server?
How can you register a custom server control to a web page?