what are partial classes?
Answers were Sorted based on User's Feedback
Answer / rony sunny
Partial class is a new functionality that is included in
Visual Studio .Net 2005 and is supported in ASP.Net 2.0.
This new functionality helps you to split a single class
into multiple partial classes. These partial classes can be
in different individual files.
| Is This Answer Correct ? | 3 Yes | 7 No |
Answer / shoaib akhtar
Partial Class Means That At Compilation Time Your Code
Behind File And Web Form Are Now Merged Into One Class File.
| Is This Answer Correct ? | 7 Yes | 11 No |
Can I look at the IL for an assembly
What data type should you use if you want an 8-bit value that's signed ?
What is entity framework firstordefault?
What is poco proxy? : Entity framework
Explain encapsulation
1 Answers HPCL, Hughes Systique Corporation,
what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Key and Unique Key?
What is CLR and how it generates native code ?
1 Answers Digital GlobalSoft, Vital Soft,
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
Can we create the web service in windows application?
what is mean by COM (component object model) and component based software development? Is it .NET is first COM based technology? Please answer me. Advance thanks.
Why do you need to box a primitive variable