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, creating and executing .NET Core applications
Building with .NET Core
- Frameworks, runtimes, and platforms; MSBuild fundamentals
Unit Testing with xUnit
- Writing unit tests, facts, and theories
Working with Databases
- Relational databases, SQLite, transforming data
Data Access with ORM (Object-Relational Mappers)
- Dapper vs Entity Framework Core
Creating a Microservice with ASP.NET Core
Debugging
- WinDBG/CDB, LLDB, SOS
Performance and Profiling
- xUnit.Performance, PerfView
Localising your application
.NET Portability Analyzer
Preparing for release
- NuGet packages, NuGet feeds, signing assemblies
Day 2:
ASP.NET Core Overview
Creating an ASP.NET Core Web Application
- Components
Handling Requests with the Middleware Pipeline
- Serving static files, adding functionality, combining middleware, handling exceptions
Using MVC in ASP.NET Core
Mapping URLs
- Conventional routing, constraints and default values, generating URLs
Model Binding
- Validating user input
Using Razor Views
Using Tag Helpers
Creating a Web API
- Attribute routing, content negotiation, 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
Using 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:
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 & directives
Services and dependency injection
Using Angular with ASP.NET MVC
Visual Studio support for Angular
Bootstrap Concepts
- Bootstrap styles, 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, 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.
- Some 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 (1)
In only three days were covered all the subjects from training material, even extra.