On which situation Partial Classes are used ?

Thursday, August 6, 2009


When multiple programmers need to work on a same class then Partial class is an obvious choice.


www.codecollege.NET

What is a Partial Class (or struct or interface)?


A partial class is a feature in which you split a class definition into two or more files. All the parts are joined together when the application is compiled.


www.codecollege.NET

Do Login Controls implement Forms Authentication ?


Yes.


www.codecollege.NET

Can we Inherit Abstract Class ?


Yes.


www.codecollege.NET

How can you provide an alternate color schema in a Repeater Control ?


You can provide an alternate color schema in a Repeater Control AlternatingItemTemplate.


www.codecollege.NET

What is the life span for items stored in ViewState ?


Items stored in ViewState exists until the page in which they are stored exists.


www.codecollege.NET

Is String Mutable or Immutable ?


Immutable


www.codecollege.NET
Blog Widget by LinkWithin