ASP.NET MVC WEB APPLICATIONS: MODELS & UNIT TESTING
- Offered bySkillsoft
ASP.NET MVC WEB APPLICATIONS: MODELS & UNIT TESTING at Skillsoft Overview
Duration | 2 hours |
Mode of learning | Online |
Difficulty level | Intermediate |
Official Website | Go to Website |
Credential | Certificate |
ASP.NET MVC WEB APPLICATIONS: MODELS & UNIT TESTING at Skillsoft Highlights
- Earn a digital badge after completion of course from Skillsoft
ASP.NET MVC WEB APPLICATIONS: MODELS & UNIT TESTING at Skillsoft Course details
The “ASP.NET MVC Web Applications: Models & Unit Testing” course focuses on the Model-View-Controller (MVC) architecture within ASP.NET, emphasizing the development of effective models and the implementation of unit testing to ensure application reliability and performance
Examine the administration of basic MVC unit tests, and how to add a model to an ASP.NET MVC application, implement business logic in a model, and validate user input with data annotations in Visual Studio 2017
ASP.NET MVC WEB APPLICATIONS: MODELS & UNIT TESTING at Skillsoft Curriculum
Creating an MVC Unit Test Project
Implementing Basic MVC Unit Tests
Adding a New MVC Unit Test
Using the MVC Unit Test Assert Class
Handling MVC Unit Test Errors
Creating a New MVC Model Class
Creating MVC Model Classes with Relationships
Instantiating Model Objects from Controller Actions
Using Data Annotation on a model class object
Using Data Validation Annotations
Using a Custom Data Validation Attribute
Using the JQuery Validation Plugin
Customizing Data Annotation Error Messages
Exercise: Create a New MVC Model Class