Enterprise Patterns
Summary
Enterprise patterns represent architectural building blocks that aid in the design of enterprise applications. Chiefly, the patterns help to reduce complexity and increase maintainability. This Drill features important Enterprise patterns such as Model View Presenter, Domain Model, Gateway, and Service Locator.
Audience
This Drill is for developers who want to learn more about some commonly used Enterprise patterns, which help to enhance maintainability and avoid excessive complexity in your applications.
What you'll learn
You will learn how to apply Enterprise patterns such as Model View Presenter, Domain Model, Gateway, and Service Locator. Additionally, you will learn how to create a layered application architecture and use a sevice layer.
What you need to know
We assume that you’re already familiar with programming concepts and that you’ve used Visual Studio. For this particular Drill, you’ll also need to be comfortable with Visual Basic syntax and have experience in both object-oriented and web development. Although not essential, some familiarity with design patterns would also be useful.
