Tags
Language
Tags
September 2025
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Deep Dive Into Asp.Net Mvc By 23 Yrs Experience Trainer

    Posted By: ELK1nG
    Deep Dive Into Asp.Net Mvc By 23 Yrs Experience Trainer

    Deep Dive Into Asp.Net Mvc By 23 Yrs Experience Trainer
    Last updated 6/2018
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 12.30 GB | Duration: 21h 48m

    Completely practical approach about how Model, View and Controller participate in building Modern Web Applications.

    What you'll learn

    As a pre-requisite understanding of how ASP .NET WebForms worked.

    Deep Understanding of MVC Design Pattern and comparison with traditional ASP. NET Web Forms.

    You will be able to understand how Model, View and Controller communicate with each other.

    You will have good knowledge Model, View and Controller individually.

    Implement Authentication and Authorization using ASP .NET Identities Framework.

    Very good understanding of how Cookies and Session overcome stateless behaviour of HTTP Protocol.

    Configuring Web Applications.

    Requirements

    Very basic knowledge of HTML and CSS - Initial Videos will provide an Inroduction to these topics.

    Should have good command over C# Programming Language

    Would require Visual Studio and SQL Express

    Description

    Mr. Sandeep Soni, Microsoft Certified Trainer and having 23 years of experience has himself participated in architecting and developing a large number of ASP.NET MVC applications and has trained more than 100,000 students. Topics covered are in-depth and not only benefits beginners but also experienced software developers.This course is a full course that covers all the topics (57 modules) of ASP.NET MVC.Covering every topic right from basic to in-depth understanding, our online ASP.NET MVC course provides essential knowledge of MVC design pattern and applying its features to developing lightweight but large sized web applications as in modern applications.The most striking feature of OUR online ASP.NET MVC training is that it includes both theory as well as practical examples for each and every module. In addition to this, the ASP.NET MVC Interview questions provide an effective source for helping our participants to communicate effectively and confidently in any interview.You can very quickly decide about our QUALITY of content after watching our Preview Videos.

    Overview

    Section 1: Prerequisite-Introduction to Web Programming

    Lecture 1 Web Programming Introduction

    Section 2: Prerequisite-Overview of HTML and Javascript

    Lecture 2 HTML

    Section 3: Javascript In Body Of Document

    Lecture 3 Javascript In Body Of Document

    Section 4: JavaScript Event Handling

    Lecture 4 JavaScript Event Handling

    Section 5: JavaScript Mouse Event This Styles And Debugging

    Lecture 5 JavaScript Mouse Event This Styles And Debugging

    Section 6: JavaScript Client Side Validation

    Lecture 6 JavaScript Client Side Validation

    Section 7: JavaScript Timer Windows Library

    Lecture 7 JavaScript Timer Windows Library

    Section 8: Prerequisite-Overview of Classic ASP

    Lecture 8 Classic ASP Introduction

    Section 9: Classic ASP Form Handling

    Lecture 9 Classic ASP Form Handling

    Section 10: Prerequisite-ASP.NET Introduction and Controls

    Lecture 10 ASP NET Introduction

    Section 11: WebForm Server Controls

    Lecture 11 WebForm Server Controls

    Section 12: ASP.NET Page Life Cycle

    Lecture 12 ASP.NET Page Life Cycle

    Section 13: Page Event and How Control Manages its State

    Lecture 13 Page Event and How Control Manages its State

    Section 14: Redirecting Options

    Lecture 14 Redirecting Options

    Section 15: Working with Master Pages

    Lecture 15 Working with Master Pages

    Section 16: Introduction to MVC

    Lecture 16 Introduction to ASP.NET MVC

    Section 17: First MVC Application

    Lecture 17 First MVC Web Application

    Section 18: Introduction Views in MVC Application

    Lecture 18 Introduction Views in MVC Application

    Section 19: Adding and Model in MVC Application

    Lecture 19 Adding and Model in MVC Application

    Section 20: Exploring Controllers

    Lecture 20 Controller And ActionResult Types

    Section 21: Passing Data from Controller to View

    Lecture 21 Passing Data from Controller to View

    Section 22: Action Selectors HttpGet and HttpPost

    Lecture 22 Action Selectors HttpGet and HttpPost

    Section 23: Built in Action Filters

    Lecture 23 Built in Action Filters

    Section 24: Understanding Custom Action Filter

    Lecture 24 Understanding Custom Action Filter

    Section 25: UserAgent ActionFilter Example

    Lecture 25 UserAgent ActionFilter Example

    Section 26: Filter Override Execution Order and Cancellation

    Lecture 26 Filter Override Execution Order and Cancellation

    Section 27: Asynchronous Controllers

    Lecture 27 Asynchronous Controllers

    Section 28: Exploring Razor Views

    Lecture 28 Razor Introduction and Syntax

    Section 29: Working with Layout Pages

    Lecture 29 Working with Layout Pages

    Section 30: Partial Views

    Lecture 30 Partial Views

    Section 31: Types of Views

    Lecture 31 Types of Views

    Section 32: Digging into HTML Helper Methods

    Lecture 32 Introducing HTML Helper Methods

    Section 33: Binding Html Helpers to ViewData

    Lecture 33 Binding Html Helpers to ViewData

    Section 34: Binding HTML Helper to Model

    Lecture 34 Binding HTML Helper to Model

    Section 35: Display and Editor Helper Methods

    Lecture 35 Display and Editor Helper Methods

    Section 36: Custom Templates for Display and Editor Methods

    Lecture 36 Custom Templates for Display and Editor Methods

    Section 37: Reusing Helper Methods

    Lecture 37 Reusing Helper Methods

    Section 38: Understanding Model Binders

    Lecture 38 Default Behaviou of DefaultModelBinder

    Section 39: Bind Attribute

    Lecture 39 Bind Attribute

    Section 40: Update Model and Try Update Model Methods

    Lecture 40 Update Model and Try Update Model Methods

    Section 41: Writing Custom Model Binder

    Lecture 41 Writing Custom Model Binder

    Section 42: Annotations and Validation

    Lecture 42 Introduction and Validating Model Data

    Section 43: Remote and Custom Validation Attributes

    Lecture 43 Remote and Custom Validation Attributes

    Section 44: Custom Client Side Validations

    Lecture 44 Custom Client Side Validations

    Section 45: Web Cofiguration File and Global Application Class

    Lecture 45 Web Configuration File

    Section 46: Global Application Class

    Lecture 46 Global Application Class

    Section 47: Custom Error Handling

    Lecture 47 Custom Error Handling

    Section 48: Encryting Connection String in Config File

    Lecture 48 Encryting Connection Stringin Config File

    Section 49: State Management Techniques

    Lecture 49 What is a Cookie

    Section 50: Cookies API Example

    Lecture 50 Cookies API Example

    Section 51: Cookies Authentication Example

    Lecture 51 Cookies Authentication Example

    Section 52: Cookie Dictionary

    Lecture 52 Cookie Dictionary

    Section 53: Understanding Sessions

    Lecture 53 Understanding Sessions

    Section 54: Login Example using Sessions

    Lecture 54 Login Example using Sessions

    Section 55: Working with Session Properties

    Lecture 55 Working with Session Properties

    Section 56: Handling Global Data in an WebApplication

    Lecture 56 Handling Global Data in an WebApplication

    Section 57: BONUS LECTURE: What Next?

    Lecture 57 BONUS LECTURE: What Next?

    Anyone who would like to get into building dynamic web applications from ground up.