Professional ASP.NET MVC 1.0 2024 pdf epub mobi 电子书


Professional ASP.NET MVC 1.0

简体网页||繁体网页

Professional ASP.NET MVC 1.0 2024 pdf epub mobi 电子书 著者简介


Professional ASP.NET MVC 1.0 电子书 图书目录




点击这里下载
    


想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-05-17

Professional ASP.NET MVC 1.0 2024 pdf epub mobi 电子书

Professional ASP.NET MVC 1.0 2024 pdf epub mobi 电子书

Professional ASP.NET MVC 1.0 2024 pdf epub mobi 电子书



喜欢 Professional ASP.NET MVC 1.0 电子书 的读者还喜欢


Professional ASP.NET MVC 1.0 电子书 读后感

评分

本书应该算作是asp.net mvc的实践书籍而不是理论书籍。 整本书都在讲NerdDinner这个sample,然后通过这个具体的实例阐述asp.net mvc的应用方式。 不能说这本书不好,不过感觉有点繁琐,很多东西过于初级,比如如何创建一个solution,如何增加一个view,对于初学者可能比较有...

评分

本书应该算作是asp.net mvc的实践书籍而不是理论书籍。 整本书都在讲NerdDinner这个sample,然后通过这个具体的实例阐述asp.net mvc的应用方式。 不能说这本书不好,不过感觉有点繁琐,很多东西过于初级,比如如何创建一个solution,如何增加一个view,对于初学者可能比较有...

评分

接触过struts1,2或者是rails的开发人员对mvc自然不会陌生,但对于习惯了webform的。net开发人员,利用mvc构筑web应用倒是一趟新鲜的体验。 本书就以一个小型项目的迭代开发过程,向读者如何快速入门ASP.NET MVC的开发方式,做了一个非常不错的范例。 推荐给每一位ASP.NET MVC...  

评分

接触过struts1,2或者是rails的开发人员对mvc自然不会陌生,但对于习惯了webform的。net开发人员,利用mvc构筑web应用倒是一趟新鲜的体验。 本书就以一个小型项目的迭代开发过程,向读者如何快速入门ASP.NET MVC的开发方式,做了一个非常不错的范例。 推荐给每一位ASP.NET MVC...  

评分

接触过struts1,2或者是rails的开发人员对mvc自然不会陌生,但对于习惯了webform的。net开发人员,利用mvc构筑web应用倒是一趟新鲜的体验。 本书就以一个小型项目的迭代开发过程,向读者如何快速入门ASP.NET MVC的开发方式,做了一个非常不错的范例。 推荐给每一位ASP.NET MVC...  

类似图书 点击查看全场最低价
出版者:Wrox
作者:Rob Conery
出品人:
页数:456
译者:
出版时间:2009-04
价格:USD 49.99
装帧:Paperback
isbn号码:9780470384619
丛书系列:

图书标签: mvc  asp.net  .net  web  技术  软件  编程珠玑  Programming   


Professional ASP.NET MVC 1.0 2024 pdf epub mobi 电子书 图书描述

《ASP.NET MVC 1.0高级编程》内容简介:ASP.NET MVC架构是以一些核心原则(可扩展性、可测试性和关注点分离)为指导从头设计而成的。该架构添加了各种约定以帮助开发人员走向成功,并且提供了适合于Web工作方式的流线型开发体验。

对于想剥离抽象层并接近事物实质的开发人员来说,ASP.NET MVC就很合适。对于特别关心架构如何组合在一起的开发人员来说,ASP.NET MVC也极具扩展性,几乎允许对其任何部分进行定制,甚至可按个人喜好整体替换。

《ASP.NET MVC 1.0高级编程》由ASP.NET小组成员编写,Scott Guthrie首先提供了一个说明如何构建应用程序的完整演示,然后深入介绍MVC的基本概念和历史,并快速过渡到讨论ASP.NET MVC模式如何实现这些概念。在学习《ASP.NET MVC 1.0高级编程》的过程中,您将理解在从传统的ASP.NET Web Forms转移到ASENET Mvc时所需的思维转换以及一旦转移后所获得的收益。

《ASP.NET MVC 1.0高级编程》主要内容

◆给MVC提供补充支持的各种工具集和技术,女11SubSonic、LINQ、jQuery和REST

◆标准ASP.NET MvC应用程序的结构

◆高级路由策略以及扩充架构的高级技巧

◆ASENETMVC和IASP.NET WebForms;艺间的区别以及如何在两者间共享数据

◆如何保护ASPNET MVCI立用程序的安全

《ASP.NET MVC 1.0高级编程》读者对象

《ASP.NET MVC 1.0高级编程》面向希望在构建WeN立用程序时利用关注点分离、可扩展性和对标记进行控制的ASP.NET开发人员,同时要求读者掌握使用c#进行ASENET开发。 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.

点击链接进入中文版:

ASP.NET MVC 1.0高级编程

Professional ASP.NET MVC 1.0 2024 pdf epub mobi 电子书

Professional ASP.NET MVC 1.0 2024 pdf epub mobi 电子书
想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Professional ASP.NET MVC 1.0 2024 pdf epub mobi 用户评价

评分

给了很差,是给中文版的。书的内容还是可以的,不过翻译的用惨不忍睹都不足以形容其万一。我恨呐。

评分

mvc入门书籍,讲的很全面!

评分

入门级的 “小点心” 不错的书!

评分

很好的入门书籍,虽然是英文的。

评分

入门级的 “小点心” 不错的书!

Professional ASP.NET MVC 1.0 2024 pdf epub mobi 电子书


分享链接









相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 onlinetoolsland.com All Rights Reserved. 本本书屋 版权所有