ASP.NET Core – SOLID and Clean Architecture
ASP.NET Core – SOLID and Clean Architecture, available at $84.99, has an average rating of 4.52, with 87 lectures, based on 1939 reviews, and has 14725 subscribers.
You will learn about Implement SOLID Principles ASP .NET Core Blazor and API Development Advanced Tools – MediatR, Automapper, Fluent API and Validation Custom Exceptions and Global Error Handling Custom .NET Core Middleware Using NSwag and NSwag Studio Use Swagger for API Documentation Implement CQRS Pattern Use Identity and JWT To Secure Application API Build API Client Secure Application Moq and Shouldly Frameworks Unit Testing This course is ideal for individuals who are Late Beginner to Intermediate Programmers It is particularly useful for Late Beginner to Intermediate Programmers.
Enroll now: ASP.NET Core – SOLID and Clean Architecture
Summary
Title: ASP.NET Core – SOLID and Clean Architecture
Price: $84.99
Average Rating: 4.52
Number of Lectures: 87
Number of Published Lectures: 84
Number of Curriculum Items: 87
Number of Published Curriculum Objects: 84
Original Price: $129.99
Quality Status: approved
Status: Live
What You Will Learn
- Implement SOLID Principles
- ASP .NET Core Blazor and API Development
- Advanced Tools – MediatR, Automapper, Fluent API and Validation
- Custom Exceptions and Global Error Handling
- Custom .NET Core Middleware
- Using NSwag and NSwag Studio
- Use Swagger for API Documentation
- Implement CQRS Pattern
- Use Identity and JWT To Secure Application API
- Build API Client Secure Application
- Moq and Shouldly Frameworks
- Unit Testing
Who Should Attend
- Late Beginner to Intermediate Programmers
Target Audiences
- Late Beginner to Intermediate Programmers
Overview
Creating a modular, testable,and maintainableapplication in .NET Core requires a solid foundation. Setting up an application architecture requires foresight and much consideration, as early decisions will impact how easily the application is extended and maintained.
In the long run, though, applications need to be maintained and, in this case, extended. Between its design and the way the code was written, neither is possible, so the application needs to be redesigned and future-proofed.
Why SOLID Architecture?
When we talk about SOLIDarchitecture, what we refer to isn’t a straightforward task. Decisions made early in the process can have a large impact later on, and maintainability and testability play an important role. Adopting these practices can also contribute to avoiding code smells, refactoring code, and facilitating more efficient agile development.
SOLID stands for:
-
S – Single-Responsibility Principle
-
O – Open-closed Principle
-
L – Liskov Substitution Principle
-
I – Interface Segregation Principle
-
D – Dependency Inversion Principle
In this course, you explore foundational architectural principles which help with the creation of maintainable code. You will discover how to set up a real-world application architecturewith ASP.NET Core. Then, you’ll learn how to plug in different, common blocks such as email and authentication and have a foundation to plug-in other third-party services as needed.
Everything in this course is .NET 6 / .NET 7compatible.
When you finish this course, you’ll have the skills and knowledge to create a testable and maintainable ASP.NET Core application to architect real-world enterprise .NET Coreapps.
N.B. –The project in this course is based on the deliverables in Complete ASP.NET Core and Entity Framework Development. While it is not mandatory to do this course, much of the existing code will be reused from this course’s content.
Build A Strong Foundation in .NET Clean Architecture:
-
Learn Clean or Onion Architecture and Best Practices
-
Learn Command Query Responsibility Segregation (CQRS)
-
Implement Mediatr Pattern
-
Add Email Serviceusing SendGrid
-
Efficient Exception Handling and Routing
-
Implementing Unit Testing
-
Moqand Shouldy
-
Global Error Handling with Custom Middleware and Exceptions
-
Adding Validation Using Fluent Validation
-
Build a .NET Core API and BlazorUI Application
-
Implement JWT(JSON Web Token) Authentication
Content and Overview
To take this course, you must have some knowledge of .NET Core development and C#.
This is a huge course. Over 10 hours of premium content, but smartly broken up to highlight related activities based on each module in the application being built. We will also look at troubleshooting and debugging errors as we go along; implementing best practices; writing efficient logic, and understanding why developers do things the way they do. Your knowledge will grow, step by step, throughout the course, and you will be challenged to be the best you can be.
We don’t do things the perfect way the first time; that is different from the reality of writing code. We make mistakes and point them out and fix them around them. By doing this, we develop proficiency in using debugging tools and techniques. By the time you have finished the course, you will have moved around in Visual Studio and examined logic and syntax errors so much that it will be second nature for you when working in the .NET environment. This will put your newly learned skills into practical use and impress your boss and coworkers.
The course is complete with working files hosted on GitHub, including some files to make it easier for you to replicate the demonstrated code. You will be able to work alongside the author as you work through each lecture and will receive a verifiable certificate of completion upon finishing the course.
Clicking the Take This Course button could be the best step you could take towards quickly increasing your income and marketability! Also, remember that if you don’t think the course is worth what you spent, you have a full 30 days to get a no questions asked refund!
It’s time to take action!
See you in the course!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: IMPORTANT – .NET 8 Update
Chapter 2: Preliminary Concepts
Lecture 1: Review of S.O.L.I.D Principles
Lecture 2: Single Responsibility Principle
Lecture 3: DRY Principle
Lecture 4: Dependency Inversion
Lecture 5: Understanding Clean Architecture
Lecture 6: What We Will Be Building
Chapter 3: Setup Clean Architecture Solution
Lecture 1: Development Environment
Lecture 2: Get Latest Visual Studio
Lecture 3: Setting Up Solution
Lecture 4: Overview of Solution Parts
Chapter 4: Setting up the Application Core
Lecture 1: Section Overview
Lecture 2: Create the Domain Project
Lecture 3: Create Application Core Project
Lecture 4: Understanding CQRS, Mediator and Automapper
Lecture 5: IMPORTANT: Automapper now easier to use!
Lecture 6: Add Automapper and MediatR
Lecture 7: *IMPORTANT* – Fix MediatR Registration Error
Lecture 8: Setup Features Folder Structure (Vertical Slice Architecture)
Lecture 9: Creating CQRS Query Request and Handler – Part 1
Lecture 10: Creating CQRS Query Request and Handler – Part 2
Lecture 11: Creating CQRS Command Request and Handler – Part 1
Lecture 12: Creating CQRS Command Request and Handler – Part 2
Lecture 13: Adding Custom Exceptions
Lecture 14: Adding FluentValidation
Lecture 15: *IMPORTANT* – Validation Rule Correction
Lecture 16: Section Review
Lecture 17: Section Source Code
Chapter 5: Setting up Infrastructure Projects
Lecture 1: Section Overview
Lecture 2: Create the Persistence Project
Lecture 3: Add Entity Framework and Database Context
Lecture 4: Add Repository Implementations
Lecture 5: EF Core – No Tracking
Lecture 6: Completing Repositories
Lecture 7: Create Infrastructure Project
Lecture 8: Add Third-Party Email Service
Lecture 9: Add Logging and Wrapper
Lecture 10: Section Review
Lecture 11: Section Source Code
Chapter 6: Creating the API project
Lecture 1: Section Overview
Lecture 2: Create API Project
Lecture 3: Configuring the API Project
Lecture 4: Scaffolding Database
Lecture 5: Implementing Controller with MediatR – Part 1
Lecture 6: Implementing Controller with MediatR – Part 2
Lecture 7: Complete Leave Allocation Feature
Lecture 8: Complete Leave Request Feature – Part 1
Lecture 9: Global Error Handling
Lecture 10: Section Review
Lecture 11: Section Source Code
Chapter 7: Unit and Integration Testing
Lecture 1: Section Overview
Lecture 2: Creating Application Unit Project
Lecture 3: Unit Testing the Application Code – Setup Mocks
Lecture 4: Unit Testing the Application Code – Testing Handlers
Lecture 5: Integration Testing – Entity Framework
Lecture 6: Section Review
Lecture 7: Section Source Code
Chapter 8: Adding the UI
Lecture 1: Section Overview
Lecture 2: Creating UI Project – Blazor WebAssembly
Lecture 3: Using NSwag and NSwagStudio to Consume API
Lecture 4: Configure App for API
Lecture 5: Setup Leave Type Management Service
Lecture 6: Setup Leave Type Management UI
Chapter 9: Securing API and UI
Lecture 1: Add Security using Identity
Lecture 2: IMPORTANT – Identity Core Package Change
Lecture 3: Add Json Web Token (JWT) Authentication to API
Lecture 4: Add Authentication Services to Blazor
Lecture 5: Add UI Changes for Security
Lecture 6: Section Review
Lecture 7: Section Source Code
Chapter 10: Complete Application Features
Lecture 1: Setup Leave Allocation Management
Lecture 2: Setup Leave Request Management – Part 1 – Employee Request
Lecture 3: Setup Leave Request Management – Part 2 – Admin View
Lecture 4: Setup Leave Request Management – Part 3 – Approval
Lecture 5: Setup Leave Request Management – Part 3 – Cancel Request
Lecture 6: Section Review
Lecture 7: Section Source Code
Chapter 11: Value Added Features
Lecture 1: Add Third-Party Logging (SeriLog)
Lecture 2: Improve Data Auditing
Lecture 3: Add Notifications
Lecture 4: Section Source Code
Chapter 12: Conclusion
Lecture 1: Conclusion
Chapter 13: Bonus Section
Lecture 1: Bonus Lecture
Instructors
-
Trevoir Williams
Certified Trainer • Top-Rated Instructor • 450,000+ Students
Rating Distribution
- 1 stars: 12 votes
- 2 stars: 30 votes
- 3 stars: 201 votes
- 4 stars: 656 votes
- 5 stars: 1040 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024