What namespace is responsible for remoting in Dot Net?

Tuesday, August 4, 2009


System.Runtime.Remoting



www.codecollege.NET

What are the three measures in common use in Quality?


1. MEAN
2. MEDIAN
3. MODE




www.codecollege.NET

How will you implement observer pattern in .NET?


Observer pattern can be implemented using “Delegates” and “Events”.



www.codecollege.NET

What are Design Patterns ?


Design Patterns are best proven techniques for a common design problem. It is only a design technique and not code. Though code is available for almost all design patterns in all popular languages, design patterns mean the design technique alone.Each design pattern explains a repeated problem, gives standard solution to the problem.


www.codecollege.NET

What are the different types of diagram in UML?


1. Use Case Diagram
2. Class Diagram
3. Interaction Diagrams
4. Activity Diagram
5. State Diagram
6. Physical Diagrams



www.codecollege.NET

What are the differences between ASP Session and ASP.NET Session?


Asp.net session supports cookie less session & it can span across multiple servers whereas these are not available in ASP sessions.



www.codecollege.NET

In Which mode alone Session_Abandon is supported ?


InProc mode.



www.codecollege.NET
Blog Widget by LinkWithin