rssHome » Web Development » ASP.NET MVC » ASP.NET MVC Apress

Pro ASP.NET Web API Security: Securing ASP.NET Web API

eBook Details:

  • Paperback: 416 pages
  • Publisher: Apress; 1st edition (March 27, 2013)
  • Language: English
  • ISBN-10: 1430257822
  • ISBN-13: 978-1430257820

eBook Description:

Pro ASP.NET Web API Security: Securing ASP.NET Web API

With such wide accessibility, securingyour code effectively needs to be a top priority. You will quickly find that the WCF security protocols you’re familiar with from .NET (WS-* and similar)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. 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.

ASP.NET Web API is a key part of ASP.NET MVC 4. It has become the platform of choice for building RESTful services. Securing ASP.NET Web API applications requires a move away from traditional WCF-based techniques in favor of new SOAP-less methods. The evaluation, selection and analysis of these new techniques is the focus of this book.

Fortunately, ASP.NET Web API provides asimple 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 meaningthat 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. Download eBook Free »

ASP.NET MVC 4 Recipes: A Problem-Solution Approach

eBook Details:

  • Paperback: 632 pages
  • Publisher: Apress; 1st edition (February 20, 2013)
  • Language: English
  • ISBN-10: 1430247738
  • ISBN-13: 978-1430247739

eBook Description:

ASP.NET MVC 4 Recipes: A Problem-Solution Approach

ASP.NET MVC 4 Recipes: A Problem-Solution Approach is a practical guide for developers creating modern web applications, cutting through the complexities of ASP.NET, jQuery, Knockout.js and HTML 5 to provide straightforward solutions to common web development problems using proven methods based on best practices. The problem-solution approach gets you in, out, and back to work quickly while deepening your understanding of the underlying platform and how to develop with it.

Author John Ciliberti guides you through the framework and development tools, presenting typical challenges, along with code solutions and clear, concise explanations, to accelerate application development. Inside you will find recipes dealing with streamlined syntax, full control over HTML, a simple API for creating RESTful web services, writing support for test driven development, and more. Solve problems immediately by pasting in code from the recipes, or put multiple recipe solutions together to overcome challenging development obstacles.

ASP.NET MVC 4 Recipes: A Problem-Solution Approach is a practical guide for developers creating modern web applications on the Microsoft platform. It cuts through the complexities of ASP.NET, jQuery, Knockout.js and HTML 5 to provide straightforward solutions to common web development problems using proven methods based on best practices. Download eBook Free »

ASP.NET MVC 4 and the Web API: Building a REST Service from Start to F...

eBook Details:

  • Paperback: 152 pages
  • Publisher: Apress; 1st edition (January 30, 2013)
  • Language: English
  • ISBN-10: 1430249773
  • ISBN-13: 978-1430249771

eBook Description:

ASP.NET MVC 4 and the Web API

This one hundred page book focuses exclusively on how you can best use the ASP.NET MVC 4 Framework to build world-class REST services using the Web API. It sets aside much of what the ASP.NET MVC Framework can do, and focuses exclusively on how the Web API can help you build web services. You will not find any help on CSS, HTML, JavaScript, or jQuery. Nor will you find any help on the Razor view engine, HTML Helpers, or model binding. If you need this information then Pro ASP.NET MVC 4 is your perfect book.

ASP.NET MVC 4 and the Web API: Building a REST Service from Start to Finish helps you build cutting-edge REST services using ASP.NET MVC 4 and the Web API in more depth and detail than any other resource. ASP.NET MVC has always been a good platform on which to implement REST, but with the advent of the Web API it has now become even better. This book will show you why it’s great and how to get the most from it.

This book is written for architects and developers wanting to understand how to quickly and easily build REST services on the ASP.NET platform. No prior knowledge of ASP.NET or MVC Framework is required; however, it assumed you have some experience with the .NET Framework, Visual Studio, and C#. Build cutting-edge REST services using ASP.NET MVC 4 and the Web API. Learn how to design, implement and deploy CRUD-based services quickly and efficiently in this concise guide. Download eBook Free »

Pro ASP.NET MVC 4

eBook Details:

  • Paperback: 756 pages
  • Publisher: Apress; 4th edition (January 16, 2013)
  • Language: English
  • ISBN-10: 1430242361
  • ISBN-13: 978-1430242369

eBook Description:

Pro ASP.NET MVC 4

ASP.NET MVC 4 contains a number of significant advances over previous versions. New mobile and desktop templates (employing adaptive rendering) are included together with support for jQuery Mobile for the first time. New display modes allow your application to select views based on the browser that’s making the request while Code Generation Recipes for Visual Studio help you auto-generate project-specific code for a wide variety of situtations including NuGet support.

In this fourth edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You’ll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you’ll discover MVC’s strengths and weaknesses for yourself and put your best-learned theory into practice.

The ASP.NET MVC 4 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET. This book is for web developers with a basic knowledge of ASP.NET and C# who want (or need) to start using the new ASP.NET MVC 4 Framework. Download eBook Free »

Pro ASP.NET MVC 3 Framework

eBook Details:

  • Paperback: 852 pages
  • Publisher: Apress; 3rd edition (June 27, 2011)
  • Language: English
  • ISBN-10: 1430234040
  • ISBN-13: 978-1430234043

eBook Description:

Pro ASP.NET MVC 3 Framework

The ASP.NET MVC 3 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET 4.

In this third edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You’ll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you’ll discover MVC’s strengths and weaknesses for yourself and put your best-learned theory into practice.

The book’s authors Steve Sanderson and Adam Freeman have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world’s largest and most ambitious projects. You can be sure you are in safe hands.

The ASP.NET MVC 3 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET 4. Download eBook Free »