SlideShare a Scribd company logo
Gaurav Kumar Arora
twitter - @g_arora
A technology enthusiast, having more than 13yrs of experience in the industry.
An author of CSharpCorner.
ASP.Net MVC series for
beginers-Part 2
Agenda of the day
01 Revisiting Previous Session 05 Looking into advanced Model concepts
02 Getting started with a simple app 06 Learn with a demo
03 Defining Models 07 What comes next?
04 Lets create a Model 08 Closing notes
Revisiting Previous Session
Request/Response in an ASP.NET application
High level overview
Request processing
High level overview – how request processed
Pictorial representation of Models, Views and Controllers
High level overview of MVC
Model
Getting started with a simple app - Demo
Lets create a Model
What is a Model?
MVC model is typically a class
Both Controller and View can access Model
A Model can be used to pass data from Controller to view
Demo
Getting started by adding a Model
Defining Models
Creating a Model?
Adding Properties
Adding attributes to Properties
A Model can be used to pass data from Controller to view
Attributes at a glance
Main available attributes
Attributes to check DataTypes
Attributes to Display
Attributes for validation
Required
Length
Comparison
RegularExpression
Looking into advanced Model concepts
Client side vs. Server side validations
Server side
ModelState.IsValid
Client side
JQuery validation
Models are awesome
Can create automatic UI
Demo
Running demo app
What comes next
Q & A
Few moments for handling queries
Closing notes

More Related Content

PPTX
Softtesting training
PPTX
Angularjs overview
PPT
Configration Management
PDF
Eclipse MVC
PPTX
Lightning strikes twice- SEDreamin
PDF
MVC architecture
PDF
Why Selenium and Qualitia?
PPTX
Difference between Software Architectural pattern
Softtesting training
Angularjs overview
Configration Management
Eclipse MVC
Lightning strikes twice- SEDreamin
MVC architecture
Why Selenium and Qualitia?
Difference between Software Architectural pattern

What's hot (7)

PDF
Salesforce Certification in Pune MindScripts
PPTX
Smart : Comprehensive and unified framework for test automation of web and mo...
PDF
Structuring Your Sencha Touch Application
DOCX
How to optimize your automated mobile application testing
PPTX
MVVM presentation
PPTX
Saha Bilgi Teknolojileri and Testinium
PPTX
Mulesoft intergrate for android app
Salesforce Certification in Pune MindScripts
Smart : Comprehensive and unified framework for test automation of web and mo...
Structuring Your Sencha Touch Application
How to optimize your automated mobile application testing
MVVM presentation
Saha Bilgi Teknolojileri and Testinium
Mulesoft intergrate for android app
Ad

Similar to ASP NET MVC Series For Beginers Part 2 (20)

PPTX
Introduction to mvc architecture
PPTX
ASPNet MVC series for beginers part 1
PPTX
Asp net mvc series for beginers part 1
PDF
MVC Interview Questions PDF By ScholarHat
PPT
Ppt of Basic MVC Structure
DOCX
IntroductionToMVC
PDF
MVC Architecture: A Detailed Insight to the Modern Web Applications Developme...
PDF
MVC in PHP
PDF
IRJET- MVC Framework: A Modern Web Application Development Approach and Working
PPTX
Intro ASP MVC
PDF
Top 40 MVC Interview Questions and Answers | Edureka
PPTX
Asp.net c# MVC-5 Training-Day-1 of Day-9
PPTX
Technoligent providing custom ASP.NET MVC development services
PPTX
Design pattern
PPTX
Design Pattern
PPTX
Introdução ao ASP .NET MVC - C. Augusto Proiete
PDF
Avigma Tech LLC- Why the MVC pattern so popular?
ODP
Mvc
PPT
Asp.net mvc
PPT
Code Camp 06 Model View Presenter Architecture
Introduction to mvc architecture
ASPNet MVC series for beginers part 1
Asp net mvc series for beginers part 1
MVC Interview Questions PDF By ScholarHat
Ppt of Basic MVC Structure
IntroductionToMVC
MVC Architecture: A Detailed Insight to the Modern Web Applications Developme...
MVC in PHP
IRJET- MVC Framework: A Modern Web Application Development Approach and Working
Intro ASP MVC
Top 40 MVC Interview Questions and Answers | Edureka
Asp.net c# MVC-5 Training-Day-1 of Day-9
Technoligent providing custom ASP.NET MVC development services
Design pattern
Design Pattern
Introdução ao ASP .NET MVC - C. Augusto Proiete
Avigma Tech LLC- Why the MVC pattern so popular?
Mvc
Asp.net mvc
Code Camp 06 Model View Presenter Architecture
Ad

Recently uploaded (20)

PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Lesson notes of climatology university.
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
RMMM.pdf make it easy to upload and study
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Pharma ospi slides which help in ospi learning
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
01-Introduction-to-Information-Management.pdf
PDF
Complications of Minimal Access Surgery at WLH
PDF
Basic Mud Logging Guide for educational purpose
PPTX
GDM (1) (1).pptx small presentation for students
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Lesson notes of climatology university.
102 student loan defaulters named and shamed – Is someone you know on the list?
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPH.pptx obstetrics and gynecology in nursing
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
Computing-Curriculum for Schools in Ghana
Renaissance Architecture: A Journey from Faith to Humanism
RMMM.pdf make it easy to upload and study
human mycosis Human fungal infections are called human mycosis..pptx
Pharma ospi slides which help in ospi learning
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
01-Introduction-to-Information-Management.pdf
Complications of Minimal Access Surgery at WLH
Basic Mud Logging Guide for educational purpose
GDM (1) (1).pptx small presentation for students
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx

ASP NET MVC Series For Beginers Part 2

Editor's Notes

  • #9: Create a default asp.net mvc web application and discuss the different parts of application (folder structure)
  • #10: Create a default asp.net mvc web application and discuss the different parts of application (folder structure)
  • #13: Create a default asp.net mvc web application and discuss the different parts of application (folder structure)
  • #16: Create a default asp.net mvc web application and discuss the different parts of application (folder structure)
  • #20: Create a default asp.net mvc web application and discuss the different parts of application (folder structure)
  • #22: Create a default asp.net mvc web application and discuss the different parts of application (folder structure)