Oreilly - ASP.NET MVC 5 - 9780133892888
Oreilly - ASP.NET MVC 5
by | Released May 2014 | ISBN: 0133892883


5½+ Hours of Video InstructionOverviewASP.NET MVC 5 LiveLessonsprovides web developers with an introduction to ASP.NET MVC, which includes a review of web applications on the Microsoft platform. This course educates the developer from a master software engineering perspective with an eye toward frictionless development, best practices, and build and test automation.DescriptionSoftware engineer and Microsoft MVP Jeffrey Palermo guides developers through each part of the ASP.NET MVC 5 framework, and he demonstrates how to leverage each piece to its fullest with real-world code examples. Viewers will learn how to create well-structured MVC web applications from scratch, add libraries and dependencies to the web application without creating unnecessary coupling, and create dynamic web pages and screens that accept, validate, and process user input. Viewers will also learn how to expose complex data to the application's users through screens, extend the MVC framework to create cross-cutting behavior with minimal code, and develop using HTML5, CSS3, and jQuery to create MVC web applications that function equally well on desktops, tablets, and smartphones. While learning the framework, viewers will learn how to properly structure a software system that uses separation of concerns and layering so that applications can be maintainable for years to come.Based on the best-selling ASP.NET MVC 4 LiveLessons, this video training has been updated to use Visual Studio 2013 and the MVC 5 enhancements to security and authentication as well as integration enhancements such as WebAPI 2 and OData support. The result is that with MVC 5 and WebAPI 2, 80% of REST-style web services can now be done right alongside the rest of the web application without the complexity of WCF.The source code repository for this LiveLesson can be found at www.informit.com/title/9780672337185.About the InstructorJeffrey Palermois a Managing Partner and CEO of Clear Measure, Inc., a software engineering firm in Austin, TX. At Clear Measure, Jeffrey manages the software engineering practice, which includes new system development, legacy system upgrades, performance/scalability improvements, and system rescues. Previously, Jeffrey has held executive positions at various firms including President, COO, CIO, CTO, Chief Architect, and VP of Engineering.Jeffrey has been recognized by Microsoft as a “Microsoft Most Valuable Professional” (MVP) each year since 2006. He has spoken and facilitated at industry conferences such as VSLive, DevTeach, the Microsoft MVP Summit, and Microsoft Tech Ed. He also speaks to user groups around the country as part of the INETA Speakers' Bureau. A graduate of Texas A&M University, an Eagle Scout, and an Iraq war veteran, Jeffrey has published many magazine articles, and he has written three editions of his book, ASP.NET MVC in Action.Skill LevelIntermediate to advancedLearn How To:Create a well-structured MVC web application from scratchAdd libraries and dependencies to the web application without creating unnecessary couplingCreate dynamic web pages and screens that accept, validate, and process user inputExpose complex data to the application users through screensExtend the MVC framework to create cross-cutting behavior with minimal codeDevelop using HTML5, CSS 3, and jQuery and create MVC web applications that function equally well on a desktop computer, iPad, and smartphoneIntegrate applications using WebAPI 2-based web servicesWho Should Take This CourseWeb developers building applications using Web Forms or earlier versions of MVC or programmers just getting into web developmentCourse RequirementsA basic understanding of C# programmingExperience with Visual StudioExperience with SQL ServerUnderstanding of web programming, such as HTML and CSSPrior experience with ASP.NETTable of ContentsIntroductionLesson 1: ASP.NET MVC Programming Fundamentals1.1: Build a basic controller1.2: Handle querystring variables1.3: Handle form postsLesson 2: View Fundamentals2.1: Understand View Basics2.2: Build views using Razor2.3: Use view helpers2.4: Customize Razor views: Layout sections and strongly-typed viewsLesson 3: Model Fundamentals3.1: Model your domain3.2: Pass data to the view3.3: Use strongly-typed modelsLesson 4: Routing4.1: Design route URLs4.2: Route a URL to a controller4.3: Create dynamic routes4.4: Generate URLs from routesLesson 5: Controllers in Depth5.1: Extend controllers with filters5.2: Extend controllers with action results5.3: Test MVC applicationsLesson 6: Model in Depth6.1: Use model binding6.2: Extend the model binding with value providers6.3: Build view-specific models with AutoMapperLesson 7: Views in Depth7.1: Manage code duplication7.2: Use partial views for common page sections7.3: Assemble complex pages with child actions7.4: Organize large applications with areas7.5: Develop MVC for the iPad and iPhone with responsive design7.6: Target and test iPad and iPhone with mobile display modesLesson 8: Templates and Validation8.1: Build consistent forms with templated helpers8.2: Control selection of editor and display templates8.3: Customizing templates8.4: Validate user input with DataAnnotations and ModelStateLesson 9: AJAX and jQuery9.1: Apply jQuery for HTML features9.2: Enable unobtrusive JavaScript validation for forms9.3: Add AJAX callbacks easily with AjaxHelperLesson 10: Web API10.1: Use the fundamentals of HTTP10.2: Create web services with Web API and MVC10.3: Use Web API for jQuery AJAX callsSummaryAbout LiveLessons Video TrainingThe LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include: IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more. View all LiveLessons on InformIT at: http://www.informit.com/livelessons Show and hide more
  1. Introduction
    • ASP.NET MVC 5 LiveLessons: Introduction 00:06:33
  2. Lesson 1: ASP.NET MVC Programming Fundamentals
    • Learning Objectives 00:00:44
    • 1.1 Build a basic controller 00:13:34
    • 1.2 Handle querystring variables 00:03:42
    • 1.3 Handle form posts 00:06:42
  3. Lesson 2: View Fundamentals
    • Learning Objectives 00:00:39
    • 2.1 Understand view basics 00:06:36
    • 2.2 Build views using Razor 00:14:33
    • 2.3 Use view helpers 00:10:15
    • 2.4 Customize Razor views: Layout sections and strongly-typed views 00:04:59
  4. Lesson 3: Model Fundamentals
    • Learning Objectives 00:00:39
    • 3.1 Model your domain 00:07:22
    • 3.2 Pass data to the view 00:13:52
    • 3.3 Use strongly-typed models 00:16:17
  5. Lesson 4: Routing
    • Learning Objectives 00:00:37
    • 4.1 Design route URLs 00:08:39
    • 4.2 Route a URL to a controller 00:07:14
    • 4.3 Create dynamic routes 00:05:54
    • 4.4 Generate URLs from routes 00:04:17
  6. Lesson 5: Controllers in Depth
    • Learning Objectives 00:00:38
    • 5.1 Extend controllers with filters 00:14:10
    • 5.2 Extend controllers with action results 00:11:41
    • 5.3 Test MVC applications 00:11:32
  7. Lesson 6: Model in Depth
    • Learning Objectives 00:00:51
    • 6.1 Use model binding 00:09:19
    • 6.2 Extend the model binding with value providers 00:10:52
    • 6.3 Build view-specific models with AutoMapper 00:15:04
  8. Lesson 7: Views in Depth
    • Learning Objectives 00:00:49
    • 7.1 Manage code duplication 00:04:27
    • 7.2 Use partial views for common page sections 00:06:56
    • 7.3 Assemble complex pages with child actions 00:07:20
    • 7.4 Organize large applications with areas 00:07:31
    • 7.5 Develop MVC for the iPad and iPhone with responsive design 00:09:49
    • 7.6 Target and test iPad and iPhone with mobile display modes 00:09:42
  9. Lesson 8: Templates and Validation
    • Learning Objectives 00:00:38
    • 8.1 Build consistent forms with templated helpers 00:10:14
    • 8.2 Control selection of editor and display templates 00:06:59
    • 8.3 Customizing templates 00:06:09
    • 8.4 Validate user input with DataAnnotations and ModelState 00:07:54
  10. Lesson 9: HTML5, Scripting, and Single Page Applications (SPA)
    • Learning Objectives 00:00:41
    • 9.1 Apply jQuery for html features 00:07:36
    • 9.2 Enable unobtrusive javascript validation for forms 00:10:45
    • 9.3 Add ajax callbacks easily with AjaxHelper 00:07:03
  11. Lesson 10: Web Services with Web API 2
    • Learning Objectives 00:00:43
    • 10.1 Use the fundamentals of HTTP 00:10:31
    • 10.2 Create web services with Web API and MVC 00:12:19
    • 10.3 Use Web API for jQuery ajax calls 00:08:01
  12. Summary
    • ASP.NET MVC 5 LiveLessons: Summary 00:02:52
  13. Show and hide more

    Oreilly - ASP.NET MVC 5

    9780133892888.aspnet.mvc.5.OR.part1.rar

    9780133892888.aspnet.mvc.5.OR.part2.rar

    9780133892888.aspnet.mvc.5.OR.part3.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss