.Net Architecture Questions
-
What are design patterns?
Design patterns are recurring solution to recurring problems in software architecture. There are three basic classification of patterns - creational, structural and behavioral patterns.
March 21, 2008 | Filed Under .Net Interview Questions | Leave a Comment.Net Object-Oriented Programming Concepts Questions
-
What is Object Oriented Programming?
It is a problem solving technique to develop software systems. It is a technique to think real world in terms of objects. Object maps the software model to real world concept. These objects have responsibilities and provide services to application or other objects.
March 9, 2008 | Filed Under .Net Interview Questions | Leave a Comment -