© John Ciliberti 2017

John Ciliberti, ASP.NET Core Recipes, https://doi.org/10.1007/978-1-4842-0427-6_6

6. Solution Design Using ASP.NET Core MVC

John Ciliberti

(1)Sparta, New Jersey, USA

Before you can begin developing an application, you need to make several important decisions that will impact your application’s performance, its ability to scale, and how easy it will be to maintain and operate. These decisions include how you structure your code; how you store and access data; how you secure your application; and what configuration, high availability, and deployment models are used.

In the first part of this chapter, several recipes are dedicated to tackling the larger design questions and exploring the common reference architectures that can ...

Get ASP.NET Core Recipes: A Problem-Solution Approach now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.