(back) Understanding ASP.NET Core 3x (back)
- 00. Course Overview
- 01. Exploring the Project Structure of ASP.NET Core 3
- 00. About This Course
- 01. Starting a New Project
- 02. The Project File
- 03. The Main Method
- 04. Dependency Injection
- 05. Configuring Dependency Injection with the ConfigureServices Method
- 06. Configuring the Pipeline with the Configure Method
- 07. Routing
- 08. Adding Middleware
- 09. Launch Profiles
- 10. Environments
- 11. The wwwroot Folder
- 12. Summary
- 02. Working with Packages and Libraries
- 00. Module Overview
- 01. Packages with NuGet and NPM
- 02. Working with NPM
- 03. LibMan
- 04. Bundler and Minifier
- 05. Using Task Runners
- 06. Summary
- 03. Understanding ASP.NET Core 3 MVC
- 00. Module Overview
- 01. Implementing Controllers
- 02. Tag Helpers in the Layout Page
- 03. Tag Helpers in Views
- 04. Tag Helpers in Forms
- 05. Application Settings
- 06. Strongly Typing Application Settings
- 07. View Components
- 08. Razor Pages
- 09. Adding Razor Pages
- 10. Summary
- 04. Blazor and SignalR
- 00. Module Overview
- 01. Real-time Web Applications
- 02. SignalR Features
- 03. Implementing SignalR
- 04. What is Blazor
- 05. Implementing Server-side Blazor
- 06. Working with Blazor Components
- 07. Using Blazor Form Components
- 08. Summary
- 05. Setting up a Web API
- 00. Module Overview
- 01. Moving to an Architecture Supporting APIs
- 02. Implementing a Web API
- 03. The [ApiController] Attribute
- 04. Content Negotiation
- 05. Examining Web API Output
- 06. Accessing a Web API from a .NET Application
- 07. Using Strongly Typed HttpClients
- 08. Understanding a gRPC Service
- 09. Writing the Proto File
- 10. Implementing a gRPC Service
- 11. Accessing a gRPC Service from a .NET Application
- 12. Summary
- 06. Developing Applications Across Frameworks and Operating Systems
- 00. Module Overview
- 01. What is .NET Core
- 02. dotnet - The .NET Core CLI
- 03. Managing .NET Core Versions
- 04. Sharing Code with .NET Standard
- 05. Configuring .NET Standard and Framework Versions
- 06. Summary
- 07. Deploying ASP.NET Core 3 Applications
Comments (
)
Link to this page:
//www.vb-net.com/QuickHelp/Core4/Index.htm
|