ASP.NET MVC Presentation

I
ASP.NET MVC M odel  V iew  C ontroller (MVC) applications by using the ASP.NET framework   Ivan Polyakov  Developer at Wildbit  www.wildbit.com
What is ASP.NET MVC?  ,[object Object],ASP.NET   ASP.NET MVC
ASP.NET MVC Features ,[object Object],1. Clear separation of logic: Model, View, Controller 2. Test-Driven Development 3. Full control over HTML and JavaScript 4. Friendly URLs
M odel +  V iew +  C ontroller =  MVC ,[object Object],Model Controller View Model objects implement the logic for the application's data domain. Often, model objects retrieve and store the app state in a database.  Controllers handle user interaction, work with the model, and select a view to render that displays UI   Views display the application's user interface (UI). Typically, this UI is created from the model data.
Test-Driven Development  ,[object Object],Controller   Unit Tests that cover  User Actions and Data Model  User Interface   Data Objects
Full control over HTML & JS ,[object Object],<input type=&quot;hidden&quot; name=&quot;__VIEWSTATE&quot; id=&quot;__VIEWSTATE&quot; value=&quot;/wEPaA8FDzhjYjBhZjA0ODYyMTM2NBgGBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WAQUhY3RsMDAkaGVhZGVyJHVjTWFpbk1lbnUkc2VhcmNoQnRuBTdjdGwwMCRNYWluQ29udGVudCRycHRWaWRlbyRjdGwwMyRwcmVzZW50YXRpb25DYXJkJG11bHRp&quot; /> <script type=&quot;text/javascript&quot;> //<![CDATA[ var theForm = document.forms['aspnetForm']; function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script>
Friendly URLs ,[object Object],C:netpubwwrootebSiteroducts.aspx http://www.website.com/Products.aspx?name=Meat http://www.website.com/Products/Meat Physical location: ASP.NET style: MVC style:
How does ASP.NET MVC looks like?  ,[object Object]
How does ASP.NET MVC looks like?  ,[object Object],App_Data  folder is the physical store for data.  Content  folder keeps files such as scripts, CSS, images, and so on.  Controllers  folder is the location for controllers. The MVC framework requires the names of all controllers to end with &quot;Controller&quot;—for example, HomeController, LoginController, or ProductController. Models  stores classes that handle application business logic.  Scripts  folder is for script files that support the application. By default, this folder contains AJAX script files and the JQuery library. Views  is the recommended location for views. Views use .aspx, .ascx, and .master files, in addition to any other files that are related to rendering views.
Conclusion  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Web Links to Additional Resources  ,[object Object],[object Object],[object Object],[object Object],[object Object]
1 von 11

Recomendados

Asp.net MVC training session von
Asp.net MVC training sessionAsp.net MVC training session
Asp.net MVC training sessionHrichi Mohamed
6.3K views44 Folien
Introduction to ASP.NET von
Introduction to ASP.NETIntroduction to ASP.NET
Introduction to ASP.NETRajkumarsoy
16.8K views21 Folien
Reactjs von
Reactjs Reactjs
Reactjs Neha Sharma
10.5K views27 Folien
MVC ppt presentation von
MVC ppt presentationMVC ppt presentation
MVC ppt presentationBhavin Shah
14K views36 Folien
ASP.NET Core MVC + Web API with Overview von
ASP.NET Core MVC + Web API with OverviewASP.NET Core MVC + Web API with Overview
ASP.NET Core MVC + Web API with OverviewShahed Chowdhuri
4.6K views23 Folien
Introduction to asp.net von
Introduction to asp.netIntroduction to asp.net
Introduction to asp.netSHADAB ALI
2.6K views15 Folien

Más contenido relacionado

Was ist angesagt?

Introduction to Spring Framework von
Introduction to Spring FrameworkIntroduction to Spring Framework
Introduction to Spring Framework Serhat Can
26K views52 Folien
An Introduction to ReactJS von
An Introduction to ReactJSAn Introduction to ReactJS
An Introduction to ReactJSAll Things Open
12.7K views43 Folien
Introduction to React JS von
Introduction to React JSIntroduction to React JS
Introduction to React JSArno Lordkronos
32.5K views21 Folien
[Final] ReactJS presentation von
[Final] ReactJS presentation[Final] ReactJS presentation
[Final] ReactJS presentation洪 鹏发
30.2K views35 Folien
Introduction to React von
Introduction to ReactIntroduction to React
Introduction to ReactRob Quick
947 views29 Folien

Was ist angesagt?(20)

Introduction to Spring Framework von Serhat Can
Introduction to Spring FrameworkIntroduction to Spring Framework
Introduction to Spring Framework
Serhat Can26K views
[Final] ReactJS presentation von 洪 鹏发
[Final] ReactJS presentation[Final] ReactJS presentation
[Final] ReactJS presentation
洪 鹏发30.2K views
Introduction to React von Rob Quick
Introduction to ReactIntroduction to React
Introduction to React
Rob Quick947 views
Introduction to angular with a simple but complete project von Jadson Santos
Introduction to angular with a simple but complete projectIntroduction to angular with a simple but complete project
Introduction to angular with a simple but complete project
Jadson Santos12.9K views
ReactJS presentation von Thanh Tuong
ReactJS presentationReactJS presentation
ReactJS presentation
Thanh Tuong5.7K views
Angular 8 von Sunil OS
Angular 8 Angular 8
Angular 8
Sunil OS531K views
ASP.NET MVC Presentation von Volkan Uzun
ASP.NET MVC PresentationASP.NET MVC Presentation
ASP.NET MVC Presentation
Volkan Uzun5.4K views

Destacado

Introduction to ASP.NET MVC von
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVCKhaled Musaied
13.7K views15 Folien
Model View Controller (MVC) von
Model View Controller (MVC)Model View Controller (MVC)
Model View Controller (MVC)Javier Antonio Humarán Peñuñuri
36.3K views14 Folien
Mvc architecture von
Mvc architectureMvc architecture
Mvc architectureSurbhi Panhalkar
44.4K views28 Folien
MVC Seminar Presantation von
MVC Seminar PresantationMVC Seminar Presantation
MVC Seminar PresantationAbhishek Yadav
6.8K views41 Folien
Why MVC? von
Why MVC?Why MVC?
Why MVC?Wayne Tun Myint
10.5K views23 Folien
Asp.Net MVC 5 von
Asp.Net MVC 5Asp.Net MVC 5
Asp.Net MVC 5Emanuele Bartolesi
17.8K views30 Folien

Destacado(20)

Introduction to ASP.NET MVC von Khaled Musaied
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
Khaled Musaied13.7K views
ASP.NET MVC Performance von rudib
ASP.NET MVC PerformanceASP.NET MVC Performance
ASP.NET MVC Performance
rudib59.7K views
ASP.NET MVC 3 von Buu Nguyen
ASP.NET MVC 3ASP.NET MVC 3
ASP.NET MVC 3
Buu Nguyen6.2K views
Be project ppt asp.net von Sanket Jagare
Be project ppt asp.netBe project ppt asp.net
Be project ppt asp.net
Sanket Jagare15.9K views
Architectural Patterns and Software Architectures: Client-Server, Multi-Tier,... von Svetlin Nakov
Architectural Patterns and Software Architectures: Client-Server, Multi-Tier,...Architectural Patterns and Software Architectures: Client-Server, Multi-Tier,...
Architectural Patterns and Software Architectures: Client-Server, Multi-Tier,...
Svetlin Nakov44.1K views
ASP.NET Tutorial - Presentation 1 von Kumar S
ASP.NET Tutorial - Presentation 1ASP.NET Tutorial - Presentation 1
ASP.NET Tutorial - Presentation 1
Kumar S27.7K views
KSDG-ASP.NET MVC 5 Overview (偽三國誌) von Bruce Chen
KSDG-ASP.NET MVC 5 Overview (偽三國誌)KSDG-ASP.NET MVC 5 Overview (偽三國誌)
KSDG-ASP.NET MVC 5 Overview (偽三國誌)
Bruce Chen850 views
Repository Pattern in MVC3 Application with Entity Framework von Akhil Mittal
Repository Pattern in MVC3 Application with Entity FrameworkRepository Pattern in MVC3 Application with Entity Framework
Repository Pattern in MVC3 Application with Entity Framework
Akhil Mittal378 views

Similar a ASP.NET MVC Presentation

Asp.net mvc von
Asp.net mvcAsp.net mvc
Asp.net mvcTaranjeet Singh
248 views21 Folien
Asp.net mvc von
Asp.net mvcAsp.net mvc
Asp.net mvcNaga Harish M
1.9K views11 Folien
CTTDNUG ASP.NET MVC von
CTTDNUG ASP.NET MVCCTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVCBarry Gervin
7.2K views48 Folien
ASP .NET MVC von
ASP .NET MVC ASP .NET MVC
ASP .NET MVC eldorina
1K views13 Folien
Asp.Net MVC Intro von
Asp.Net MVC IntroAsp.Net MVC Intro
Asp.Net MVC IntroStefano Paluello
7.9K views50 Folien
Session 1 von
Session 1Session 1
Session 1Asif Atick
521 views10 Folien

Similar a ASP.NET MVC Presentation(20)

CTTDNUG ASP.NET MVC von Barry Gervin
CTTDNUG ASP.NET MVCCTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVC
Barry Gervin7.2K views
ASP .NET MVC von eldorina
ASP .NET MVC ASP .NET MVC
ASP .NET MVC
eldorina1K views
Introduction To Mvc von Volkan Uzun
Introduction To MvcIntroduction To Mvc
Introduction To Mvc
Volkan Uzun2.4K views
ASP.NET MVC introduction von Tomi Juhola
ASP.NET MVC introductionASP.NET MVC introduction
ASP.NET MVC introduction
Tomi Juhola2.7K views
ASP.NET Presentation von Rasel Khan
ASP.NET PresentationASP.NET Presentation
ASP.NET Presentation
Rasel Khan2.5K views
MVC From Beginner to Advance in Indian Style by - Indiandotnet von Indiandotnet
MVC From Beginner to Advance in Indian Style by - IndiandotnetMVC From Beginner to Advance in Indian Style by - Indiandotnet
MVC From Beginner to Advance in Indian Style by - Indiandotnet
Indiandotnet575 views
Walther Aspnet4 von rsnarayanan
Walther Aspnet4Walther Aspnet4
Walther Aspnet4
rsnarayanan1.9K views
MVC von akshin
MVCMVC
MVC
akshin2K views
SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web... von SoftServe
SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web...SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web...
SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web...
SoftServe1.2K views
ASP.net MVC Introduction Wikilogia (nov 2014) von Hatem Hamad
ASP.net MVC Introduction Wikilogia (nov 2014)ASP.net MVC Introduction Wikilogia (nov 2014)
ASP.net MVC Introduction Wikilogia (nov 2014)
Hatem Hamad591 views
Asp.Net Mvc von micham
Asp.Net MvcAsp.Net Mvc
Asp.Net Mvc
micham3.1K views
Technoligent providing custom ASP.NET MVC development services von Aaron Jacobson
Technoligent providing custom ASP.NET MVC development servicesTechnoligent providing custom ASP.NET MVC development services
Technoligent providing custom ASP.NET MVC development services
Aaron Jacobson878 views
MVC Architecture in ASP.Net By Nyros Developer von Nyros Technologies
MVC Architecture in ASP.Net By Nyros DeveloperMVC Architecture in ASP.Net By Nyros Developer
MVC Architecture in ASP.Net By Nyros Developer
Nyros Technologies4.3K views

Último

Report 2030 Digital Decade von
Report 2030 Digital DecadeReport 2030 Digital Decade
Report 2030 Digital DecadeMassimo Talia
14 views41 Folien
Spesifikasi Lengkap ASUS Vivobook Go 14 von
Spesifikasi Lengkap ASUS Vivobook Go 14Spesifikasi Lengkap ASUS Vivobook Go 14
Spesifikasi Lengkap ASUS Vivobook Go 14Dot Semarang
35 views1 Folie
Perth MeetUp November 2023 von
Perth MeetUp November 2023 Perth MeetUp November 2023
Perth MeetUp November 2023 Michael Price
15 views44 Folien
From chaos to control: Managing migrations and Microsoft 365 with ShareGate! von
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!sammart93
9 views39 Folien
Uni Systems for Power Platform.pptx von
Uni Systems for Power Platform.pptxUni Systems for Power Platform.pptx
Uni Systems for Power Platform.pptxUni Systems S.M.S.A.
50 views21 Folien
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... von
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...James Anderson
33 views32 Folien

Último(20)

Spesifikasi Lengkap ASUS Vivobook Go 14 von Dot Semarang
Spesifikasi Lengkap ASUS Vivobook Go 14Spesifikasi Lengkap ASUS Vivobook Go 14
Spesifikasi Lengkap ASUS Vivobook Go 14
Dot Semarang35 views
Perth MeetUp November 2023 von Michael Price
Perth MeetUp November 2023 Perth MeetUp November 2023
Perth MeetUp November 2023
Michael Price15 views
From chaos to control: Managing migrations and Microsoft 365 with ShareGate! von sammart93
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
sammart939 views
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... von James Anderson
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
James Anderson33 views
Transcript: The Details of Description Techniques tips and tangents on altern... von BookNet Canada
Transcript: The Details of Description Techniques tips and tangents on altern...Transcript: The Details of Description Techniques tips and tangents on altern...
Transcript: The Details of Description Techniques tips and tangents on altern...
BookNet Canada130 views
The details of description: Techniques, tips, and tangents on alternative tex... von BookNet Canada
The details of description: Techniques, tips, and tangents on alternative tex...The details of description: Techniques, tips, and tangents on alternative tex...
The details of description: Techniques, tips, and tangents on alternative tex...
BookNet Canada121 views
Igniting Next Level Productivity with AI-Infused Data Integration Workflows von Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software225 views
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors von sugiuralab
TouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective SensorsTouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective Sensors
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors
sugiuralab15 views
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 von IttrainingIttraining
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
Lilypad @ Labweek, Istanbul, 2023.pdf von Ally339821
Lilypad @ Labweek, Istanbul, 2023.pdfLilypad @ Labweek, Istanbul, 2023.pdf
Lilypad @ Labweek, Istanbul, 2023.pdf
Ally3398219 views

ASP.NET MVC Presentation

  • 1. ASP.NET MVC M odel V iew C ontroller (MVC) applications by using the ASP.NET framework Ivan Polyakov Developer at Wildbit www.wildbit.com
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.