The focus will be on coding activities that enhance the performance and scalability of the Web site application.
This course is intended for professional web developers who use Microsoft Visual Studio in an individual-based or team-based, small-sized to large development environment. Candidates for this course are interested in developing advanced web applications and want to manage the rendered HTML comprehensively. They want to create websites that separate the user interface, data access, and application logic.
Module 1: Exploring ASP.NET Core MVC
- Overview of Microsoft Web Technologies
- Overview of ASP.NET 4.x
- Introduction to ASP.NET Core MVC
LAB:
- Exploring a Razor Pages Application
- Exploring a Web API Application
- Exploring an MVC Application
Module 2: Designing ASP.NET Core MVC Web Applications
- Planning in the Project Design Phase
- Designing Models, Controllers and Views
LAB :
- Planning Model Classes
- Planning Controllers
- Planning Views
- Architecting and MVC Web Application
Module 3: Configure Middlewares and Services in ASP.NET Core
- Configuring Middlewares
- Configuring Services
LAB:
- Working with Static Files
- Creating custom middleware
- Using dependency injection
- Injecting a service to a controller
Module 4: Developing Controllers
- Writing Controllers and Actions
- Configuring Routes
- Writing Action Filters
LAB:
- Adding controllers and actions to an MVC application
- Configuring routes by using the routing table
- Configuring routes using attributes
- Adding an action filer
Module 5: Developing Views
- Creating Views with Razor Syntax
- Using HTML Helpers and Tag Helpers
- Reusing Code in Views
LAB:
- Adding Views to an MVC Application
- Adding a partial view
- Adding a view component
Module 6: Developing Models
- Creating MVC Models
- Working with Forms
- Validate MVC Application
LAB:
- Adding a model
- Working with Forms
- Add Validation
Module 7: Using Entity Framework Core in ASP.NET Core
- Introduction to Entity Framework Core
- Working with Entity Framework Core
- Use Entity Framework Core to connect to Microsoft SQL Server
Lab:
- Adding Entity Framework Core
- Use Entity Framework Core to retrieve and store data
- Use Entity Framework Core to connect to Microsoft SQL Server
Module 8: Using Layouts, CSS and JavaScript in ASP.NET Core MVC
- Using Layouts
- Using CSS and JavaScript
- Using jQuery
LAB:
- Creating MVC Models
- Working with Forms
- Validate MVC Application
Module 9: Client-Side Development
- Applying Styles
- Using Task Runners
- Responsive design
LAB:
- Use gulp to run tasks
- Styling using Sass
- Using Bootstrap
Module 10: Testing and Troubleshooting
- Testing MVC Applications
- Implementing an Exception Handling Strategy
- Logging MVC Applications
LAB:
- Testing a Model
- Testing a controller using a fake repository
- Implementing a repository in MVC project
- Add exception handling
- Add logging
Module 11: Managing Security
- Authentication in ASP.NET Core
- Authorization in ASP.NET Core
- Defending from Attacks
LAB:
- Use Identity
- Add Authorization
- Avoid the Cross-Site Request Forgery Attack
Module 12: Performance and Communication
- Implementing a Caching Strategy
- Managing State
- Two-way communication
LAB:
- Implementing a Caching Strategy
- Managing state
- Two-Way communication
Module 13: Implementing Web APIs
- Introducing Web APIs
- Developing a Web API
- Calling a Web API
LAB:
- Adding Actions and Call Them Using Microsoft Edge
- Calling a Web API using server-side code
- Calling a Web API using jQuery
Module 14: Hosting and Deployment
- On-premise hosting and deployment
- Deployment to Microsoft Azure
- Microsoft Azure Fundamentals
LAB:
- Use gulp to run tasks
- Styling using Sass
- Using Bootstrap