Skip to content

PacktPublishing/Enterprise-Application-Architecture-with-NET-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enterprise Application Architecture with .NET Core

This is the code repository for Enterprise Application Architecture with .NET Core, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

If you want to design and develop enterprise applications using .NET Core as the development framework and learn about industry-wide best practices and guidelines, then this book is for you.

The book starts with a brief introduction to Enterprise Architecture, which will help you to understand what enterprise architecture is and what the key components are. It will then teach you about the types of patterns and principles for software development and explain the various aspects of distributed computing to keep your applications effective and scalable. These chapters act as a catalyst to start the practical implementation, and design and develop applications using different architectural approaches such as Layered architecture, Service Oriented Architecture, Microservices and Cloud-specific solutions.

Instructions and Navigation

All of the code is organized into folders.For example, Chapter02.

The code will look like the following:

    namespace Chapter2.SRP.Decorator
    {
      public class Student
      {
        public string Name;
        public string Id;
        public DateTime DOB;
      }
    }

Chapters 1, 4, 5, 8, and 9 does not have any code files.

Software:

  • Development Environment: Visual Studio 2015/2017 Community Edition
  • Execution Environment: .NET Core
  • OS Environment: Oracle VM VirtualBox with Windows or Linux
  • Microsoft Azure Account

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781786468888

About

Enterprise Application Architecture with .NET Core, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •