ASP.NET MVC 5 Course (edit)
- ContosoUniversity
- MvcMusicStore
- NerdDinner
ASP.NET MVC Application Development Services | MVC5 Consultants (srinsofttech.com)
Developing ASP.NET MVC 5 Web Applications (torque-it.com)
Developing ASP.NET MVC 4 Web Applications (MS-20486) (quickstart.com)
Responsive Web Design–Introduction for ASP.NET MVC Developers (cognizantsoftvision.com)
- Browser capabilities (HTML5, native audio/video, CSS3, plugins)
- Device capabilities (geolocation, resolution, input methods)
- User capabilities (vision, hearing)
- Viewport (media type, resolution, density, orientation)
- Support IE9 or above
- Responsive Web Design
- Fluid Grid (Adaptive Grid)
- Media Queries
- Flexible Images (Adaptive Media)
Mobile ASP.NET MVC 5
(99+) (PDF) Mobile ASP NET MVC 5 | Tamás lipai - Academia.edu
Articles:
- ASP.NET MVC Development Services
- ASP.NET MVC Application Development
- ASP.NET MVC Web Application Development
- ASP.NET MVC Development With Entity Framework And SQL Server
- Enterprise ASP.NET MVC Application Development And Solutions
- Net Ecommerce Application Development And Solutions
- Custom ASP.NET Programming, Third-Party Apps Integration Services
- Net Web Services Development, ASP.NET Web API Development
- Ria Development With ASP.NET MVC
- Building Real-World Cloud Apps With Windows Azure
- UI Design & Prototyping - Responsive UI For Modern Apps
- ASP.NET MVC Deployment, Maintenance And Support
- ASP.NET MVC Migrations Services
- ASP.NET MVC Application Performance Monitoring And Scalability
- Why ASP.NET MVC Development?
- Wide range of implementation with Mobile, Enterprise, Web, IOT and Windows
- Extensive support and documentation
- Flexibility in choosing tools and environments
- Can easily integrate with open source technologies
- Fast development with Code Sharing
- Bill of quantity extraction from Revit to ERP
- High level of Security
- Crash protection capability
- Ability to detect and retrieve memory efficiently
- Common Runtime Engine, Simplified Deployment
- Accessibility of cross-stage relocation
- Access to .NET Schema Library
- Object oriented environment for languages, where the storage and execution of the code is carried out locally
- Highly Scalable
- Easy maintainability
- Reduced coding requirement
- Flexible & extensible framework
- Effective for modularized development
- Support for third-party view engines
ASP.NET MVC 5 vs ASP.NET Core MVC
Difference Between ASP.NET MVC5 And ASP.NET Core (dotnettricks.com)
ASP.NET MVC 5 + ReactJS.NET
Tutorial (ASP.NET 4.x) | ReactJS.NET
ASP.NET MVC 5 + AngularJS
Look, up in the sky, its ASP.NET MVC 5 shining down on your Enterprise development | DotNetCurry
Using AngularJS in your ASP.NET MVC Projects - Part 2 | DotNetCurry
Using AngularJS in your ASP.NET MVC Projects - Part 3 | DotNetCurry
Developing ASP.NET MVC 5 Web Applications - Course
Developing ASP.NET MVC 5 Web Applications - lifelong-learning.lu
In this course, students will learn to develop advanced ASP.NET MVC applications using.NET Framework tools and technologies.
The focus will be on coding activities that enhance the performance and scalability of a web application.
ASP.NET MVC will be introduced and compared with Web Forms so that students know when each should/could be used.
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.
- 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
- Create MVC Models and write code that implements business logic within Model methods, properties, and events
- Add Controllers to an MVC Application to manage user interaction, update models, and select and return Views
- Create Views in an MVC application that display and edit data and interact with Models and Controllers
- Run unit tests and debugging tools against a web application in Visual Studio and configure an application for troubleshooting
- Develop a web application that uses the ASP.NET routing engine to present friendly URLs and a logical navigation hierarchy to users
- Implement a consistent look and feel, including corporate branding, across an entire MVC web application
- Use partial page updates and caching to reduce the network bandwidth used by an application and accelerate responses to user requests
- Write JavaScript code that runs on the client side and utilizes the jQuery script library to optimize the responsiveness of an MVC web application
- Implement a complete membership system in an MVC web application
- Build an MVC application that resists malicious attacks and persists information about users and preferences
- Describe how to write a Microsoft Azure web
Inhalt
Module 1: Exploring ASP.NET MVC 5
- Description
- The goal of this module is to outline to the students the components of the Microsoft Web Technologies stack, which can be used to host a completed web application
- Students will also learn about ASP.NET and be introduced to the web forms, web pages, and MVC programming models
- Finally they will see an overview of ASP.NET MVC 5, including new features and configuration
- Lessons
- Overview of Microsoft Web Technologies
- Overview of ASP.NET
- Introduction to ASP.NET MVC 5
- Lab: Exploring ASP.NET MVC 5
- Exploring a Photo Sharing Application
- Exploring a Web Pages Application
- Exploring a Web Forms Application
- Exploring an MVC Application
- After completing this module, students will be able to:
- Describe the Microsoft Web Technologies stack and select an appropriate technology to use to develop any given application
Module 2: Designing ASP.NET MVC 5 Web Applications
- Description
- The goal of this module is to introduce students to the typical design process that architects must complete when they plan an MVC 5 application
- At this stage in the design process, MVC 5 has been selected as the most appropriate programming model, but the details of the application, such as the overall architecture, Controllers, Views, Models, and routes to create, have not been fixed
- How to plan such details is shown during this module
- Lessons
- Planning in the Project Design Phase
- Designing Models, Controllers, and Views
- Lab: Designing ASP.NET MVC 5 Web Applications
- Planning Model Classes
- Planning Controllers
- Planning Views
- Architecting an MVC Web Application
- After completing this module, students will be able to:
- Design the architecture and implementation of a web application that will meet a set of functional requirements, user interface requirements, and address business models
Module 3: Developing ASP.NET MVC 5 Models
- Description
- The goal of this module is to enable the students to create Models within an MVC application that implement the business logic necessary to satisfy business requirements
- The module also describes how to implement a connection to a database, or alternative data store, using the Entity Framework and LINQ
- Lessons
- Creating MVC Models
- Working with Data
- Lab: Developing ASP.NET MVC 5 Models
- Creating an MVC Project and Adding a Model
- Adding Properties to MVC Models
- Using Data Annotations in MVC Models
- Creating a New Microsoft Azure SQL Database
- After completing this module, students will be able to:
- Create MVC Models and write code that implements business logic within Model methods, properties, and events
Module 4: Developing ASP.NET MVC 5 Controllers
- Description
- The goal of this module is to enable students to add Controllers to MVC applications and to implement actions that respond to user input and other event
- The students will learn how Controllers relate to Models and how to implement Controller actions that define the View used to display or edit data
- This module also covers how to write action filters that run code before or after multiple actions in the Controller
- The students will learn about situations when action filters are useful
- Lessons
- Writing Controllers and Actions
- Writing Action Filters
- Lab: Developing ASP.NET MVC 5 Controllers
- Adding an MVC Controller and Writing the Actions
- Optional – Writing the Action Filters in a Controller
- After completing this module, students will be able to:
- Add Controllers to an MVC Application to manage user interaction, update models, and select and return Views
Module 5: Developing ASP.NET MVC 5 Views
- Description
- The goal of this module is to describe the role of Views in an MVC web application and enable users to create and code them
- The syntax of a Razor View is of critical importance for students to understand because it defines both the layout and the functionality of the data display
- HTML Helpers will also be discussed in detail and common Helpers, such as Html.ActionLink() and Html.EditorFor(), will be described
- Reusing code by defining Partial Views and Razor Helpers will be discussed as well
- Lessons
- Creating Views with Razor Syntax
- Using HTML Helpers
- Re-using Code in Views
- Lab: Developing ASP.NET MVC 5 Views
- Adding a View for Photo Display
- Adding a View for New Photos
- Creating and Using a Partial View
- Adding a Home View and Testing the Views
- After completing this module, students will be able to:
- Create Views in an MVC application that display and edit data and interact with Models and Controllers
Module 6: Testing and Debugging ASP.NET MVC 5 Web Applications
- Description
- The goal of this module is to enable students to increase the resilience and quality of an application by locating and correcting code errors, bugs, and other unexpected results
- MVC applications are well suited to unit testing techniques and these techniques ensure a high quality of code by systematically testing the functionality of each small component
- In addition the debugging tools and exception handling available in Visual Studio will be explained
- Lessons
- Unit Testing MVC Components
- Implementing an Exception Handling Strategy
- Lab: Testing and Debugging ASP.NET MVC 5 Web Applications
- Performing Unit Tests
- Optional – Configuring Exception Handling
- After completing this module, students will be able to:
- Run unit tests and debugging tools against a web application in Visual Studio and configure an application for troubleshooting
Module 7: Structuring ASP.NET MVC 5 Web Applications
- Description
- The goal of this module is to enable students to structure a web application in such a way that users can rapidly locate the information they need
- Two aspects of the design are emphasized: the URLs presented in the browser address bar should be understandable and can be controlled by adding routes to the ASP.NET Routing Engine, and the navigation controls, such as menus and breadcrumb trails, should present the most relevant links to frequently read pages
- Search Engine Optimization is important throughout this module
- Lessons
- Analyzing Information Architecture
- Configuring Routes
- Creating a Navigation Structure
- Lab: Structuring ASP.NET MVC 5 Web Applications
- Using the Routing Engine
- Optional – Building Navigation Controls
- After completing this module, students will be able to:
- Develop a web application that uses the ASP.NET routing engine to present friendly URLs and a logical navigation hierarchy to users
Module 8: Applying Styles to ASP.NET MVC 5 Web Applications
- Description
- The goal of this module is to explore how students can impose a consistent look and feel to an MVC application and share other common components, such as headers and footers, between all Views
- Besides describing CSS styles and template views, the module will discuss how to migrate a look and feel created by a web designer into an MVC application
- Techniques for adapting the display of a site for small screens and mobile devices will also be introduced
- Lessons
- Using Layouts
- Applying CSS Styles to an MVC Applicaiton
- Creating an Adaptive User Interface
- Lab: Applying Styles to ASP.NET MVC 5 Web Applications
- Creating and Applying Layouts
- Applying Styles to an MVC Web Application
- Optional – Adapting Webpages for Mobile Browsers
- After completing this module, students will be able to:
- Implement a consistent look and feel, including corporate branding, across an entire MVC web application
Module 9: Building Responsive Pages in ASP.NET MVC 5 Web Applications
- Description
- The goal of this module is to describe to the students how partial page updates and caching can optimize the responsiveness of a web application
- Students will see how to make use of AJAX helpers and partial views to update small portions of a page instead of refreshing the entire page
- The module also covers the different caches developers can use to store rendered pages and discusses how to configure caching for maximum performance
- Lessons
- Using AJAX and Partial Page Updates
- Implementing a Caching Strategy
- Lab: Building Responsive Pages in ASP.NET MVC 5 Web Applications
- Using Partial Page Updates
- Optional – Configuring the ASP.NET Caches
- After completing this module, students will be able to:
- Use partial page updates and caching to reduce the network bandwidth used by an application and accelerate responses to user requests
Module 10: Using JavaScript and jQuery for Responsive MVC 5 Web Applications
- Description
- The goal of this module is to teach the students techniques that run code on the browser
- This approach can increase the responsiveness of the application because a rendered page can respond to a user action without reloading the entire page from the server
- Students will learn about the jQuery script library and how to use it to call web services and update user interface components
- Lessons
- Rendering and Executing JavaScript Code
- Using jQuery and jQueryUI
- Lab: Using JavaScript and jQuery for Responsive MVC 5 Web Applications
- Creating and Animating the Slideshow View
- Optional – Adding a jQueryUI ProgressBar Widget
- After completing this module, students will be able to:
- Write JavaScript code that runs on the client-side and utilizes the jQuery script library to optimize the responsiveness of an MVC web application
Module 11: Controlling Access to ASP.NET MVC 5 Web Applications
- Description
- The goal of this module to ensure good security in terms of strong authentication and authorization for access
- The lessons describe how to enable anonymous users to create their own user account and gain privileged access to content
- Lessons
- Implementing Authentication and Authorization
- Assigning Roles and Membership
- Lab: Controlling Access to ASP.NET MVC 5 Web Applications
- Configuring Authentication and Membership Providers
- Building the Logon and Register Views
- Authorizing Access to Resources
- Optional – Building a Password Reset View
- After completing this module, students will be able to:
- Implement a complete membership system in an MVC 5 web application
Module 12: Building a Resilient ASP.NET MVC 5 Web Application
- Description
- The goal of this module is to enable the students to build applications that are stable and reliable
- Such applications are not vulnerable to common hacking techniques such as cross-site scripting and also store state information such as the contents of a shopping cart and user preferences
- This state information is preserved when servers or browsers restart, connections are lost, and other connectivity issues occur
- Lessons
- Developing Secure Sites
- State Management
- Lab: Building a Resilient ASP.NET MVC 5 Web Application
- Creating Favorites Controller Actions
- Implementing Favorites in Views
- After completing this module, students will be able to:
- Build an MVC application that resists malicious attacks and persists information about users and preferences
Module 13: Implementing Web APIs in ASP.NET MVC 5 Web Applications
- Description
- The goal of the module is to introduce the concept of a Web API to students and to describe how to make an application’s core functionality more broadly available for integration into other web and mobile applications
- Students will learn about the new Web API feature of MVC 5 and see how to build a RESTful Web API and call it from other applications
- Lessons
- Developing a Web API
- Calling a Web API from Mobile and Web Applications
- Lab: Implementing Web APIs in ASP.NET MVC 5 Web Applications
- Adding a Web API to the Photo Sharing Application
- Using the Web API for a Bing Maps Display
- After completing this module, students will be able to:
- Describe what a Web API is and why developers might add a Web API to an application
Module 14: Handling Requests in ASP.NET MVC 5 Web Applications
- Description
- The goal of this module is to describe how to write components that intercept requests from browsers before they are received by MVC Controllers
- These components include HTTP Modules, HTTP Handlers, and the Web Sockets protocol
- The module describes scenarios in which developers use such components and shows how to add them to an MVC application
- Lessons
- Using HTTP Modules and HTTP Handlers
- Using Web Sockets
- Lab: Handling Requests in ASP.NET MVC 5 Web Applications
- Creating a SignalR Hub
- Creating a Photo Chat View
- After completing this module, students will be able to:
- Modify the way browser requests are handled by an MVC application
Module 15: Deploying ASP.NET MVC 5 Web Applications
- Description
- The goal for this module is to enable students to deploy a completed MVC application to a web server or Microsoft Azure
- The module begins by describing testing, staging, and production deployments and the web server environments required for each
- It also describes the advantages and disadvantages of using Microsoft Azure to host the application
- Students also see all the available deployment options in Visual Studio
- Lessons
- Deploying a Web Application
- Deploying an ASP.NET MVC 5 Web Application
- Lab: Deploying ASP.NET MVC 5 Web Applications
- Deploying a Web Application to Microsoft Azure
- Testing the Completed Application
- After completing this module, students will be able to:
- Describe how to package and deploy an ASP.NET MVC 5 web application from a development computer to a web server for staging or production
ASP.NET MVC 5 Course - Enterprise Applications
This course was specially modeled for those who want to ASP.NET learn The MVC so that the acquired knowledge can be applied directly in corporate and large systems, because it does not only address how MVC works, but how to use it far beyond the basic example, but rather learning to separate responsibilities, layers and apply N architectural patterns that will provide performance, security and maintainability to your system.
The ASP.NET MVC has changed the way of developing for the Web, is a concept that adds several benefits and facilitates development in conjunction with the most current technologies. Nowadays a Web professional needs to know ASP.NET MVC to be aligned with market expectations. The MVC 5 ASP.NET course was developed to prepare the professional to develop projects, make decisions and know the usability models that involve this technology.
Course structure
- Introduction
- The MVC pattern and the separation of concepts
- WebForms ASP.NET vs MVC
- Pipeline do ASP.NET MVC
- Controllers
- Controller drive
- Writing the first controller
- Receiving Parameters
- Redirection
- Action Results
- Action Filters
- Views
- Bootstrap
- Razor View Engine
- Strongly typed view
- View de Layout (Master Page)
- Error View
- ViewData, ViewBag and TempData
- Partial View
- Models
- Data validation
- Model State
- Model Binding
- Forms and HTML Helpers
- Methods and Actions
- GET and POST
- Razor HTML Helpers
- Routes
- Routing x URL Rewriting
- Definition of routes
- Routing Internals
- Customized routes
- Managing JS and CSS Scripts
- Bundling
- Minification
- Techniques of use
- Data Annotations and Validation
- Using validations
- Custom messages
- Logics of validations
- JavaScript and AJAX
- jQuery
- JSON
- Helpers
- Performance
- Scaffolding
- Gaining productivity
- Creating a CRUD with Entity Framework
- Security
- Prevention techniques
- Cross-Site Scripting
- Cross-Site Request Forgery
- Reports of problems
- ViewModels and AutoMapper
- The ViewModel pattern
- Understanding and using AutoMapper
- Using EntityFramework
- ORM's Overview
- Benefits of using EF Code First
- Developing in Code First
- Getting to know DbContext
- Using FluentAPI
- Creating Code First-related tables
- Creating and updating DB via Migrations
- Unit Tests
- Reasons to test
- Defining a test project
- Performing Domain Tests
- Performing Mock for Testing
- CDN and Cache
- Overview
- Output Caching
- Using CDN
- Performance techniques
- Best practices
- Scripts
- ASP.NET MVC Filters
- Operation of filters
- Filter for error handling
- Filter for authorization via Claims
- Filter to use cached data
- ASP.NET Identity
- Authentication and Authorization
- Claims and Roles
- OAuth and OpenID
- Login via Social Networks
- ASP.NET Web API
- Overview
- Writing an API Controller
- Routes and parameters for Web API
- Filtering Requests
- Examples of use
- Architecture
- Introduction to Architecture Standards
- ASP.NET MVC is just the presentation layer
- Separating concepts and responsibilities
- Introducing Domain Driven Design (DDD)
- OOP and SOLID
- Service Classes
- Entities
- Segregation of Inferfaces
- IoC - Dependency Injection with SimpleInjector
- Lifecycle Management with SimpleInjector
- Generic and Specialized Repositories
- Pattern Unit of Work (UoW)
- Pattern OneContextPerRequest
- Consistency validation and Business Rules with Specification Pattern
- Working with N forms of connection to BD
- Deploy in IIS and Azure
- Publishing Techniques
- Configuring the environment.
- Creating and deploying a WebSite in Azure
Outline
Module 1: Exploring ASP.NET MVC 5
The goal of this module is to outline to the students the components of the Microsoft Web Technologies stack, which can be used to host a completed web application. Students will also learn about ASP.NET and be introduced to the web forms, web pages, and MVC programming models. Finally they will see an overview of ASP.NET MVC 5, including new features and configuration.
Lessons
- Overview of Microsoft Web Technologies
- Overview of ASP.NET
- Introduction to ASP.NET MVC 5
Lab : Exploring ASP.NET MVC 5
- Exploring a Photo Sharing Application
- Exploring a Web Pages Application
- Exploring a Web Forms Application
- Exploring an MVC Application
After completing this module, students will be able to:
Describe the Microsoft Web Technologies stack and select an appropriate technology to use to develop any given application.
Module 2: Designing ASP.NET MVC 5 Web Applications
The goal of this module is to introduce students to the typical design process that architects must complete when they plan an MVC 5 application. At this stage in the design process, MVC 5 has been selected as the most appropriate programming model, but the details of the application, such as the overall architecture, Controllers, Views, Models, and routes to create, have not been fixed. How to plan such details is shown during this module.
Lessons
- Planning in the Project Design Phase
- Designing Models, Controllers, and Views
Lab : Designing ASP.NET MVC 5 Web Applications
- Planning Model Classes
- Planning Controllers
- Planning Views
- Architecting an MVC Web Application
After completing this module, students will be able to:
Design the architecture and implementation of a web application that will meet a set of functional requirements, user interface requirements, and address business models.
Module 3: Developing ASP.NET MVC 5 Models
The goal of this module is to enable the students to create Models within an MVC application that implement the business logic necessary to satisfy business requirements. The module also describes how to implement a connection to a database, or alternative data store, using the Entity Framework and LINQ.
Lessons
- Creating MVC Models
- Working with Data
Lab : Developing ASP.NET MVC 5 Models
- Creating an MVC Project and Adding a Model
- Adding Properties to MVC Models
- Using Data Annotations in MVC Models
- Creating a New Microsoft Azure SQL Database
After completing this module, students will be able to:
Create MVC Models and write code that implements business logic within Model methods, properties, and events.
Module 4: Developing ASP.NET MVC 5 Controllers
The goal of this module is to enable students to add Controllers to MVC applications and to implement actions that respond to user input and other events. The students will learn how Controllers relate to Models and how to implement Controller actions that define the View used to display or edit data. This module also covers how to write action filters that run code before or after multiple actions in the Controller. The students will learn about situations when action filters are useful.
Lessons
- Writing Controllers and Actions
- Writing Action Filters
Lab : Developing ASP.NET MVC 5 Controllers
- Adding an MVC Controller and Writing the Actions
- Optional?Writing the Action Filters in a Controller
After completing this module, students will be able to:
Add Controllers to an MVC Application to manage user interaction, update models, and select and return Views.
Module 5: Developing ASP.NET MVC 4 Views
The goal of this module is to describe the role of Views in an MVC web application and enable users to create and code them. The syntax of a Razor View is of critical importance for students to understand because it defines both the layout and the functionality of the data display. HTML Helpers will also be discussed in detail and common Helpers, such as Html.ActionLink() and Html.EditorFor(), will be described. Reusing code by defining Partial Views and Razor Helpers will be discussed as well.
Lessons
- Creating Views with Razor Syntax
- Using HTML Helpers
- Re-using Code in Views
Lab : Developing ASP.NET MVC 5 Views
- Adding a View for Photo Display
- Adding a View for New Photos
- Creating and Using a Partial View
- Adding a Home View and Testing the Views
After completing this module, students will be able to:
Create Views in an MVC application that display and edit data and interact with Models and Controllers
Module 6: Testing and Debugging ASP.NET MVC 5 Web Applications
The goal of this module is to enable students to increase the resilience and quality of an application by locating and correcting code errors, bugs, and other unexpected results. MVC applications are well suited to unit testing techniques and these techniques ensure a high quality of code by systematically testing the functionality of each small component. In addition the debugging tools and exception handling available in Visual Studio will be explained.
Lessons
- Unit Testing MVC Components
- Implementing an Exception Handling Strategy
Lab : Testing and Debugging ASP.NET MVC 5 Web Applications
- Performing Unit Tests
- Optional ? Configuring Exception Handling
After completing this module, students will be able to:
Run unit tests and debugging tools against a web application in Visual Studio and configure an application for troubleshooting.
Module 7: Structuring ASP.NET MVC 5 Web Applications
The goal of this module is to enable students to structure a web application in such a way that users can rapidly locate the information they need. Two aspects of the design are emphasized: the URLs presented in the browser address bar should be understandable and can be controlled by adding routes to the ASP.NET Routing Engine, and the navigation controls, such as menus and breadcrumb trails, should present the most relevant links to frequently read pages. Search Engine Optimization is important throughout this module.
Lessons
- Analyzing Information Architecture
- Configuring Routes
- Creating a Navigation Structure
Lab : Structuring ASP.NET MVC 5 Web Applications
- Using the Routing Engine
- Optional? Building Navigation Controls
After completing this module, students will be able to:
Develop a web application that uses the ASP.NET routing engine to present friendly URLs and a logical navigation hierarchy to users.
Module 8: Applying Styles to ASP.NET MVC 5 Web Applications
The goal of this module is to explore how students can impose a consistent look and feel to an MVC application and share other common components, such as headers and footers, between all Views. Besides describing CSS styles and template views, the module will discuss how to migrate a look and feel created by a web designer into an MVC application. Techniques for adapting the display of a site for small screens and mobile devices will also be introduced.
Lessons
- Using Layouts
- Applying CSS Styles to an MVC Application
- Creating an Adaptive User Interface
Lab : Applying Styles to ASP.NET MVC 5 Web Applications
- Creating and Applying Layouts
- Applying Styles to an MVC Web Application
- Optional? Adapting Webpages for Mobile Browsers
After completing this module, students will be able to:
Implement a consistent look and feel, including corporate branding, across an entire MVC web application.
Module 9: Building Responsive Pages in ASP.NET MVC 5 Web Applications
The goal of this module is to describe to the students how partial page updates and caching can optimize the responsiveness of a web application. Students will see how to make use of AJAX helpers and partial views to update small portions of a page instead of refreshing the entire page. The module also covers the different caches developers can use to store rendered pages and discusses how to configure caching for maximum performance.
Lessons
- Using AJAX and Partial Page Updates
- Implementing a Caching Strategy
Lab : Building Responsive Pages in ASP.NET MVC 5 Web Applications
- Using Partial Page Updates
- Optional? Configuring the ASP.NET Caches
After completing this module, students will be able to:
Use partial page updates and caching to reduce the network bandwidth used by an application and accelerate responses to user requests.
Module 10: Using JavaScript and jQuery for Responsive MVC 5 Web Applications
The goal of this module is to teach the students techniques that run code on the browser. This approach can increase the responsiveness of the application because a rendered page can respond to a user action without reloading the entire page from the server. Students will learn about the jQuery script library and how to use it to call web services and update user interface components.
Lessons
- Rendering and Executing JavaScript Code
- Using jQuery and jQueryUI
Lab : Using JavaScript and jQuery for Responsive MVC 5 Web Applications
- Creating and Animating the Slideshow View
- Optional? Adding a jQueryUI ProgressBar Widget
After completing this module, students will be able to:
Write JavaScript code that runs on the client-side and utilizes the jQuery script library to optimize the responsiveness of an MVC web application.
Module 11: Controlling Access to ASP.NET MVC 5 Web Applications
The goal of this module to ensure good security in terms of strong authentication and authorization for access. The lessons describe how to enable anonymous users to create their own user account and gain privileged access to content.
Lessons
- Implementing Authentication and Authorization
- Assigning Roles and Membership
Lab : Controlling Access to ASP.NET MVC 5 Web Applications
- Configuring Authentication and Membership Providers
- Building the Logon and Register Views
- Authorizing Access to Resources
- Optional? Building a Password Reset View
After completing this module, students will be able to:
Implement a complete membership system in an MVC 5 web application.
Module 12: Building a Resilient ASP.NET MVC 5 Web Application
The goal of this module is to enable the students to build applications that are stable and reliable. Such applications are not vulnerable to common hacking techniques such as cross-site scripting and also store state information such as the contents of a shopping cart and user preferences. This state information is preserved when servers or browsers restart, connections are lost, and other connectivity issues occur.
Lessons
- Developing Secure Sites
- State Management
Lab : Building a Resilient ASP.NET MVC 5 Web Application
- Creating Favorites Controller Actions
- Implementing Favorites in Views
After completing this module, students will be able to:
Build an MVC application that resists malicious attacks and persists information about users and preferences.
Module 13: Implementing Web APIs in ASP.NET MVC 5 Web Applications
The goal of the module is to introduce the concept of a Web API to students and to describe how to make an application?s core functionality more broadly available for integration into other web and mobile applications. Students will learn about the new Web API feature of MVC 5 and see how to build a RESTful Web API and call it from other applications.
Lessons
- Developing a Web API
- Calling a Web API from Mobile and Web Applications
Lab : Implementing Web APIs in ASP.NET MVC 5 Web Applications
- Adding a Web API to the Photo Sharing Application
- Using the Web API for a Bing Maps Display
After completing this module, students will be able to:
Describe what a Web API is and why developers might add a Web API to an application.
Module 14: Handling Requests in ASP.NET MVC 5 Web Applications
The goal of this module is to describe how to write components that intercept requests from browsers before they are received by MVC Controllers. These components include HTTP Modules, HTTP Handlers, and the Web Sockets protocol. The module describes scenarios in which developers use such components and shows how to add them to an MVC application.
Lessons
- Using HTTP Modules and HTTP Handlers
- Using Web Sockets
Lab : Handling Requests in ASP.NET MVC 5 Web Applications
- Creating a SignalR Hub
- Creating a Photo Chat View
After completing this module, students will be able to:
Modify the way browser requests are handled by an MVC application.
Module 15: Deploying ASP.NET MVC 5 Web Applications
The goal for this module is to enable students to deploy a completed MVC application to a web server or Microsoft Azure. The module begins by describing testing, staging, and production deployments and the web server environments required for each. It also describes the advantages and disadvantages of using Microsoft Azure to host the application. Students also see all the available deployment options in Visual Studio.
Lessons
- Deploying a Web Application
- Deploying an ASP.NET MVC 5 Web Application
Lab : Deploying ASP.NET MVC 5 Web Applications
- Deploying a Web Application to Microsoft Azure
- Testing the Completed Application
After completing this module, students will be able to:
Describe how to package and deploy an ASP.NET MVC 5 web application from a development computer to a web server for staging or production.
Deploy ASP.NET MVC 5 to IIS8 - @manhng
This is a ASP.NET MVC 4 migrated to MVC5 project to try and learn best practice with .NET Framework
- Article #1: ASP.NET MVC Enterprise Quality Web Application
- Article #2: ASP.NET MVC Enterprise Quality Web Application Model
- Article #3: ASP.NET MVC Enterprise Quality Web Application Controller
- Article #4: ASP.NET MVC Enterprise Quality Web Repository Layer
- Article #5: ASP.NET MVC Enterprise Quality Web with Entity - Framework
- Article #6: ASP.NET MVC Enterprise Quality Layers
- Article #7: ASP.NET MVC Enterprise Quality Web Security
Enterprise Asp.Net MVC Part 1: The Planification | Patrick Desjardins Blog
Enterprise Asp.Net MVC Part 2: Building The Model | Patrick Desjardins Blog
Enterprise Asp.Net MVC Part 3: Controller | Patrick Desjardins Blog
Enterprise Asp.Net MVC Part 4: Repository | Patrick Desjardins Blog
Enterprise Asp.Net MVC Part 5: Database Context and Impersonate data | Patrick Desjardins Blog
Enterprise Asp.Net MVC Part 6: The three layers of validation | Patrick Desjardins Blog
Enterprise Asp.Net MVC Part 7: Securing action with role authorization | Patrick Desjardins Blog
Source code:
ASP.NET MVC 5 Mobile Friendly
bfm:978-1-4302-5057-9/1.pdf (springer.com)
Integrating an ASP.NET MVC Web Application in Sitecore CMS
Integrating an ASP.NET MVC Web Application in Sitecore CMS
ASP.NET MVC Application
C# - ASP.NET MVC application life cycle (Explained in easy way) - QA With Experts
ASP.NET - How to Create login & registration page in MVC with database (ASP.NET) - QA With Experts
C# - Paging, sorting and filtering in ASP.NET MVC C# - QA With Experts
Install-Package PagedList
Install-Package PagedList.Mvc
ASP.NET - Using Google Charts in ASP.NET MVC (With Pie Chart Example) - QA With Experts
C# - how to upload image in C# MVC - QA With Experts
File uploading using DropZone js & HTML5 in MVC
File uploading using DropZone js & HTML5 in MVC - QA With Experts
File Uploading using jQuery Ajax in MVC (Single or multiple file upload)
MVC - jQuery File Upload with progress bar in ASP.NET MVC - QA With Experts
File Upload in ASP.NET MVC (Single and Multiple files upload example) - QA With Experts
Data annotation in ASP.NET MVC (Example with creating Custom Validation) - QA With Experts
Samples (VB)
DevExpress-Examples/scheduler-best-practices-e4877: .NET, ASP.NET MVC, MVC Scheduler (github.com)
ASP.NET MVC 5: Building Your First Web Application - Part 1 - CodeProject
proudmonkey/ASPNETMVC5ForBeginnersDemo: MVC 5 Project Demo for beginners (github.com)
gtechsltn/ASPNETMVC5ForBeginnersDemo: MVC 5 Project Demo for beginners (github.com)