What is default modifier for an Interface ?

Wednesday, July 15, 2009


public.






www.codecollege.NET

What is the default modifier for a Class?


private.






www.codecollege.NET

What is Default Authentication in ASP.NET?


Windows.






www.codecollege.NET

Can we inherit a static class ?


No.






www.codecollege.NET

What is default time duration for a session?


20 seconds.






www.codecollege.NET

How to enable javascript debugging in Visual Studio IDE?


You need to do 2 things for that.

1. Write debugger statement at the line from where you want to debug.
2. Enable javascript debugging in the browser property settings.






www.codecollege.NET

What are Attribute? What is the use of it? What are the types?


Attributes is feature using which you can add metadata to your classes. Metadata means giving declarative information about your classes, methods,etc.


Types:
1. Intrinsic
2. Custom


1. Intrinsic
The belong to .NET CLR.
2. Custom
They are the attributes developed the developer.






www.codecollege.NET
Blog Widget by LinkWithin