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

Explain the difference between webfarm and webgardens in .net?

0 Answers  


Why do you use the app_code folder in asp.net?

0 Answers  


What is state management techniques in asp.net?

0 Answers  


Explain transparent caching with aop?

0 Answers  


When web.config is called ?

4 Answers   Keane India Ltd,






How does session authentication work?

0 Answers  


Explain the difference between server control and html control.

0 Answers  


which is best possible way to add data source to data grid when the data is huge(10 lack recored)how to edit a perticular row

3 Answers   Airtel, Aviva,


Can user control be stored in library?

0 Answers  


How to transpose rows into columns and columns into rows in a multi-dimensional array ?

1 Answers   Microsoft,


What is the usage of DelegatingHandler?

0 Answers  


Explain the difference between or and orelse?

0 Answers  


Categories