Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

ASP.NET MVC Using C# (VS2019)

Price
1,755 USD
3
WDVS-115
Classroom Training, Online Training
Microsoft

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.
 

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

    Sorry, there are no public classes currently scheduled in your country.

    Please complete this form, and a Training Advisor will be in touch with you shortly to address your training needs.

View Global Schedule

Course Description

Overview

This course provides a practical hands-on introduction to developing Web applications using ASP.NET MVC 5 and C#. This Web development framework from Microsoft emphasizes separation of concerns in the architecture and testability of applications. The course includes coverage of the Razor View Engine, Entity Framework 6 and ASP.NET Web API 2. It also introduces Windows Azure and the deployment of ASP.NET MVC applications to the Azure cloud. The course covers the fundamentals of the Model-View-Controller design pattern and its implementation in ASP.NET MVC. This technology is compared with classical ASP.NET Web Forms. The two technologies share a common ASP.NET infrastructure. Visual Studio 2019 with .NET 4.7.2 is used as a productive platform for creating ASP.NET MVC applications. After presenting the fundamentals of the technology with several examples, the main components of Model, Controller and View are covered in detail. The discussion of the Model incorporates modern Microsoft data access technologies, i
 

Objectives


 

Audience

Experienced application developers or architects responsible for Web applications in a Microsoft environment.
 

Prerequisites

    The student should have a good working knowledge of C# and the .NET Framework. Basic knowledge of ASP.NET and HTML is also required.
     

Topics

  • Introduction to ASP.NET MVC
    • Review of ASP.NET Web Forms
    • Advantages of ASP.NET Web Forms
    • Disadvantages of ASP.NET Web Forms
    • Model-View-Controller Pattern
    • ASP.NET MVC
    • Advantages of ASP.NET MVC
    • Disadvantages of ASP.NET MVC
    • Goals of ASP.NET MVC
    • Unit Testing
    • Summary
  • Getting Started with ASP.NET MVC
    • An ASP.NET Core MVC Testbed
    • Visual Studio ASP.NET MVC Demo
    • Configure your project
    • ASP.NET documentation page
    • Starter Application
    • Simple App with Controller Only
    • Action Methods and Routing
    • Action Method Return Type
    • Rendering a View
    • Creating a View in Visual Studio
    • The View Web Page
    • Dynamic Output
    • Razor View Engine
    • Embedded Scripts
    • Embedded Script Example
    • Using a Model with ViewBag
    • Controller Using Model and ViewBag
    • View Using Model and ViewBag
    • Using Model Directly
    • A View using Model in Visual Studio
    • View created by Visual Studio
    • Passing Parameters in Query String
    • Lab 2
    • Summary
  • ASP.NET MVC Architecture
    • The Controller in ASP.NET MVC
    • The View in ASP.NET MVC
    • The Model in ASP.NET MVC
    • How MVC Works
    • Using Forms
    • HTML Helper Functions
    • Handling Form Submission
    • Model Binding
    • Greet View
    • Input Validation
    • Nullable Type
    • Checking Model Validity
    • Validation Summary
    • Lab 3
    • Summary
  • The Model
    • Microsoft Technologies for the Model
    • Small Pub Database
    • ADO.NET
    • Language Integrated Query (LINQ)
    • ADO.NET Entity Framework
    • EDM Example
    • SmallPub Tables
    • SmallPub Entity Data Model
    • Entity Data model concepts
    • LINQ to Entities Demo
    • A LINQ Query
    • IntelliSense
    • Controller
    • Using a Parameter
    • Modifying a Data Source
    • LINQ to Entities Insert Example
    • LINQ to Entities Delete Example
    • Lab 4
    • ADO.NET MVC Database Clients
    • ADO.NET MVC CRUD Demo
    • NuGet Package Manager
    • Entity Framework 6 via NuGet
    • Summary
  • The Controller
    • Controller Interface
    • A Low-Level Controller
    • Displaying Context
    • Add and Subtract
    • Controller Base class
    • Home Controller
    • Math Controller
    • Receiving Input
    • Binding Example
    • Non-Nullable Parameters
    • Nullable Parameters
    • Using a Model
    • Action Results
    • Action Result Example
    • Output Demo
    • JavaScript Object Notation
    • Action Method Attributes
    • HTML Output
    • Filters
    • Asynchronous Controllers
    • Lab 5
    • Summary
  • The View
    • View Responsibility
    • A Program with a View
    • View Page
    • Passing Data to the View
    • Dynamic and ExpandoObject
    • Passing Lists to the View
    • HTML Helper Methods
    • Link-Building Helpers
    • Form Helpers
    • Html Helper Example
    • Validation Helpers
    • Templated Helpers
    • Validation in Model
    • Validation in Controller
    • ValidtionMessage Helper
    • Running the Example
    • Lab 6
    • Summary
  • Routing
    • ASP.NET Routing
    • Routing in ASP.NET Core MVC
    • Simple Route Example
    • Math Controller
    • Default Values for URL Parameters
    • Using a Default Route
    • Home Controller
    • Assigning Parameter Values
    • Controller Code
    • View Code
    • Running the Example
    • Properties of Routes
    • Optional Parameter
    • Matching URLs to Route
    • Defaults
    • Multiple Routes Example
    • Attribute Routing
    • Combining Routes
    • Empty String for Route Attribute
    • Token Replacement
    • Areas
    • Demo Areas
    • Summary
  • Unit Testing
    • Test Driven Development
    • Functional Tests
    • Test Automation
    • Refactoring
    • Regression Testing
    • Unit Testing in ASP.NET MVC
    • MVC Unit Test Example
    • The Model
    • Testing the Model
    • Assertions
    • Visual Studio Unit Framework
    • Assert Class
    • Assert.AreEqual
    • Lab 8B
    • Summary
  • Security
    • Web Security
    • Input Forgery
    • Cross-Site Scripting
    • Cross-Site Scripting Example
    • Session Hijacking
    • Cross-Site Request Forgey
    • XSRF Example
    • Controller and Model Code
    • View Code
    • Attacker Code
    • The Defense
    • SQL Injection
    • Using the MVC Framework Securely
    • Authorize Attribute
    • Child Action Only Attribute
    • RequireHTTps Attribute
    • ValidateInput Attribute
    • Summary
  • Combining ASP.NET
  • ASP.NET Web API
  • ASP.NET and Azure Appendix A Learning Resources Appendix B Deployment in IIS 7.5
     
  • Top 20 Training Industry Company - IT Training

    Need Help?

    Call us at 877-206-0106 or e-mail us at info@learnquest.com

    Personalized Solutions

    Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

    Contact Us

    Need Help?

    Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

    Talk to us

    LearnPass Year-End Offer

    Get Up to 25% Additional Training Funds Before the Year Ends!

    Act Now

    Self-Paced Training Info

    Learn at your own pace with anytime, anywhere training

    • Same in-demand topics as instructor-led public and private classes.
    • Standalone learning or supplemental reinforcement.
    • e-Learning content varies by course and technology.
    • View the Self-Paced version of this outline and what is included in the SPVC course.
    • Learn more about e-Learning

    Course Added To Shopping Cart

    bla

    bla

    bla

    bla

    bla

    bla

    Self-Paced Training Terms & Conditions

    ??spvc-wbt-warning??

    Exam Terms & Conditions

    ??exam-warning??
    ??group-training-form-area??
    ??how-can-we-help-you-area??
    ??personalized-form-area??
    ??request-quote-area??

    Sorry, there are no classes that meet your criteria.

    Please contact us to schedule a class.
    Close

    self-paced
    STOP! Before You Leave

    Save 0% on this course!

    Take advantage of our online-only offer & save 0% on any course !

    Promo Code skip0 will be applied to your registration

    Close
    Nothing yet
    here's the message from the cart

    To view the cart, you can click "View Cart" on the right side of the heading on each page
    Add to cart clicker.

    Purchase Information

    ??elearning-coursenumber?? ??coursename??
    View Cart

    title

    Date: xxx

    Location: xxx

    Time: xxx

    Price: xxx

    Please take a moment to fill out this form. We will get back to you as soon as possible.

    All fields marked with an asterisk (*) are mandatory.

    If you would like to request a quote for 5 or more students, please contact CustomerService@learnquest.com to be assigned an account representative.

    Need more Information?

    Speak with our training specialists to continue your learning journey.

     

    Delivery Formats

    Close

    By submitting this form, I agree to LearnQuest's Terms and Conditions

    heres the new schedule
    This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
    Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.