AJAX Abstraction
(May 2009 Issue)
Brian Mains explains reusability is good, but abstraction of concrete concepts provides even greater functionality.
Brian Mains
5/6/2009
AJAX Features in ASP.NET MVC
(May 2009 Issue)
Dino Esposito explores the various aspects of the AJAX API you can leverage in ASP.NET MVC applications.
Dino Esposito
5/6/2009
Routing Messages in WCF 4.0
(May 2009 Issue)
Michele Leroux Bustamante explains the fundamentals of the new RouterService to be released with WCF 4.0.
Michele Leroux Bustamante
5/6/2009
Polished Popups
(May 2009 Issue)
Steve C. Orr shows us how to turn tired old message boxes into mouthwatering eye candy by using ModalPopup and PopupControl extenders.
Steve C. Orr
5/6/2009
LINQ Deep Dive: Part II
(May 2009 Issue)
Zeeshan Hirani wraps up his two-part series with more experiences he has encountered working with LINQ.
Zeeshan Hirani
3/27/2009
What’s New in WCF 4.0?
(April 2009 Issue)
Michele Leroux Bustamante provides a high-level summary of features planned for WCF 4.0.
Michele Leroux Bustamante
3/26/2009
More Smart SEO
(April 2009 Issue)
The URL Rewrite module is a useful tool that will save you time in creating rewrite and redirection rules for Web sites that run under IIS 7.0. Jeffrey Hasan shows us how.
Jeffrey Hasan
3/25/2009
Input Validation in ASP.NET MVC
(April 2009 Issue)
Dino Esposito continues his exploration of data entry in ASP.NET MVC. This month he delves into model state and data validation.
Dino Esposito
3/23/2009
The Best of Both Worlds
(April 2009 Issue)
Silverlight 2 has been released. But is that “ho-hum” or “hurrah” for ASP.NET developers? Austin Avrashow has the answer ...
Austin Avrashow
3/20/2009
LINQ Deep Dive: Part I
(April 2009 Issue)
Zeeshan Hirani shares experiences he’s encountered working with
LINQ, as well as some common gotchas to avoid and hidden features that can help
you write concise and expedient LINQ queries.
Zeeshan Hirani
2/21/2009
Time Well Spent (March 2009 Issue) Using ASP.NET AJAX, Matt Bohn shows us how to track how long a user stayed on a Web page.
Matt Bohn
2/20/2009
Data Entry and ASP.NET MVC (March 2009 Issue) Dino Esposito demonstrates that data entry can be equally powerful with ASP.NET MVC, and can result in even more elegant coding. But it does require a different model — and mindset.
Dino Esposito
2/20/2009
Smart SEO (March 2009 Issue) URL rewriting enables your Web application to support SEO-friendly URLs and logical site navigation, while using a different physical navigation structure in the backend. Jeffrey Hasan shows us how, using ASP.NET and IIS 6.0.
Jeffrey Hasan
2/20/2009
Custom Bindings: Part II (March 2009 Issue) Michele Leroux Bustamante explores how to create custom binding types and how to programmatically and declaratively configure them for a service endpoint.
Michele Leroux Bustamante
2/20/2009
Custom Control Attributes (March 2009 Issue) When it comes to creating and distributing custom Web controls, a little polish can go a long way. Steve C. Orr shows us how.