SlideShare a Scribd company logo
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
MVC From Beginner to Advance in Indian Style by - Indiandotnet
Up coming session soon
Thanks 
Indian dotnet 
HTTP://IINNDDIIAANNDDOOTTNNEETT..WWOORRDDPPRREESS 
SS..CCOOMM 
HHTTTTPP::////FFAACCEEBBOOOOKK..CCOOMM//IINNDDIIAANNDDOO 
TTNNEETT 
HHTTTTPP::////LLIINNKKEEDD..IINN//HHEELLPPEERRCCLLAASSSS 
GGRROOUUPP
Ad

More Related Content

What's hot (20)

Introduction to mvc architecture
Introduction to mvc architectureIntroduction to mvc architecture
Introduction to mvc architecture
ravindraquicsolv
 
MSDN - ASP.NET MVC
MSDN - ASP.NET MVCMSDN - ASP.NET MVC
MSDN - ASP.NET MVC
Maarten Balliauw
 
ASP.NET MVC Presentation
ASP.NET MVC PresentationASP.NET MVC Presentation
ASP.NET MVC Presentation
Volkan Uzun
 
CTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVCCTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVC
Barry Gervin
 
MVC ppt presentation
MVC ppt presentationMVC ppt presentation
MVC ppt presentation
Bhavin 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 MVC
Khaled Musaied
 
Asp.net MVC training session
Asp.net MVC training sessionAsp.net MVC training session
Asp.net MVC training session
Hrichi 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 rtt
Lanvige Jiang
 
ASP .net MVC
ASP .net MVCASP .net MVC
ASP .net MVC
Divya Sharma
 
What is MVC?
What is MVC?What is MVC?
What is MVC?
Dom Cimafranca
 
Asp.net mvc basic introduction
Asp.net mvc basic introductionAsp.net mvc basic introduction
Asp.net mvc basic introduction
Bhagath 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 Sawant
Nitin S
 
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
Simone Chiaretta
 
ASP .NET MVC
ASP .NET MVC ASP .NET MVC
ASP .NET MVC
eldorina
 
Mvc
MvcMvc
Mvc
abhigad
 
Mvc fundamental
Mvc fundamentalMvc fundamental
Mvc fundamental
Nguyễn Thành Phát
 
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
Thomas Robbins
 
MVC Seminar Presantation
MVC Seminar PresantationMVC Seminar Presantation
MVC Seminar Presantation
Abhishek Yadav
 
Mvc framework
Mvc frameworkMvc framework
Mvc framework
Dhurham Fahem
 
Introduction to mvc architecture
Introduction to mvc architectureIntroduction to mvc architecture
Introduction to mvc architecture
ravindraquicsolv
 
ASP.NET MVC Presentation
ASP.NET MVC PresentationASP.NET MVC Presentation
ASP.NET MVC Presentation
Volkan Uzun
 
CTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVCCTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVC
Barry Gervin
 
MVC ppt presentation
MVC ppt presentationMVC ppt presentation
MVC ppt presentation
Bhavin 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 MVC
Khaled Musaied
 
Asp.net MVC training session
Asp.net MVC training sessionAsp.net MVC training session
Asp.net MVC training session
Hrichi 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 rtt
Lanvige Jiang
 
Asp.net mvc basic introduction
Asp.net mvc basic introductionAsp.net mvc basic introduction
Asp.net mvc basic introduction
Bhagath 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 Sawant
Nitin S
 
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
Simone 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 2013
Thomas Robbins
 
MVC Seminar Presantation
MVC Seminar PresantationMVC Seminar Presantation
MVC Seminar Presantation
Abhishek Yadav
 

Viewers also liked (20)

04 ms excel
04 ms excel04 ms excel
04 ms excel
fosterstac
 
MIS 226: Chapter 3
MIS 226: Chapter 3MIS 226: Chapter 3
MIS 226: Chapter 3
macrob14
 
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
Dr. Shalini Pandey
 
Chart In Excel
Chart In ExcelChart In Excel
Chart In Excel
Francisco Guerra
 
Excel chart helper guide
Excel chart helper guideExcel chart helper guide
Excel chart helper guide
johnmika
 
Delta Management excercise
Delta Management excerciseDelta Management excercise
Delta Management excercise
Marcelo 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 Projects
tharvey2
 
Advanced Excel course
Advanced Excel courseAdvanced Excel course
Advanced Excel course
Ashwani Kumar
 
16 making charts
16 making charts16 making charts
16 making charts
MrQaz996
 
Excel chart
Excel chartExcel chart
Excel chart
Jonathand515
 
Creating a chart in Excel
Creating a chart in Excel Creating a chart in Excel
Creating a chart in Excel
JessicaCheung1998
 
Create A Chart In Excel
Create A Chart In ExcelCreate A Chart In Excel
Create A Chart In Excel
Brian Lowery
 
Different types of charts
Different types of chartsDifferent types of charts
Different types of charts
Zakaria 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
 
Print Slides
Print SlidesPrint Slides
Print Slides
Jacqui Sharp
 
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
Satya Mahesh Kallakuru
 
Data visualization
Data visualizationData visualization
Data visualization
Vivian S. Zhang
 
MIS 226: Chapter 3
MIS 226: Chapter 3MIS 226: Chapter 3
MIS 226: Chapter 3
macrob14
 
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
Dr. Shalini Pandey
 
Excel chart helper guide
Excel chart helper guideExcel chart helper guide
Excel chart helper guide
johnmika
 
Delta Management excercise
Delta Management excerciseDelta Management excercise
Delta Management excercise
Marcelo 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 Projects
tharvey2
 
Advanced Excel course
Advanced Excel courseAdvanced Excel course
Advanced Excel course
Ashwani Kumar
 
16 making charts
16 making charts16 making charts
16 making charts
MrQaz996
 
Create A Chart In Excel
Create A Chart In ExcelCreate A Chart In Excel
Create A Chart In Excel
Brian Lowery
 
Different types of charts
Different types of chartsDifferent types of charts
Different types of charts
Zakaria 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 powerpoint
Satya Mahesh Kallakuru
 
Ad

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
Stefano Paluello
 
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.0
Shiju Varghese
 
Introduction To Mvc
Introduction To MvcIntroduction To Mvc
Introduction To Mvc
Volkan Uzun
 
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
Phuc Le Cong
 
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
Gaurav Arora
 
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
Gaurav Arora
 
ASP.Net | Sabin Saleem
ASP.Net | Sabin SaleemASP.Net | Sabin Saleem
ASP.Net | Sabin Saleem
SaBin SaleEm
 
Mvc Brief Overview
Mvc Brief OverviewMvc Brief Overview
Mvc Brief Overview
rainynovember12
 
ASp.net Mvc 5
ASp.net Mvc 5ASp.net Mvc 5
ASp.net Mvc 5
ahmedxp kh
 
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
Anurag Gupta
 
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
Concetto Labs
 
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
Taranjeet Singh
 
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
codeinmotion
 
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
Volodymyr Voytyshyn
 
A4 from rad to mvc
A4 from rad to mvcA4 from rad to mvc
A4 from rad to mvc
Arnaud Bouchez
 
MVC & backbone.js
MVC & backbone.jsMVC & backbone.js
MVC & backbone.js
Mohammed Arif
 
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
Er. Kamal Bhusal
 
Month 2 report
Month 2 reportMonth 2 report
Month 2 report
PRIYANKA FNU
 
MVC
MVCMVC
MVC
akshin
 
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.0
Shiju Varghese
 
Introduction To Mvc
Introduction To MvcIntroduction To Mvc
Introduction To Mvc
Volkan Uzun
 
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
Gaurav Arora
 
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
Gaurav Arora
 
ASP.Net | Sabin Saleem
ASP.Net | Sabin SaleemASP.Net | Sabin Saleem
ASP.Net | Sabin Saleem
SaBin 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.net
Concetto 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 Rails
codeinmotion
 
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
Volodymyr Voytyshyn
 
Ad

Recently uploaded (20)

SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 

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
  • 22. Thanks Indian dotnet HTTP://IINNDDIIAANNDDOOTTNNEETT..WWOORRDDPPRREESS SS..CCOOMM HHTTTTPP::////FFAACCEEBBOOOOKK..CCOOMM//IINNDDIIAANNDDOO TTNNEETT HHTTTTPP::////LLIINNKKEEDD..IINN//HHEELLPPEERRCCLLAASSSS GGRROOUUPP