The Complete ASP.NET MVC 5 Course
- Offered byUDEMY
The Complete ASP.NET MVC 5 Course at UDEMY Overview
Duration | 7 hours |
Total fee | ₹3,499 |
Mode of learning | Online |
Credential | Certificate |
The Complete ASP.NET MVC 5 Course at UDEMY Highlights
- Earn a Certificate of completion from Udemy
- Get a 30 days money back guarantee on the course
- Get full lifetime access of the course material
- Learn from 10 articles and 18 downloadable resources
The Complete ASP.NET MVC 5 Course at UDEMY Course details
- For developers with no/some knowledge of ASP.NET MVC 5 who want to build web apps with this framework
- Understand the MVC architectural pattern
- Implement CRUD operations
- Build forms with server-side and client-side validation
- Build RESTful services using ASP.NET Web API
- Use powerful jQuery plug-ins
- ASP.NET MVC is a server-side web framework for building dynamic, data-driven web applications
- Since its first release in 2009, it has gained a lot of popularity amongst developers using Microsoft technologies
- Get hands-on and pragmatic journey to master ASP.NET MVC 5
- Students will learn how to build and deploy fast and secure web applications with ASP.NET MVC 5
The Complete ASP.NET MVC 5 Course at UDEMY Curriculum
APS.NET MVC Fundamentals
Introduction
Action Results
Action Parameters
Convention-based Routing
Attribute Routing
Passing Data to Views
View Models
Working with Data
Introduction
Entity Framework
Database-first vs Code-first
Code-first Migrations
Changing the Model
Seeding the Database
Overriding Conventions
Building Forms
Introduction
The Markup
Labels
Drop-down Lists
Model Binding
Saving Data
Edit Form
Implementing Validation
Introduction
Adding Validation
Styling Validation Errors
Data Annotations
Custom Validation
Refactoring Magic Numbers
Validation Summary
Client-side Validation
Building RESTful services
Introduction
What is a Web API?
RESTful Convention
Building an API
Testing an API
Data Transfer Objects
Auto Mapper
Client side development
Introduction
Calling an API Using jQuery
Bootbox Plug-in
Optimizing jQuery Code
DataTables Plug-in
DataTables with Ajax Source
Returning Hierarchical Data
DataTables: Removing Records
DataTables: Discussion Points