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 Core MVC

Price
1,170 USD
2 Days
WDVS-105
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

  • Date: 24-Jun-2024 to 25-Jun-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,170 USD
  • Date: 19-Aug-2024 to 20-Aug-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,170 USD
  • Date: 14-Oct-2024 to 15-Oct-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,170 USD
  • Date: 9-Dec-2024 to 10-Dec-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,170 USD
View Global Schedule

Course Description

Overview

This course provides a practical hands-on introduction to developing Web applications using ASP.NET Core 5.0 MVC and C#. This Web development framework from Microsoft emphasizes separation of concerns in the architecture and testability of applications. This course covers development on Microsoft’s new .NET Core platform. The course is current to .NET 5.0, which is a major update of .NET Core and is the foundation for future Microsoft .NET development. This course covers the fundamentals of the Model-View-Controller design pattern and its implementation in ASP.NET Core MVC. This technology is compared with classical ASP.NET Web Forms. Visual Studio 2019 is used as a productive platform for creating MVC Web 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 Microsoft technologies for persisting data, including XML Serialization and ADO.NET with SQL Server 2016. The routing mechanism of ASP.NET MVC is covered. The course includes an introduction to ASP.NET Web API and deployment on the Azure cloud. Numerous programming examples and exercises are provided. The student will receive a comprehensive set of notes and all the programming examples.
 

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 HTML and some prior exposure to .NET Core would also be helpful.
     

Topics

Table of Contents Chapter 1: Introduction to ASP.NET Core MVC
  • of ASP.NET Web Forms
  • of ASP.NET Web Forms
  • of ASP.NET Web Forms
  • Pattern
  • MVC
  • Core
  • is .NET Core?
  • of ASP.NET MVC
  • MVC Considerations
  • of ASP.NET MVC
  • Core 5.0
  • Testing
Chapter 2: Getting Started with ASP.NET Core MVC
  • ASP.NET Core MVC Testbed
  • Studio ASP.NET MVC Demo
  • Application
  • App with Controller Only
  • Startup.cs
  • Methods and Routing
  • Method Return Type
  • a View
  • a View
  • View Web Page
  • Output
  • View Engine
  • Scripts
  • Script Example
  • a Model with ViewBag
  • Using Model and ViewBag
  • Using Model and ViewBag
  • Model Directly
  • Parameters in Query String
  • 2
Chapter 3: ASP.NET MVC Architecture
  • Controller in ASP.NET MVC
  • View in ASP.NET MVC
  • Model in ASP.NET MVC
  • MVC Works
  • Forms
  • Helper Functions
  • Form Submission
  • Binding
  • View
  • Validation
  • Type
  • Model Validity
  • Summary
  • 3
Chapter 4: The Model
  • Models
  • Example
  • View
  • Model: Book and Category
  • Model: DB
  • - Step 2
  • by Category
  • by Category - View
  • Step 2
  • Technologies for the Model
  • Serialization Demo
  • the Starter Code
  • Serialization: Save
  • Serialization
  • Will Not Be Serialized
  • 4
  • as a Data Store
  • - Model
  • - Controller
  • a Category
  • for Adding a Category
  • the Example
  • Database
  • ADO.NET
  • and View
  • the Database Example
Chapter 5: The Controller
  • Base Class
  • Base Class
  • Methods
  • Method Example
  • Action Method
  • Action Method
  • the Example
  • Input
  • Example
  • Parameters
  • Parameters
  • a Model
  • Results
  • Result Example
  • Demo
  • Object Notation
  • Static Files
  • Method Attributes
  • 5
  • Controllers
Chapter 6: The View
  • Responsibility
  • Program with a View
  • Page
  • Data to the View
  • and ExpandoObject
  • Lists to the View
  • Helper Methods
  • Helpers
  • Helpers
  • Helper Example
  • Helpers
  • Helpers
  • in Model
  • in Controller
  • Helper
  • the Example
  • 6
Chapter 7: Routing
  • Routing
  • in ASP.NET Core MVC
  • Route Example
  • Controller
  • Values for URL Parameters
  • a Default Route
  • Controller
  • Parameter Values
  • Code
  • Code
  • the Example
  • of Routes
  • Parameter
  • URLs to Route
  • Routes Example
  • Routing
  • Routes
  • String for Route Attribute
  • Replacement
Chapter 8: ASP.NET Core Web API
  • Core Web API
  • State and Transfer
  • and Elements
  • API Demo
  • Controller
  • Settings
  • Testing Tools
  • Postman
  • and Testing POST
  • 8A
  • Response Codes
  • Improved Code for GET
  • Response Code
  • Route
  • Improved Code for POST
  • Header
  • Code for PUT and DELETE
  • API Clients
  • HttpClient
  • a GET Request
  • a POST Request
  • 8B
Chapter 9: ASP.NET Core and Azure
  • is Windows Azure?
  • Windows Azure Testbed
  • Azure Demo
  • to Azure
  • Deployment Completed
  • a Web Application
  • to Original Site
  • Deployed Application
  • 9
Appendix A Learning Resources
 
2023 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

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

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??
??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

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.