<kbd id="afajh"><form id="afajh"></form></kbd>
<strong id="afajh"><dl id="afajh"></dl></strong>
    <del id="afajh"><form id="afajh"></form></del>
        1. <th id="afajh"><progress id="afajh"></progress></th>
          <b id="afajh"><abbr id="afajh"></abbr></b>
          <th id="afajh"><progress id="afajh"></progress></th>

          Professional ASP.NET MVC 1.0

          聯(lián)合創(chuàng)作 · 2023-09-29 13:25

          《ASP.NET MVC 1.0高級(jí)編程》內(nèi)容簡(jiǎn)介:ASP.NET MVC架構(gòu)是以一些核心原則(可擴(kuò)展性、可測(cè)試性和關(guān)注點(diǎn)分離)為指導(dǎo)從頭設(shè)計(jì)而成的。該架構(gòu)添加了各種約定以幫助開發(fā)人員走向成功,并且提供了適合于Web工作方式的流線型開發(fā)體驗(yàn)。

          對(duì)于想剝離抽象層并接近事物實(shí)質(zhì)的開發(fā)人員來(lái)說,ASP.NET MVC就很合適。對(duì)于特別關(guān)心架構(gòu)如何組合在一起的開發(fā)人員來(lái)說,ASP.NET MVC也極具擴(kuò)展性,幾乎允許對(duì)其任何部分進(jìn)行定制,甚至可按個(gè)人喜好整體替換。

          《ASP.NET MVC 1.0高級(jí)編程》由ASP.NET小組成員編寫,Scott Guthrie首先提供了一個(gè)說明如何構(gòu)建應(yīng)用程序的完整演示,然后深入介紹MVC的基本概念和歷史,并快速過渡到討論ASP.NET MVC模式如何實(shí)現(xiàn)這些概念。在學(xué)習(xí)《ASP.NET MVC 1.0高級(jí)編程》的過程中,...

          《ASP.NET MVC 1.0高級(jí)編程》內(nèi)容簡(jiǎn)介:ASP.NET MVC架構(gòu)是以一些核心原則(可擴(kuò)展性、可測(cè)試性和關(guān)注點(diǎn)分離)為指導(dǎo)從頭設(shè)計(jì)而成的。該架構(gòu)添加了各種約定以幫助開發(fā)人員走向成功,并且提供了適合于Web工作方式的流線型開發(fā)體驗(yàn)。

          對(duì)于想剝離抽象層并接近事物實(shí)質(zhì)的開發(fā)人員來(lái)說,ASP.NET MVC就很合適。對(duì)于特別關(guān)心架構(gòu)如何組合在一起的開發(fā)人員來(lái)說,ASP.NET MVC也極具擴(kuò)展性,幾乎允許對(duì)其任何部分進(jìn)行定制,甚至可按個(gè)人喜好整體替換。

          《ASP.NET MVC 1.0高級(jí)編程》由ASP.NET小組成員編寫,Scott Guthrie首先提供了一個(gè)說明如何構(gòu)建應(yīng)用程序的完整演示,然后深入介紹MVC的基本概念和歷史,并快速過渡到討論ASP.NET MVC模式如何實(shí)現(xiàn)這些概念。在學(xué)習(xí)《ASP.NET MVC 1.0高級(jí)編程》的過程中,您將理解在從傳統(tǒng)的ASP.NET Web Forms轉(zhuǎn)移到ASENET Mvc時(shí)所需的思維轉(zhuǎn)換以及一旦轉(zhuǎn)移后所獲得的收益。

          《ASP.NET MVC 1.0高級(jí)編程》主要內(nèi)容

          ◆給MVC提供補(bǔ)充支持的各種工具集和技術(shù),女11SubSonic、LINQ、jQuery和REST

          ◆標(biāo)準(zhǔn)ASP.NET MvC應(yīng)用程序的結(jié)構(gòu)

          ◆高級(jí)路由策略以及擴(kuò)充架構(gòu)的高級(jí)技巧

          ◆ASENETMVC和IASP.NET WebForms;藝間的區(qū)別以及如何在兩者間共享數(shù)據(jù)

          ◆如何保護(hù)ASPNET MVCI立用程序的安全

          《ASP.NET MVC 1.0高級(jí)編程》讀者對(duì)象

          《ASP.NET MVC 1.0高級(jí)編程》面向希望在構(gòu)建WeN立用程序時(shí)利用關(guān)注點(diǎn)分離、可擴(kuò)展性和對(duì)標(biāo)記進(jìn)行控制的ASP.NET開發(fā)人員,同時(shí)要求讀者掌握使用c#進(jìn)行ASENET開發(fā)。 This book begins with you working along as Scott Guthrie builds a complete ASP.NET MVC reference application. He begins NerdDinner by using the File->New Project menu command within Visual Studio to create a new ASP.NET MVC Application. You'll then incrementally add functionality and features. Along the way you’ll cover how to create a database, build a model layer with business rule validations, implement listing/details data browsing, provide CRUD (Create, Update, Delete) data form entry support, implement efficient data paging, reuse UI using master pages and partials, secure the application using authentication and authorization, use AJAX to deliver dynamic updates and interactive map support, and implement automated unit testing. From there, the bulk of the rest of the book begins with the basic concepts around the model view controller pattern, including the little history and the state of the MVC on the web today. We'll then go into the ways that MVC is different from ASP.NET Web Forms. We'll explore the structure of a standard MVC application and see what you get out of the box. Next we dig deep into routing and see the role URLs play in your application. We'll deep dive into controllers and views and see what role the Ajax plays in your applications. The last third of the book focuses entirely on advanced techniques and extending the framework. In some places, we assume that you're somewhat familiar with ASP.NET WebForms, at least peripherally. There are a lot of ASP.NET WebForms developers out there who are interested in ASP.NET MVC so there are a number of places in this book where we contrast the two technologies. Even if you're not already an ASP.NET developer, you might still find these sections interesting for context, as well as for your own edification as ASP.NET MVC may not be the web technology that you're looking for. It’s worth noting, that ASP.NET MVC is not a replacement for ASP.NET Web Forms (aka just "ASP.NET"). Many web developers have been giving a lot of attention to other web frameworks out there (Ruby on Rails, Django) which have embraced the MVC (Model-View-Controller) application pattern, and if you’re one of those developers, or even if you’re just curious, this book is for you. MVC allows for (buzzword alert!) a "greater separation of concerns" between components in your application. The book goes into the ramifications of this, but if it had to be said it in a quick sentence: ASP.NET MVC is ASP.NET Unplugged. ASP.NET MVC is a tinkerer’s framework that gives you very fine-grained control over your HTML and Javascript, as well as complete control over the programmatic flow of your application.

          點(diǎn)擊鏈接進(jìn)入中文版:

          ASP.NET MVC 1.0高級(jí)編程

          瀏覽 5
          點(diǎn)贊
          評(píng)論
          收藏
          分享

          手機(jī)掃一掃分享

          編輯 分享
          舉報(bào)
          評(píng)論
          圖片
          表情
          推薦
          點(diǎn)贊
          評(píng)論
          收藏
          分享

          手機(jī)掃一掃分享

          編輯 分享
          舉報(bào)
          <kbd id="afajh"><form id="afajh"></form></kbd>
          <strong id="afajh"><dl id="afajh"></dl></strong>
            <del id="afajh"><form id="afajh"></form></del>
                1. <th id="afajh"><progress id="afajh"></progress></th>
                  <b id="afajh"><abbr id="afajh"></abbr></b>
                  <th id="afajh"><progress id="afajh"></progress></th>
                  国产夫妻精品自拍 | 一级色情视频 | 天天操夜夜b | 午夜精品久久久久久不卡8050 | 欧美精品另类 |