Course Outline
Day 1:
Overview of .NET Core
- Advantages and differences compared to the .NET Framework
Building .NET Core applications
- Installing the .NET Core SDK, utilizing the .NET CLI, and creating/executing .NET Core applications
Building with .NET Core
- Frameworks, runtimes, platforms, and MSBuild fundamentals
Unit testing with xUnit
- Writing unit tests, facts, and theories
Working with databases
- Relational databases, SQLite, and data transformation
Data access using ORM (Object-Relational Mappers)
- Comparing Dapper and Entity Framework Core
Creating a Microservice with ASP.NET Core
Debugging
- WinDBG/CDB, LLDB, and SOS
Performance and Profiling
- xUnit.Performance, PerfView
Localizing your application
.NET Portability Analyzer
Preparing for release
- NuGet packages, NuGet feeds, and assembly signing
Day 2:
Overview of ASP.NET Core
Creating an ASP.NET Core web application
- Components
Handling requests via the middleware pipeline
- Serving static files, adding functionality, combining middleware, and handling exceptions
Utilizing MVC in ASP.NET Core
Mapping URLs
- Conventional routing, constraints and default values, and URL generation
Model Binding
- Validating user input
Using Razor Views
Utilizing Tag Helpers
Creating a Web API
- Attribute routing, content negotiation, and XML formatting
Configuring services with dependency injection
Configuring the ASP.NET Core application
Querying, creating, and updating data using Entity Framework Core
Using the MVC filter pipeline
Utilizing the ASP.NET Core Identity system
Securing your application
Publishing and hosting the ASP.NET Core application in IIS
- Bundling and minification
Monitoring and troubleshooting
Day 3:
Overview of Front-End Developer Toolsets
Core Concepts of Angular
- Creating the Project
- Creating the Data Model
- Creating a Web Service
Structuring an Angular Application
Creating the Angular Store
Using Angular with Blazor
Data binding & Directives
Services and Dependency Injection
Integrating Angular with ASP.NET MVC
Visual Studio Support for Angular
Core Concepts of Bootstrap
- Bootstrap styles and Components
Managing Dependencies with NuGet and Bower
Building Applications with Gulp and webpack
Creating Administration Features
Securing the Application
Deploying the ASP.NET Core Angular application
- New Hosting Model, Installing on IIS, Azure, and Docker Containers
Building ASP.NET CORE applications on non-Windows systems
Summary
Requirements
.NET Core
- Practical knowledge of imperative and object-oriented programming languages, such as C#, C++, or Java.
- Basic proficiency with terminals, command-line interfaces, and text editors.
Angular
- Working knowledge of ASP.NET Core MVC development, along with a solid understanding of JavaScript, HTML, and CSS.
Testimonials (1)
In only three days were covered all the subjects from training material, even extra.