CourseInfo | SimpliTrain

C# Intermediate | Developing ASP.Net Core MVC Web Applications (TTCN20486)

Learning plan iconE-Learning

Description

Developing ASP.Net Core MVC Web Applications is an intensive, hands-on training course, essential for experienced developers seeking instruction in creating web applications in C# & .Net Core In this 5-day course, the professional web developers will learn to develop advanced ASP.NET Core MVC applications using .NET Core tools and technologies. The focus will be on coding activities that enhance the performance and scalability of the Web site application

Developing ASP.Net Core MVC Web Applications is an intensive, hands-on training course, essential for experienced developers seeking instruction in creating web applications in C# & .Net Core In this 5-day course, the professional web developers will learn to develop advanced ASP.NET Core MVC applications using .NET Core tools and technologies. The focus will be on coding activities that enhance the performance and scalability of the Web site application

Working in a dynamic, intensive coding environment students will learn to: Describe the Microsoft Web Technologies stack and select an appropriate technology to use to develop any given application. Design the architecture and implementation of a web application that will meet a set of functional requirements, user interface requirements, and address business models. Configure the pipeline of ASP.NET Core web applications using middleware, and leverage dependency injection across MVC application. Add Controllers to an MVC Application to manage user interaction, update models, and select and return Views. Develop a web application that uses the ASP.NET Core routing engine to present friendly URLs and a logical navigation hierarchy to users. Create Views in an MVC application that display and edit data and interact with Models and Controllers. Create MVC Models and write code that implements business logic within Model methods, properties, and events. Connect an ASP.NET Core application to a database using Entity Framework Core. Implement a consistent look and feel across an entire MVC web application. Write JavaScript code that runs on the client-side and utilizes the jQuery script library to optimize the responsiveness of an MVC web application. Add client side packages and configure Task Runners. Run unit tests and debugging tools against a web application in Visual Studio 2017. Write an MVC application that authenticates and authorizes users to access content securely using Identity. Build an MVC application that resists malicious attacks. Use caching to accelerate responses to user requests. Use SignalR to enable two-way communication between client and server. Describe what a Web API is and why developers might add a Web API to an application. Describe how to package and deploy an ASP.NET Core MVC web application from a development computer to a web server.

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.

Lesson Id Title Description
1 Module 1: Exploring ASP.NET Core MVC Overview of Microsoft Web Technologies
Overview of ASP.NET 4.x
Introduction to ASP.NET Core MVC
2 Module 2: Designing ASP.NET Core MVC Web Applications Planning in the Project Design Phase
Designing Models, Controllers and Views
3 Module 3: Configure Middlewares and Services in ASP.NET Core Configuring Middlewares
Configuring Services
4 Module 4: Developing Controllers Writing Controllers and Actions
Configuring Routes
Writing Action Filters
5 Module 5: Developing Views Creating Views with Razor Syntax
Using HTML Helpers and Tag Helpers
Reusing Code in Views
6 Module 6: Developing Models Creating MVC Models
Working with Forms
Validate MVC Application
7 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
8 Module 8: Using Layouts, CSS and JavaScript in ASP.NET Core MVC Using Layouts
Using CSS and JavaScript
Using jQuery
9 Module 9: Client-Side Development Applying Styles
Using Task Runners
Responsive design
10 Module 10: Testing and Troubleshooting Testing MVC Applications
Implementing an Exception Handling Strategy
Logging MVC Applications
11 Module 11: Managing Security Authentication in ASP.NET Core
Authorization in ASP.NET Core
Defending from Attacks
12 Module 12: Performance and Communication Implementing a Caching Strategy
Managing State
Two-way communication
13 Module 13: Implementing Web APIs Introducing Web APIs
Developing a Web API
Calling a Web API
14 Module 14: Hosting and Deployment On-premise hosting and deployment
Deployment to Microsoft Azure
Microsoft Azure Fundamentals
15 Module 15 Accessing Remote Data Accessing Data Across the Web
Accessing Data by Using OData Connected Services
16 Module 16: Designing the User Interface for a Graphical Application Using XAML to Design a User Interface
Binding Controls to Data
17 Module 17: Improving Application Performance and Responsiveness Implementing Multitasking
Performing Operations Asynchronously
Synchronizing Concurrent Access to Data
18 Module 18: Creating Reusable Types and Assemblies Examining Object Metadata
Creating and Using Custom Attributes
Generating Managed Code
Versioning, Signing, and Deploying Assemblies
19 Module 19: Encrypting and Decrypting Data Implementing Symmetric Encryption
Implementing Asymmetric Encryption