rssHome » Web Development » ASP.NET

Beginning ASP.NET 4.5 Databases, 3rd Edition

eBook Details:

  • Paperback: 280 pages
  • Publisher: Apress; 3rd edition (March 20, 2013)
  • Language: English
  • ISBN-10: 1430243805
  • ISBN-13: 978-1430243809

eBook Description:

Beginning ASP.NET 4.5 Databases, 3rd Edition

Beginning ASP.NET 4.5 Databases, 3rd Edition introduces you to the world of building data-driven Web sites using ASP.NET, ADO.NET and the Entity Framework using C#. Since ASP.NET developers need to access databases quickly and efficiently, this book teaches the best practices and methods to help developers achieve professional ASP.NET and database solutions.

Beginning ASP.NET 4.5 Databases, 3rd Edition is a comprehensive introduction on how you can connect a Web site to many different data sources not just databases and use the data to create dynamic page content. It also shows you how to build a relational database, use SQL to communicate with it, and understand how they differ from each other. Beginning ASP.NET 4.5 Databases, 3rd Edition introduces you to the world of building data-driven Web sites using ASP.NET, ADO.NET and the Entity Framework using C#.

Beginning ASP.NET 4.5 Databases, 3rd Edition is for the web developer who is beginning to get into the world of web development using ASP.NET, ADO.NET and C#. The book is an excellent choice for developers who are still using previous versions of the .NET Framework and who are looking to learn the new data access features in .NET Framework 4.5. Download eBook Free »

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 »

Murach’s ASP.NET 4 Web Programming with VB 2010

eBook Details:

  • Paperback: 836 pages
  • Publisher: Mike Murach & Associates; 4th edition (March 21, 2011)
  • Language: English
  • ISBN-10: 189077460X
  • ISBN-13: 978-1890774608

eBook Description:

Murach’s ASP.NET 4 Web Programming with VB 2010

If you know how to create Windows applications using Visual Basic, you’re ready for this latest edition of our classic web programming book. It will get you off to a fast start with web programming, no matter whether you’re coming to ASP.NET 4 with a background in an earlier release of ASP.NET, classic ASP, Java servlets/JSP, PHP…or with no web background at all. In fact, by the end of chapter 4, you’ll know how to use Visual Studio 2010 to develop and test multi-page database applications for the web.

But this book is much more than a beginning book. By the time you’re done, you’ll have the professional skills you need to develop bullet-proof web applications for business. You’ll also find that this book does double duty as the best on-the-job reference book that money can buy.

This book has provided me with the information to jump right into creating web applications with Visual Basic. It is an excellent training guide and at the same time, it provides real-world examples that can be reused in multiple projects and applications. (A developer’s comment on the previous edition of Murach’s ASP.NET, posted online)

Already know how to code in Visual Basic 2010? Then, master web programming with this .NET 4 edition of the ASP.NET book that’s a favorite of developers. It teaches beginners how to develop web applications from scratch, while more seasoned professionals use it as a time-saving guide whenever they need the “how-to” details that take forever to find online. 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 »

HTML5 Programming for ASP.NET Developers

eBook Details:

  • Paperback: 384 pages
  • Publisher: Apress; 1st edition (November 7, 2012)
  • Language: English
  • ISBN-10: 1430247193
  • ISBN-13: 978-1430247197

eBook Description:

HTML5 Programming for ASP.NET Developers

HTML5 Programming for ASP.NET Developers teaches you to harness the power and flexibility of HTML5 in your ASP.NET Web Forms and ASP.NET MVC applications. Focusing on the programmable features of HTML5 that will be most useful to you as an ASP.NET developer, this book will take you straight to the heart of what you can get out of this new technology.

HTML5 is an emerging web standard that has received a great deal of attention from browser companies and the developer community, encompassing HTML, JavaScript enhancements and CSS3 specifications. But HTML5 isn’t just about markup. A major part of HTML5 is its programmable features and APIs, which make up the core of this book.

HTML5 Programming for ASP.NET Developers teaches you to harness the power and flexibility of HTML5 in your ASP.NET Web Forms and ASP.NET MVC applications. Focusing on the programmable features of HTML5 that will be most useful to you as an ASP.NET developer, this book will take you straight to the heart of what you can get out of this new technology. Download eBook Free »