SlideShare a Scribd company logo
1 of 22
MVC – Beginner to 
Advance 
MVC IN INDIAN STYLE BY ABHISHEK SAPKALE A MEMBER OF INDIAN DOTNET
Indiandotnet – 
Microsoft user 
group community 
http://indiandotnet.wordpress.com 
https://facebook.com/indiandotnet 
https://sqlraaga.blogspot.com
M V C 
 “M” “V” “C” stands for “MODEL” “VIEW” “CONTROLLER”. 
 A Software Design Pattern. 
 Introduced in 1970s. 
 It makes it easier to manage complexity. 
 Separation of concerns(Soc). 
 Used by Ruby on Rails, Spring Framework, Apple iOS
M V C
AASSPP..NNeett MMVVCC 
 ASP.NET MVC is an open source framework built on the top of Microsoft .NET Framework. 
 Use to build the Web Application Based on MVC 
 ASP.NET MVC framework is the most customizable and extensible platform shipped by Microsoft.
HHooww wwoorrkkss wwiitthh AASSPP..NNeett MMVVCC 
 ViewModel or Strongly type model 
 Business Layer or Model 
 Data Access Layer 
 View in ASP.NET MVC 
 Controller in ASP.NET MVC
AAddvvaannttaaggeess 
 TDD 
 State Less 
 Front controller pattern 
 Extensible and pluggable 
 Full control over application behaviour 
 ASP.NET features are supported 
 URL routing mechanism 
 Support with jquery libraries.
VVeerrssiioonnss ooff MMVVCC 
MVC - 6 
MVC - 5 
MVC - 4 
MVC - 1 
MVC - 2 
MVC - 3
AASSPP..NNEETT MMVVCC VVSS WWEEBB FFOORRMMSS 
ASP.NET Web Forms ASP.NET MVC 
ASP.NET Web Forms uses Page controller. ASP.NET MVC uses Front Controller 
approach. 
No separation of concerns. Very clean separation of concerns. View 
and Controller are neatly separate. 
Generally follow URL structure containing 
page name. 
(E.g.: http://mywebsite.com/default.aspx) 
Has rich Routing structure. 
(E.g: http://mywebsite.com/home/index) 
Follows a traditional event driven 
development model. 
Asp. Net MVC is a lightweight and follow 
MVC pattern based development model. 
Contains server controls. Contains Html helpers. 
Default state management (like as view 
state, session) techniques. 
No automatic state management 
techniques. 
User Controls for code re-usability. Partial Views for code re-usability.
Demo project startup 
 Introduction 
 Project Folder 
 Model ,View ,Controller 
 Razor View Engine 
 Html Helper
Demo project startup 
 Introduction 
 Bundle Config 
 Filter Config 
 Route Config 
 WebApi Config 
 Area in MVC 
 Style & Scripts Folder
Views 
 Layouts 
 RenderBody 
 RenderPage 
 RenderSection 
 Styles.Render 
 Scripts.Render 
 Sections 
 Define Layout 
 ViewStart Page 
 With in view 
 Return type
Views 
Normal View 
 How to render view - Demo 
Partial View 
 Html.Partial 
 How to render by jquery 
 How add on page 
Strongly Typed View 
 How to use it
HTML Helpers 
 Standard Html Helpers 
 Strongly Typed HTML Helpers 
 Template HTML Helpers 
 URL Helpers 
 AJAX Helpers
SSttoorraaggee 
 View Bag 
 View Data 
 Temp Data 
 Session
CCoonnttrroolllleerr 
Routing 
Convention based routing 
Attribute Routing 
Route Constraints
Controller 
Action Result 
ViewResult 
PartialViewResult 
RedirectResult 
RedirectToRouteResult 
ContentResult 
JsonResult 
JavaScriptResult 
FileResult 
Action Methods 
Non-Action Attribute 
HttpGet 
HttpPost 
Filter 
Authentication Filter 
Authorization Filter 
Action Filter 
Result Filter 
Exception Filter
MMooddeell 
 Data Annotations 
 Server Side Validation
FFllaasshh BBaacckk
Up coming session soon
Thanks 
Indian dotnet 
HTTP://IINNDDIIAANNDDOOTTNNEETT..WWOORRDDPPRREESS 
SS..CCOOMM 
HHTTTTPP::////FFAACCEEBBOOOOKK..CCOOMM//IINNDDIIAANNDDOO 
TTNNEETT 
HHTTTTPP::////LLIINNKKEEDD..IINN//HHEELLPPEERRCCLLAASSSS 
GGRROOUUPP

More Related Content

What's hot

Introduction to mvc architecture
Introduction to mvc architectureIntroduction to mvc architecture
Introduction to mvc architectureravindraquicsolv
 
ASP.NET MVC Presentation
ASP.NET MVC PresentationASP.NET MVC Presentation
ASP.NET MVC PresentationVolkan Uzun
 
CTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVCCTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVCBarry Gervin
 
MVC ppt presentation
MVC ppt presentationMVC ppt presentation
MVC ppt presentationBhavin Shah
 
ASP .NET MVC Introduction & Guidelines
ASP .NET MVC Introduction & Guidelines  ASP .NET MVC Introduction & Guidelines
ASP .NET MVC Introduction & Guidelines Dev Raj Gautam
 
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVCKhaled Musaied
 
Asp.net MVC training session
Asp.net MVC training sessionAsp.net MVC training session
Asp.net MVC training sessionHrichi Mohamed
 
Head first asp.net mvc 2.0 rtt
Head first asp.net mvc 2.0 rttHead first asp.net mvc 2.0 rtt
Head first asp.net mvc 2.0 rttLanvige Jiang
 
Asp.net mvc basic introduction
Asp.net mvc basic introductionAsp.net mvc basic introduction
Asp.net mvc basic introductionBhagath Gopinath
 
Asp.net mvc presentation by Nitin Sawant
Asp.net mvc presentation by Nitin SawantAsp.net mvc presentation by Nitin Sawant
Asp.net mvc presentation by Nitin SawantNitin Sawant
 
What's new in asp.net mvc 4
What's new in asp.net mvc 4What's new in asp.net mvc 4
What's new in asp.net mvc 4Simone Chiaretta
 
ASP .NET MVC
ASP .NET MVC ASP .NET MVC
ASP .NET MVC eldorina
 
Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013Thomas Robbins
 
MVC Seminar Presantation
MVC Seminar PresantationMVC Seminar Presantation
MVC Seminar PresantationAbhishek Yadav
 

What's hot (20)

Introduction to mvc architecture
Introduction to mvc architectureIntroduction to mvc architecture
Introduction to mvc architecture
 
MSDN - ASP.NET MVC
MSDN - ASP.NET MVCMSDN - ASP.NET MVC
MSDN - ASP.NET MVC
 
ASP.NET MVC Presentation
ASP.NET MVC PresentationASP.NET MVC Presentation
ASP.NET MVC Presentation
 
CTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVCCTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVC
 
MVC ppt presentation
MVC ppt presentationMVC ppt presentation
MVC ppt presentation
 
ASP .NET MVC Introduction & Guidelines
ASP .NET MVC Introduction & Guidelines  ASP .NET MVC Introduction & Guidelines
ASP .NET MVC Introduction & Guidelines
 
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
 
Asp.net MVC training session
Asp.net MVC training sessionAsp.net MVC training session
Asp.net MVC training session
 
Head first asp.net mvc 2.0 rtt
Head first asp.net mvc 2.0 rttHead first asp.net mvc 2.0 rtt
Head first asp.net mvc 2.0 rtt
 
ASP .net MVC
ASP .net MVCASP .net MVC
ASP .net MVC
 
What is MVC?
What is MVC?What is MVC?
What is MVC?
 
Asp.net mvc basic introduction
Asp.net mvc basic introductionAsp.net mvc basic introduction
Asp.net mvc basic introduction
 
Asp.net mvc presentation by Nitin Sawant
Asp.net mvc presentation by Nitin SawantAsp.net mvc presentation by Nitin Sawant
Asp.net mvc presentation by Nitin Sawant
 
What's new in asp.net mvc 4
What's new in asp.net mvc 4What's new in asp.net mvc 4
What's new in asp.net mvc 4
 
ASP .NET MVC
ASP .NET MVC ASP .NET MVC
ASP .NET MVC
 
Mvc
MvcMvc
Mvc
 
Mvc fundamental
Mvc fundamentalMvc fundamental
Mvc fundamental
 
Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013
 
MVC Seminar Presantation
MVC Seminar PresantationMVC Seminar Presantation
MVC Seminar Presantation
 
Mvc framework
Mvc frameworkMvc framework
Mvc framework
 

Viewers also liked

MIS 226: Chapter 3
MIS 226: Chapter 3MIS 226: Chapter 3
MIS 226: Chapter 3macrob14
 
Module 6 (2) type of excel chart
Module 6 (2) type of excel chartModule 6 (2) type of excel chart
Module 6 (2) type of excel chartDr. Shalini Pandey
 
Excel chart helper guide
Excel chart helper guideExcel chart helper guide
Excel chart helper guidejohnmika
 
Delta Management excercise
Delta Management excerciseDelta Management excercise
Delta Management excerciseMarcelo Honores
 
Manage Project Agreements and Fundings in Oracle EBS Projects via MS-Excel us...
Manage Project Agreements and Fundings in Oracle EBS Projects via MS-Excel us...Manage Project Agreements and Fundings in Oracle EBS Projects via MS-Excel us...
Manage Project Agreements and Fundings in Oracle EBS Projects via MS-Excel us...Project Partners LLC
 
How To Make A Link Profile In Excel (Pie Chart)
How To Make A Link Profile In Excel (Pie Chart) How To Make A Link Profile In Excel (Pie Chart)
How To Make A Link Profile In Excel (Pie Chart) Christopher Dill
 
Excel Template Projects
Excel Template ProjectsExcel Template Projects
Excel Template Projectstharvey2
 
Advanced Excel course
Advanced Excel courseAdvanced Excel course
Advanced Excel courseAshwani Kumar
 
16 making charts
16 making charts16 making charts
16 making chartsMrQaz996
 
Create A Chart In Excel
Create A Chart In ExcelCreate A Chart In Excel
Create A Chart In ExcelBrian Lowery
 
Different types of charts
Different types of chartsDifferent types of charts
Different types of chartsZakaria Salim
 
Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...
Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...
Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...Innovation Network
 
Online Excel Course (Basic to Advanced)
Online Excel Course (Basic to Advanced)Online Excel Course (Basic to Advanced)
Online Excel Course (Basic to Advanced)Sumit Bansal
 
Column and stacked column : Mixed chart in excel and powerpoint
Column and stacked column : Mixed chart in excel and powerpointColumn and stacked column : Mixed chart in excel and powerpoint
Column and stacked column : Mixed chart in excel and powerpointSatya Mahesh Kallakuru
 

Viewers also liked (20)

04 ms excel
04 ms excel04 ms excel
04 ms excel
 
MIS 226: Chapter 3
MIS 226: Chapter 3MIS 226: Chapter 3
MIS 226: Chapter 3
 
Module 6 (2) type of excel chart
Module 6 (2) type of excel chartModule 6 (2) type of excel chart
Module 6 (2) type of excel chart
 
Chart In Excel
Chart In ExcelChart In Excel
Chart In Excel
 
Excel chart helper guide
Excel chart helper guideExcel chart helper guide
Excel chart helper guide
 
Delta Management excercise
Delta Management excerciseDelta Management excercise
Delta Management excercise
 
Manage Project Agreements and Fundings in Oracle EBS Projects via MS-Excel us...
Manage Project Agreements and Fundings in Oracle EBS Projects via MS-Excel us...Manage Project Agreements and Fundings in Oracle EBS Projects via MS-Excel us...
Manage Project Agreements and Fundings in Oracle EBS Projects via MS-Excel us...
 
How To Make A Link Profile In Excel (Pie Chart)
How To Make A Link Profile In Excel (Pie Chart) How To Make A Link Profile In Excel (Pie Chart)
How To Make A Link Profile In Excel (Pie Chart)
 
Excel Template Projects
Excel Template ProjectsExcel Template Projects
Excel Template Projects
 
Advanced Excel course
Advanced Excel courseAdvanced Excel course
Advanced Excel course
 
16 making charts
16 making charts16 making charts
16 making charts
 
Excel chart
Excel chartExcel chart
Excel chart
 
Creating a chart in Excel
Creating a chart in Excel Creating a chart in Excel
Creating a chart in Excel
 
Create A Chart In Excel
Create A Chart In ExcelCreate A Chart In Excel
Create A Chart In Excel
 
Different types of charts
Different types of chartsDifferent types of charts
Different types of charts
 
Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...
Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...
Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...
 
Online Excel Course (Basic to Advanced)
Online Excel Course (Basic to Advanced)Online Excel Course (Basic to Advanced)
Online Excel Course (Basic to Advanced)
 
Print Slides
Print SlidesPrint Slides
Print Slides
 
Column and stacked column : Mixed chart in excel and powerpoint
Column and stacked column : Mixed chart in excel and powerpointColumn and stacked column : Mixed chart in excel and powerpoint
Column and stacked column : Mixed chart in excel and powerpoint
 
Data visualization
Data visualizationData visualization
Data visualization
 

Similar to MVC From Beginner to Advance in Indian Style by - Indiandotnet

SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web...
SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web...SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web...
SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web...SoftServe
 
Introduction to ASP.NET MVC 1.0
Introduction to ASP.NET MVC 1.0Introduction to ASP.NET MVC 1.0
Introduction to ASP.NET MVC 1.0Shiju Varghese
 
Introduction To Mvc
Introduction To MvcIntroduction To Mvc
Introduction To MvcVolkan Uzun
 
ASPNet MVC series for beginers part 1
ASPNet MVC series for beginers part 1ASPNet MVC series for beginers part 1
ASPNet MVC series for beginers part 1Gaurav Arora
 
Asp net mvc series for beginers part 1
Asp net mvc series for beginers part 1Asp net mvc series for beginers part 1
Asp net mvc series for beginers part 1Gaurav Arora
 
ASP.Net | Sabin Saleem
ASP.Net | Sabin SaleemASP.Net | Sabin Saleem
ASP.Net | Sabin SaleemSaBin SaleEm
 
Which is better asp.net mvc vs asp.net
Which is better  asp.net mvc vs asp.netWhich is better  asp.net mvc vs asp.net
Which is better asp.net mvc vs asp.netConcetto Labs
 
MVC Demystified: Essence of Ruby on Rails
MVC Demystified: Essence of Ruby on RailsMVC Demystified: Essence of Ruby on Rails
MVC Demystified: Essence of Ruby on Railscodeinmotion
 
ASP.NET MVC as the next step in web development
ASP.NET MVC as the next step in web developmentASP.NET MVC as the next step in web development
ASP.NET MVC as the next step in web developmentVolodymyr Voytyshyn
 

Similar to MVC From Beginner to Advance in Indian Style by - Indiandotnet (20)

Asp.Net MVC Intro
Asp.Net MVC IntroAsp.Net MVC Intro
Asp.Net MVC Intro
 
SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web...
SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web...SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web...
SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web...
 
Introduction to ASP.NET MVC 1.0
Introduction to ASP.NET MVC 1.0Introduction to ASP.NET MVC 1.0
Introduction to ASP.NET MVC 1.0
 
Introduction To Mvc
Introduction To MvcIntroduction To Mvc
Introduction To Mvc
 
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
 
ASPNet MVC series for beginers part 1
ASPNet MVC series for beginers part 1ASPNet MVC series for beginers part 1
ASPNet MVC series for beginers part 1
 
Asp net mvc series for beginers part 1
Asp net mvc series for beginers part 1Asp net mvc series for beginers part 1
Asp net mvc series for beginers part 1
 
ASP.Net | Sabin Saleem
ASP.Net | Sabin SaleemASP.Net | Sabin Saleem
ASP.Net | Sabin Saleem
 
Mvc Brief Overview
Mvc Brief OverviewMvc Brief Overview
Mvc Brief Overview
 
ASp.net Mvc 5
ASp.net Mvc 5ASp.net Mvc 5
ASp.net Mvc 5
 
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
 
Which is better asp.net mvc vs asp.net
Which is better  asp.net mvc vs asp.netWhich is better  asp.net mvc vs asp.net
Which is better asp.net mvc vs asp.net
 
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
 
MVC Demystified: Essence of Ruby on Rails
MVC Demystified: Essence of Ruby on RailsMVC Demystified: Essence of Ruby on Rails
MVC Demystified: Essence of Ruby on Rails
 
ASP.NET MVC as the next step in web development
ASP.NET MVC as the next step in web developmentASP.NET MVC as the next step in web development
ASP.NET MVC as the next step in web development
 
A4 from rad to mvc
A4 from rad to mvcA4 from rad to mvc
A4 from rad to mvc
 
MVC & backbone.js
MVC & backbone.jsMVC & backbone.js
MVC & backbone.js
 
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
 
Month 2 report
Month 2 reportMonth 2 report
Month 2 report
 
MVC
MVCMVC
MVC
 

Recently uploaded

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 

Recently uploaded (20)

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 

MVC From Beginner to Advance in Indian Style by - Indiandotnet

  • 1. MVC – Beginner to Advance MVC IN INDIAN STYLE BY ABHISHEK SAPKALE A MEMBER OF INDIAN DOTNET
  • 2. Indiandotnet – Microsoft user group community http://indiandotnet.wordpress.com https://facebook.com/indiandotnet https://sqlraaga.blogspot.com
  • 3. M V C  “M” “V” “C” stands for “MODEL” “VIEW” “CONTROLLER”.  A Software Design Pattern.  Introduced in 1970s.  It makes it easier to manage complexity.  Separation of concerns(Soc).  Used by Ruby on Rails, Spring Framework, Apple iOS
  • 5. AASSPP..NNeett MMVVCC  ASP.NET MVC is an open source framework built on the top of Microsoft .NET Framework.  Use to build the Web Application Based on MVC  ASP.NET MVC framework is the most customizable and extensible platform shipped by Microsoft.
  • 6. HHooww wwoorrkkss wwiitthh AASSPP..NNeett MMVVCC  ViewModel or Strongly type model  Business Layer or Model  Data Access Layer  View in ASP.NET MVC  Controller in ASP.NET MVC
  • 7. AAddvvaannttaaggeess  TDD  State Less  Front controller pattern  Extensible and pluggable  Full control over application behaviour  ASP.NET features are supported  URL routing mechanism  Support with jquery libraries.
  • 8. VVeerrssiioonnss ooff MMVVCC MVC - 6 MVC - 5 MVC - 4 MVC - 1 MVC - 2 MVC - 3
  • 9. AASSPP..NNEETT MMVVCC VVSS WWEEBB FFOORRMMSS ASP.NET Web Forms ASP.NET MVC ASP.NET Web Forms uses Page controller. ASP.NET MVC uses Front Controller approach. No separation of concerns. Very clean separation of concerns. View and Controller are neatly separate. Generally follow URL structure containing page name. (E.g.: http://mywebsite.com/default.aspx) Has rich Routing structure. (E.g: http://mywebsite.com/home/index) Follows a traditional event driven development model. Asp. Net MVC is a lightweight and follow MVC pattern based development model. Contains server controls. Contains Html helpers. Default state management (like as view state, session) techniques. No automatic state management techniques. User Controls for code re-usability. Partial Views for code re-usability.
  • 10. Demo project startup  Introduction  Project Folder  Model ,View ,Controller  Razor View Engine  Html Helper
  • 11. Demo project startup  Introduction  Bundle Config  Filter Config  Route Config  WebApi Config  Area in MVC  Style & Scripts Folder
  • 12. Views  Layouts  RenderBody  RenderPage  RenderSection  Styles.Render  Scripts.Render  Sections  Define Layout  ViewStart Page  With in view  Return type
  • 13. Views Normal View  How to render view - Demo Partial View  Html.Partial  How to render by jquery  How add on page Strongly Typed View  How to use it
  • 14. HTML Helpers  Standard Html Helpers  Strongly Typed HTML Helpers  Template HTML Helpers  URL Helpers  AJAX Helpers
  • 15. SSttoorraaggee  View Bag  View Data  Temp Data  Session
  • 16. CCoonnttrroolllleerr Routing Convention based routing Attribute Routing Route Constraints
  • 17. Controller Action Result ViewResult PartialViewResult RedirectResult RedirectToRouteResult ContentResult JsonResult JavaScriptResult FileResult Action Methods Non-Action Attribute HttpGet HttpPost Filter Authentication Filter Authorization Filter Action Filter Result Filter Exception Filter
  • 18. MMooddeell  Data Annotations  Server Side Validation
  • 20.
  • 22. Thanks Indian dotnet HTTP://IINNDDIIAANNDDOOTTNNEETT..WWOORRDDPPRREESS SS..CCOOMM HHTTTTPP::////FFAACCEEBBOOOOKK..CCOOMM//IINNDDIIAANNDDOO TTNNEETT HHTTTTPP::////LLIINNKKEEDD..IINN//HHEELLPPEERRCCLLAASSSS GGRROOUUPP