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 current version of asp.net?
What are the difference between overriding and overloading?
What is the maximum timeout we can set for Cookies?
Diff between web user control and web custom control?
How do I publish my asp.net application to my isp's web server?
What's the ASP.Net Application life cycle?
What is the namespace to create thread in .net?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
Can I read the hard disk serial # of the client computer using asp.net?
What are the asp.net security controls?
What are the different authentication modes in asp.net?
Define web services in asp.net.
List some of the important session state modes of asp.net.
what is the difference between response.write() and response.output.write()?
Define managed code and managed data in .net?