Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Enterprise Application Development with C# 9 and .NET 5
  • Toc
  • feedback
Enterprise Application Development with C# 9 and .NET 5

Enterprise Application Development with C# 9 and .NET 5

By : Ravindra Akella, Verma, Arun Kumar Tamirisa , Kumar Kunani, Bhupesh Guptha Muthiyalu
3.9 (10)
close
Enterprise Application Development with C# 9 and .NET 5

Enterprise Application Development with C# 9 and .NET 5

3.9 (10)
By: Ravindra Akella, Verma, Arun Kumar Tamirisa , Kumar Kunani, Bhupesh Guptha Muthiyalu

Overview of this book

.NET Core is one of the most popular programming platforms in the world for an increasingly large community of developers thanks to its excellent cross-platform support. This book will show you how to confidently use the features of .NET 5 with C# 9 to build robust enterprise applications. Throughout the book, you'll work on creating an enterprise app and adding a key component to the app with each chapter, before ?nally getting it ready for testing and deployment. You'll learn concepts relating to advanced data structures, the Entity Framework Core, parallel programming, and dependency injection. As you progress, you'll cover various authentication and authorization schemes provided by .NET Core to make your apps and APIs secure. Next, you'll build web apps using ASP.NET Core 5 and deploy them on the cloud while working with various cloud components using Azure. The book then shows you how to use the latest Microsoft Visual Studio 2019 and C# 9 to simplify developer tasks, and also explores tips and tricks in Visual Studio 2019 to improve your productivity. Later, you'll discover various testing techniques such as unit testing and performance testing as well as di?erent methods to deploy enterprise apps. By the end of this book, you’ll be able to create enterprise apps using the powerful features of .NET 5 and deploy them on the cloud.
Table of Contents (24 chapters)
close
1
Section 1: Architecting an Enterprise Application and its Fundamentals
5
Section 2: Cross-Cutting Concerns
11
Section 3: Developing Your Enterprise Application
15
Section 4: Security
18
Section 5: Health Checks, Unit Testing, Deployment, and Diagnostics

Questions

  1. What is the LSP?

    a. Base class instances should be replaceable with instances of their derived type.

    b. Derived class instances should be replaceable with instances of their base type.

    c. Designing for generics that can work with any data type.

  2. What is the SRP?

    a. Instead of having one common large interface, plan for multiple scenario-specific interfaces for better decoupling and change management.

    b. You should avoid having direct dependencies on a concrete implementation; instead, you should depend on abstractions as much as possible.

    c. An entity should only have a single responsibility. You should avoid giving one entity multiple responsibilities.

    d. Entities should be designed in such a way that they should be open for extension but closed for modification.

  3. What is the OCP?

    a. Entities should be open to modification but closed for extension.

    b. Entities should be open to extension but closed for modification.

    c. Entities should be open to composition but closed for extension.

    d. Entities should be open to abstraction but closed for inheritance.

  4. Which pattern is used to make two incompatible interfaces work together?

    a. Proxy

    b. Bridge

    c. Iterator

    d. Adapter

  5. Which principle ensures that services can be deployed and scaled independently and that an issue in one service will have a local impact and can be fixed by just redeploying the impacted service?

    a. The domain-driven design principle

    b. The Single Responsibility Principle

    c. The stateless service principle

    d. The resiliency principle

bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete