What you mean by partial Class in asp.net 2.0?

Answers were Sorted based on User's Feedback



What you mean by partial Class in asp.net 2.0?..

Answer / sridhar

Your class definition can be split into multiple physical files; it allows a clean separation of business logic and the user interface

Is This Answer Correct ?    8 Yes 0 No

What you mean by partial Class in asp.net 2.0?..

Answer / amiya kumar parida

Partial class means a class declaired as partial can be
splited in to many physical file (i.e the defination of
class can be in more than one file) but at the time of
compilation it grouped up and compiled

Is This Answer Correct ?    7 Yes 0 No

What you mean by partial Class in asp.net 2.0?..

Answer / nallamani

This new feature, partial class, allows you to allot
different developers to develop the code for different
functionalities that are available in a single class.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How would you get asp.net running in apache web servers?

0 Answers  


If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?

1 Answers  


How to do state management in ASP.NET?

0 Answers   BirlaSoft,


What is asp.net introduction?

0 Answers  


5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?

0 Answers   Swatz Oils,


How Web Service help? What is the difference between Remoting & Web Servcies?

2 Answers  


What is the concept of postback in asp.net?

0 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

3 Answers  


Difference between .NET and previous version?

1 Answers   Microsoft,


Explain the difference between server control and html control.

0 Answers  


Explain how inline and code behind is used differently ?

1 Answers   Siebel,


what are the components available in global.asax ?

1 Answers  


Categories