Course Outline
Day 1:
.NET Core Overview
- Advantages and differences from the .NET Framework.
Building .NET Core applications
- Installing the .NET Core SDK, using the .NET CLI, and creating and executing .NET Core applications.
Build 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 with 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 and PerfView.
Localizing your application
.NET Portability Analyzer
Preparing for release
- NuGet packages, NuGet feeds, and signing assemblies.
Day 2:
ASP.NET Core Overview
Creating ASP.NET Core web applications
- Components.
Handling requests with the middleware pipeline
- Serving static files, adding functionality, combining middleware, and handling exceptions.
Using MVC in ASP.NET Core
Mapping URLs
- Conventional routing, constraints and default values, and generating URLs.
The Model Binding
- Validating user input.
Using Razor Views
Using Tag Helpers
Creating a Web API
- Attribute routing, content negotiation, and XML formatting.
Configuring services with dependency injection
Configuring ASP.NET Core applications
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 ASP.NET Core applications in IIS
- Bundling and minification.
Monitoring and troubleshooting
Day 3:
The Front-End Developer Toolset Overview
Angular Concepts
- 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 and directives
Services and dependency injection
Using Angular with ASP.NET MVC
Visual Studio support for Angular
Bootstrap concepts
- Bootstrap styles and components.
Managing dependencies with NuGet and Bower
Building applications with Gulp and webpack
Creating administration features
Securing the application
Deploying ASP.NET Core Angular applications
- New hosting model, installing on IIS, Azure, and Docker containers.
Building ASP.NET Core apps outside of Windows
Summary
Requirements
.NET Core
- Working knowledge of imperative, object-oriented programming languages such as C#, C++, or Java.
- Basic proficiency with terminals or command lines and text editors.
Angular
- Working knowledge of ASP.NET Core MVC development and a solid understanding of JavaScript, HTML, and CSS.
Testimonials (2)
The SignalStore concepts since they were new to me.
Alexander Ivanov
Course - Angular Advanced 2 days
In only three days were covered all the subjects from training material, even extra.