Here's some information from InnerWorkings about their ASP.NET 4.5 course:
http://www.innerworkings.com/catalog...5-in-visual-cs
In this Developer Program, youâll find a large variety of C# coding challenges that will get you firmly on the road to building and deploying ASP.NET 4.5 Web applications. Youâll cover key aspects of ASP.NET 4.5 related to building web pages and using server controls, creating consistent web applications, and delivering useful and attractive web pages. Youâll also practice connecting your Web applications to a database and using a variety of data integrity, user profile, and stability features to help you create secure web applications with ASP.NET 4.5. Enjoy!
- ASP.NET 4.5 Website Structure
- Introducing master pages
- Introducing Themes
- Using the navigation web server controls
- Using the site navigation API
- Building ASP.NET 4.5 Pages
- Introduction to user controls
- Validating user input in Web Forms
- AJAX-enabling an ASP.NET website
- Controlling page updates with the UpdatePanel control
- Using jQuery Selectors to create a Filterable Table
- Traversing and Manipulating using jQuery
- Designing and Building ASP.NET 4.5 Websites
- Styling a web form
- Introduction to web server controls
- Control state
- Creating a new class by extracting logic from a form
- Managing Data in ASP.NET 4.5
- Querying a SQL Server Database
- Using a GridView data-bound control with an ObjectDataSource component
- Querying with LINQ To Entities
- Inserting, updating & deleting
- Creating a model from the database
- Using web server control events
- Securing ASP.NET 4.5 Web Applications
- Authenticating your web site using simple login controls
- Role management
- Introducing profiles
- Structured exception handling
I'd point out 2 things: First, as the title indicates, the course is C# only unlike the book which is C# and
VB. Second, the book should be thought of as "recommended reading" or "additional information" that helps you with the course. But, the lessons and challenges in the course aren't specifically build around Planet Wrox or any of the book content. So, you'll be working and solving all new problems with InnerWorkings.