.NET Tutorials, Forums, Interview Questions And Answers
Welcome :Guest
 
Sign In
Register
 
Win Surprise Gifts!!!
Congratulations!!!




Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.


Post New Question Subscribe to Interview Questions
 
Quick Links For Interview Questions Categories:
ASP.NetWindows Application  .NET Framework  C#  VB.Net  ADO.Net  
Sql Server  SharePoint  Silverlight  OOPs  JQuery  JavaScript/VBScript
BiztalkPatten/PracticesIISWCFWPFWWF
NetworkingAptitudeOthers  All    
 

Patten/Practices Interview Questions and Answers

You found a code of List which is slower in enumeration. How to make it faster? (Arch level)

Author: Jean Paul          Posted Date: May 11, 2011    Category: Patten/Practices     Points: 40

Use HashSet class.

What is Microkernel architectural pattern?

Author: Jean Paul          Posted Date: May 11, 2011    Category: Patten/Practices     Points: 40

Microkernel is a pattern where the core functionalities will be kept minimal and we will use extensible features to provide the additional functionalities.

It is recommended where an application will have different views or tends to change with time. This could be accomplished by keeping the core features unchanged.

Which is the design pattern that is type-safe and still extensible on runtime?

Author: Jean Paul          Posted Date: May 04, 2011    Category: Patten/Practices     Points: 40

Decorator Pattern design pattern that is type-safe and still extensible on runtime

What is the latest version of WCSF?

Author: Jean Paul          Posted Date: December 07, 2010    Category: Patten/Practices     Points: 15

WCSF 2010

Which patterns/practices framework incorporates MVP?

Author: Jean Paul          Posted Date: December 07, 2010    Category: Patten/Practices     Points: 15

Web Client Software Factory

Which design pattern to use if i needed to add additional responsibilities at runtime?

Author: Jean Paul          Posted Date: December 07, 2010    Category: Patten/Practices     Points: 15

Decorator Pattern design pattern is use if i needed to add additional responsibilities at runtime

What is design pattern?

Author: Ramesh P          Posted Date: October 31, 2010    Category: Patten/Practices     Points: 10

Design pattern are recurring solution to the recurring problem.

There are basically classified in to three categories. They are,
1. Creational pattern
2. Structural pattern
3. Behavioural pattern.

« Previous1Next »



Hall of Fame    Twitter   Terms of Service    Privacy Policy    Contact Us    Archives   Tell A Friend