How many classes can a single .NET DLL contain?
Answer Posted / venkat
One or more than one class. depending upon the programmer
requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you declare static variable?
Explain about Application and Session Events ?
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)
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What is the page life cycle in asp.net?
What are the different method of navigation in asp.net?
Explain about asp.net 2.0 themes?
Explain about the .NET framework?
Define page output caching?
How many web.config files can I have in an application?
What is viewstate? In which event of the page life cycle, is the viewstate available?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is active web pages?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Can we add code files of different languages in app_code folder?