Answer Posted / sri
We can split one part of a class in one file and the other
part in some other file using the partial keyword. The
compiler merges these partial classes spread across one or
more source files into a single compiled class at the time
of compilation .
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
Is asp.net web forms dead?
What is the difference between typeof() vs gettype()?
What are client activated objects?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
Describe the difference between inline and code behind - which is best in a?
Explain Session state management options in ASP.NET.
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
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 asynchronous call?
What are cao and sao.
IN an ASP.NET Web application if there is any error, how can you debug?
What describes a query?
Write some code using interfaces, virtual methods, and an abstract class`
Where is http session stored?