.Net Architecture Interview Questions

.Net Architecture Interview Questions

What are design patterns ?

What’s difference between Factory and Abstract Factory Pattern’s?

What’s MVC pattern? (Twist: - How can you implement MVC pattern in ASP.NET? )

How can we implement singleton pattern in .NET?

How do you implement prototype pattern in .NET?(Twist: - How to implement
cloning in .NET ? , What is shallow copy and deep copy ?)