(Click Category to List Courses)
40 - IT-O - Information Technology - Operating Systems and System Administration
IT-O 101 - Introduction to ASP.NET Core
Code | Start Date | Duration | Venue | |
---|---|---|---|---|
IT-O 101 | 11 November 2024 | 5 Days | Istanbul | Registration Form Link |
IT-O 101 | 16 December 2024 | 5 Days | Istanbul | Registration Form Link |
Course Description
ASP.NET Core is an open source framework supported by Microsoft and the community. It is a free, open-source, and cross-platform framework for building cloud-based applications, such as web apps, IoT apps, and mobile backends. It is designed to run on the cloud as well as on-premises.
Same as .NET Core, it was architected modular with minimum overhead, and then other more advanced features can be added as NuGet packages as per application requirement. This results in high performance, require less memory, less deployment size, and easy to maintain.
Course Objectives
- Understand .NET Core architecture and Advantages
- Build and run cross-platform ASP.NET apps on Windows, Mac and Linux
- Understand ASP.NET Core middleware
- Configure ASP.NET Core MVC
- Use Dependency Injection in ASP.NET Core
- Work with Entity Framework Core
- Deal with security issues in ASP.NET
Who Should Attend?
- Programmers
- Developers
- Software engineers
Course Details/Schedule
Day 1
- Introduction to Dot NET Core
- Introduction to .NET Core
- ASP.NET Core essentials
- Creating a simple ASP.NET Core web app
- Using the generic host builder in ASP.NET Core 3
- A closer look at ASP.NET Core middleware
- Creating custom OWIN middleware components
- Getting Started with MVC
- Introduction to ASP.NET Core MVC
- Understanding controllers
- Understanding views
- Layout pages
- A closer look at Razor syntax
- Razor pages
Day 2
- Creating a Complete ASP.NET MVC Application
- Design considerations
- Defining models and views
- Handling form submissions
- Additional techniques
- Asynchronous action methods
- Tag Helpers
- Introduction to tag helpers
- UI tag helpers
- Link and script tag helpers
- Environment tag helper
- Cache tag helper
Day 3
- Structuring ASP.NET Core MVC Applications
- Design considerations
- Defining the domain model
- Defining the Web application
- Dependency Injection, Configuration, and Entity Framework
- Dependency injection principles
- DI in ASP.NET Core
- Configuration in ASP.NET Core
- Using Entity Framework Core 3.0
Day 4
- Test Driven Development with ASP Core MVC
- TDD principles
- Unit testing frameworks for .NET Core
- XUnit.net walkthrough
- Unit testing ASP.NET MVC controllers
- Mocking
- Defining Custom Tag Helpers
- Custom tag helpers
- Tag attributes
- Additional techniques
- Worked example
- Pagination tag helper
Day 5
- Implementing Navigation
- Defining view-model classes
- Implementing data filtering in a controller
- Understanding the routing mechanism
- Adding custom entries to a route table
- Defining defaults, parameters, and validation
- Generating URLs and hyperlinks
- Custom route constraints
- State Management
- Using hidden fields
- Session and application state
- Custom model bindings
- Distributed caching
- Security using ASP.NET Identity
- Security concepts
- Overview of ASP.NET Identity
- Customization possibilities using ASP.NET Identity
- Domain based Authentication using Core MVC
- Domain based Authorization using Core MVC
- Microservices Implementation