Course Outline
Day 1:
Overview of .NET Core
- Benefits and differences from the .NET Framework
Developing .NET Core applications
- Installing the .NET Core SDK, using 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 via ORM (Object-Relational Mappers)
- Comparing Dapper and Entity Framework Core
Creating a Microservice with ASP.NET Core
Debugging
- WinDBG/CDB, LLDB, SOS
Performance and Profiling
- xUnit.Performance, PerfView
Localizing your application
.NET Portability Analyzer
Preparing for release
- NuGet packages, NuGet feeds, and signing assemblies
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
Using MVC in ASP.NET Core
URL Mapping
- Conventional routing, constraints and default values, and URL generation
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 the ASP.NET Core application
Querying, creating, and updating data using Entity Framework Core
Utilizing the MVC filter pipeline
Implementing the ASP.NET Core Identity system
Securing the application
Publishing and hosting the ASP.NET Core application in IIS
- Bundling and minification
Monitoring and troubleshooting
Day 3:
Overview of Front-End Developer Toolset
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
Integrating 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 the ASP.NET Core Angular application
- New hosting model, installation on IIS, Azure, and Docker containers
Building ASP.NET Core apps outside of Windows
Summary
Requirements
.NET Core
- Practical knowledge of imperative, object-oriented programming languages such as C#, C++, or Java.
- Basic proficiency with terminals, command lines, and text editors.
Angular
- Experience with 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.