Professional ASP.NET MVC 1.0

Professional ASP.NET MVC 1.0
Author :
Publisher : John Wiley & Sons
Total Pages : 458
Release :
ISBN-10 : 9780470549230
ISBN-13 : 0470549238
Rating : 4/5 (30 Downloads)

Synopsis Professional ASP.NET MVC 1.0 by : Rob Conery

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.

Pro ASP.NET 2.0 Website Programming

Pro ASP.NET 2.0 Website Programming
Author :
Publisher : Apress
Total Pages : 656
Release :
ISBN-10 : 9781430201045
ISBN-13 : 1430201045
Rating : 4/5 (45 Downloads)

Synopsis Pro ASP.NET 2.0 Website Programming by : Damon Armstrong

* Pro ASP.NET 2.0 Website Programming shows how to provide users and customers with ASP.NET 2.0 websites that are easy-to-use, perform well, and secure. * This book clearly explains how to handle all of the common website tasks effortlessly: including logging in, displaying important customer information, querying data, reporting. and security. * With this book, readers will learn ASP.NET 2.0 and how to apply it to solve real business problems.

Professional ASP.NET 3.5

Professional ASP.NET 3.5
Author :
Publisher : John Wiley & Sons
Total Pages : 1410
Release :
ISBN-10 : 9781118059319
ISBN-13 : 111805931X
Rating : 4/5 (19 Downloads)

Synopsis Professional ASP.NET 3.5 by : Bill Evjen

In this book, you’ll be introduced to the features and capabilities of ASP.NET 3.5, as well as the foundation that ASP.NET provides. Updated for the latest release of Visual Studio, this new edition adds five hundred pages of great new content compared to the original 2.0 version of the book. Including both printed and downloadable VB and C# code examples, this edition focuses even more on experienced programmers and advanced web development. New coverage includes new chapters on IIS 7 development, LINQ, ASP.NET, Silverlight, and many others.

Professional ASP.NET 3.5 AJAX

Professional ASP.NET 3.5 AJAX
Author :
Publisher : John Wiley & Sons
Total Pages : 583
Release :
ISBN-10 : 9781118059388
ISBN-13 : 1118059387
Rating : 4/5 (88 Downloads)

Synopsis Professional ASP.NET 3.5 AJAX by : Bill Evjen

This book explains how to use the ASP.NET AJAX features to create richer, more responsive dynamic websites. It explains the architecture, including the ASP.NET server elements and the client-side Javascript library, and runtime. The book will walk you through examples for each feature element, demonstrating how the client and server interact to produce a better web application. The book also progresses in a way that educates you on how ASP.NET and AJAX build on each other to provide a comprehensive framework for rich application development.

Professional ASP.NET MVC 3

Professional ASP.NET MVC 3
Author :
Publisher : John Wiley & Sons
Total Pages : 447
Release :
ISBN-10 : 9781118155370
ISBN-13 : 1118155378
Rating : 4/5 (70 Downloads)

Synopsis Professional ASP.NET MVC 3 by : Jon Galloway

New edition of the top book on MVC from the top ASP.NET experts at Microsoft! MVC 3.0 is the latest update to Microsoft's Model-View-Controller technology, which enables developers to build dynamic, data-driven web sites. This in-depth book shows you step by step how to use MVC 3.0. Written by top ASP.NET MVC experts at Microsoft, the latest edition of this popular book covers new and updated features such as the new View engine, Razor, NuGet, and much more. The book's practical tutorials reinforce concepts and allow you create real-world applications. Topics include controllers and actions, forms and HTML helpers, Ajax, unit testing, and much more. Shows developers and programmers how to use ASP.NET MVC 3.0, Microsoft's new version of its Model-View-Controller technology for developing dynamic, data-driven web sites Features an expert author team?all are members of Microsoft's ASP.NET team Uses a step-by-step approach to explain all major features and functionalities and provides practical tutorials to allow you to create real-world applications Goes into theory as well as practical application and covers such topics as Razor, NuGet (PowerShell inside Visual Studio 2010), and new layout features Move your development skills to the next level with MVC 3.0 and Professional ASP.NET MVC 3.0.

Professional ASP.NET 2.0 XML

Professional ASP.NET 2.0 XML
Author :
Publisher : John Wiley & Sons
Total Pages : 595
Release :
ISBN-10 : 9780764596773
ISBN-13 : 0764596772
Rating : 4/5 (73 Downloads)

Synopsis Professional ASP.NET 2.0 XML by : Thiru Thangarathinam

This work provides a comprehensive overview of how to use XML with ASP.NET to increase application efficiency, using two major case studies. It explores issues such as reading and writing XML, date validation and SQL servers.

Professional ASP.NET 2.0

Professional ASP.NET 2.0
Author :
Publisher : John Wiley & Sons
Total Pages : 1299
Release :
ISBN-10 : 9780764576102
ISBN-13 : 0764576100
Rating : 4/5 (02 Downloads)

Synopsis Professional ASP.NET 2.0 by : Bill Evjen

Provides information on the features and functions of ASP.NET 2.0, covering such topics as Web server controls, working with Master Pages, themes and skins, data binding, working with XML, and caching.

Professional ASP.NET Design Patterns

Professional ASP.NET Design Patterns
Author :
Publisher : John Wiley & Sons
Total Pages : 784
Release :
ISBN-10 : 9780470952894
ISBN-13 : 047095289X
Rating : 4/5 (94 Downloads)

Synopsis Professional ASP.NET Design Patterns by : Scott Millett

Design patterns are time-tested solutions to recurring problems, letting the designer build programs on solutions that have already proved effective Provides developers with more than a dozen ASP.NET examples showing standard design patterns and how using them helpsbuild a richer understanding of ASP.NET architecture, as well as better ASP.NET applications Builds a solid understanding of ASP.NET architecture that can be used over and over again in many projects Covers ASP.NET code to implement many standard patterns including Model-View-Controller (MVC), ETL, Master-Master Snapshot, Master-Slave-Snapshot, Façade, Singleton, Factory, Single Access Point, Roles, Limited View, observer, page controller, common communication patterns, and more

Pro ASP.NET Web API Security

Pro ASP.NET Web API Security
Author :
Publisher : Apress
Total Pages : 402
Release :
ISBN-10 : 9781430257837
ISBN-13 : 1430257830
Rating : 4/5 (37 Downloads)

Synopsis Pro ASP.NET Web API Security by : Badrinarayanan Lakshmiraghavan

ASP.NET Web API is a key part of ASP.NET MVC 4 and the platform of choice for building RESTful services that can be accessed by a wide range of devices. Everything from JavaScript libraries to RIA plugins, RFID readers to smart phones can consume your services using platform-agnostic HTTP. With such wide accessibility, securing your code effectively needs to be a top priority. You will quickly find that the WCF security protocols you’re familiar with from .NET are less suitable than they once were in this new environment, proving themselves cumbersome and limited in terms of the standards they can work with. Fortunately, ASP.NET Web API provides a simple, robust security solution of its own that fits neatly within the ASP.NET MVC programming model and secures your code without the need for SOAP, meaning that there is no limit to the range of devices that it can work with – if it can understand HTTP, then it can be secured by Web API. These SOAP-less security techniques are the focus of this book.

Pro ASP.NET 2.0 in C# 2005

Pro ASP.NET 2.0 in C# 2005
Author :
Publisher : Apress
Total Pages : 1267
Release :
ISBN-10 : 9781430200642
ISBN-13 : 1430200642
Rating : 4/5 (42 Downloads)

Synopsis Pro ASP.NET 2.0 in C# 2005 by : Mario Szpuszta

This book is the third edition of Matthew MacDonald and Mario Szpuszta’s well regarded title. It has been comprehensively updated to provide detailed coverage of all.NET 3.5’s new features within the same framework and writing style that made the previous editions so successful. It is one of the first books to provide complete coverage of all the new ASP.NET 3.5 features together with a detailed explanation of their usage. Written by the same proven two-author team as the previous editions of this book, it has the same quality of content and explanation and shows how to use the latest cutting-edge features of ASP.NET 3.5.