Wrox Home  
Search
Wrox P2P Forums -- Get the Answers You Need
Wrox Chapters on Demand - Download the chapters you need and take them on the go!

Wrox Blox: ASP.NET

Wrox Blox

Browse the list below for all Wrox Blox titles related to ASP.NET programming. Here's where you will find the most up-to-date technical expertise on a wide variety of ASP.NET topics, including AJAX, ASP.NET 2.0 and 3.5, FCKeditor, Control Toolkit, Active Server Pages, database driven Weblogs, CSS, XML, and more. You can count on Wrox Blox to help build your ASP.NET programming knowledge, today!

Wrox Blox Titles

Refine Listing by Topic:
All Titles .NET
ASP.NET Sharepoint
C# SQL Server
General Visual Basic
Microsoft Servers Web
Mac

 

Share This
C# 4, ASP.NET 4, and WPF, with Visual Studio 2010 Jump Start (0470770341) cover image
by Christian Nagel, Bill Evjen, Rod Stephens, Scott Hanselman, Jay Glynn, Devin Rader, Karli Watson, Morgan Skinner
March 2010, Wrox Blox PDF
This Wrox Blox is a value-packed resource to help experienced .NET developers learn the new .NET release. It is excerpted from the Wrox books: Professional C# 4 and .NET 4, Professional ASP.NET 4, and WPF Programmer’s Reference by Christian Nagel, Bill Evjen, Scott Hanselman, and Rod Stephens, and includes more than 100 print book pages drawn from these three key titles. It is an excellent resource to help .NET developers get up to speed fast on . ... Read More
DotNetNuke and Web Standards (0470457333) cover image
by Cuong Dang
December 2008, Wrox Blox PDF
This Wrox Blox demonstrates a web standards approach to building DotNetNuke skins by defining a flexible XHTML/CSS layout. This Wrox Blox also shows the differences between HTML and XHTML and provides recommendations to the module development process using web standards techniques.Professional web designers and developers are embracing web standards more than ever before. Many businesses are considering using the DotNetNuke framework for their next ... Read More
Internet Explorer 8 and its Impact on Your ASP.NET Web Sites (0470457279) cover image
by Robert Boedigheimer
December 2008, Wrox Blox PDF
This Wrox Blox demonstrates how standards compliance in Internet Explorer 8 will impact your Web sites.  It will teach you how to immediately ensure visitors to your sites have a positive experience using IE 8, while also giving you time to test your site or make any necessary changes.   The IE 8 browser will undoubtedly cause many current web sites to render or behave incorrectly, since so many web sites were either developed prior to modern web ... Read More
New Features in ASP.NET 3.5 Service Pack 1 (0470457341) cover image
by Wallace B. McClure
December 2008, Wrox Blox PDF
There are several new features that are included with ASP.NET 3.5 Service Pack 1. This Wrox Blox reviews these new features. These include Support History and the Back Button with ASP.NET AJAX, making your AJAX pages faster through script combining, and the ability to easily create web pages that users can perform basic CRUD operations with named Dynamic Data. In addition, this Wrox Blox covers routing with Web Forms—Routing is a part of ASP.NET MVC ... Read More
Jumping from ASP.NET to Silverlight 2 (0470477164) cover image
by Daniel Crenna
December 2008, Wrox Blox PDF
This Wrox Blox aims to provide an ASP.NET developer who is ready to begin his or her learning in Silverlight 2 with some familiar context, while focusing on key areas that a developer needs to be productive: layout, state, consuming and binding to data, and developing reusable controls. While there is massive depth within Silverlight 2 in its entirety, we cover some essential elements to prepare the developer for enhancing future learning or moving ... Read More
Leverage LINQ in ASP.NET 3.5 Projects (0470259108) cover image
by Roger Jennings
October 2007, Wrox Blox PDF
This Wrox Blox introduces you to Language Integrated Query (LINQ), a .NET 3.5 application programming interface (API) and set of extensions to the Visual Basic and C# languages. First, you get acquainted with LINQ’s Standard Query Operators (SQOs) and new keywords that define the language. Then you use the SQOs to write LINQ expressions in C# 3.0 and VB 9.0 that let you query diverse data types with a single syntax that’s similar to Structured Query ... Read More
Dynamic Control Survivability in ASP.NET (0470279346) cover image
by Jerome DiMarzio
December 2007, Wrox Blox PDF
This Wrox Blox provides two solutions for dynamic control survivability, including using the ASP.NET Session object to hold the dynamic controls, and accessing the page's Form objects before they are destroyed. Using ASP.NET 2.0 with C# and VB.NET, you will explore both solutions and see the best situations in which to use them. Many ASP .NET programmers require the use of dynamic, page-generated controls to provide a flexible user experience. However ... Read More
Jumping from ASP to ASP.NET (0470391847) cover image
by Doug Parsons
June 2008, Wrox Blox PDF
This Wrox Blox introduces you to Visual Web Developer Express 2008 (think of this like Web Matrix on steroids!) and also goes over various Object Oriented Program (OOP) methodologies that you should be familiar with as you begin working with ASP.NET. While this Wrox Blox doesn’t cover actually building a working application, it touches on what n-tier architecture is and why it is a good idea to use it.  Because ASP.NET is such a vast topic, you can’t ... Read More
Migrating to LINQ to SQL in TheBeerHouse and ASP.NET 2.0 Website Programming Problem Design Solution (0470375019) cover image
by Doug Parsons
March 2008, Wrox Blox PDF
This Wrox Blox demonstrates various LINQ to SQL techniques to use in upgrading the “Articles” portion of TheBeerHouse application. The first step is migrating TheBeerHouse project from an ASP.NET 2.0 to an ASP.NET 3.5 application. Next, create a LINQ to SQL class (DBML) mapping file that will encapsulate the entire Data Access Layer for this project. Readers will become comfortable working with Entities ... Read More
A Blogging Application in ASP.NET 2.0 (0470261218) cover image
by Imar Spaanjaars
December 2007, Wrox Blox PDF
In this Wrox Blox, you'll see the code and layers used to add an ASP.NET blog to your site. After working through the blog design and installation, you'll also get a chance to modify the blog application further using a three-layer n-tier design. The three layers are the presentation layer, business layer, and data access layer. A blog is a great addition to any ASP.NET content site. Thanks to ASP.NET 2.0, it’s easy to make the data access layer work ... Read More
Professional ASP.NET 3.5 Upgrade (0470384638) cover image
by Bill Evjen, Scott Hanselman, Devin Rader
March 2008, Wrox Blox PDF
This Wrox Blox covers how to get from ASP.NET 2.0 to ASP.NET 3.5 from three of the most respected ASP.NET experts: Bill Evjen, Scott Hanselman, and Devin Rader. It contains more than 200 pages from 5 chapters, and 1 appendix, of their new book: Professional ASP.NET 3.5. These selected chapters feature the key new ASP.NET 3.5 functionality, including LINQ, ASP.NET with IIS7, CSS in ASP.NET, and ASP.NET AJAX, as well as migrating ASP.NET 2.0 projects ... Read More
Add To CartAdd to Cart