Having trouble reading this e-mail? Read this or any of our past issues in our online Newsletter Archive.
4th March 2008
ASPAlliance Times
The industry newsletter for Active Software Professionals
Sponsor Advertisement
Want to write your queries faster?

Some developers write SQL amazingly fast. Do you want to know their secret? It's SQL Prompt.

"This is a must-have tool for all T-SQL developers." Brian Brewder, Brian Online.

See how SQL Prompt can double your productivity

Featured Article
 
Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 3
By Keyvan Nayyeri, 3rd March 2008
In the third part of this series, Keyvan talks about the data model in his simple blogging engine. He shows some concepts related to the LINQ side of the data model to retrieve data for the blogging engine in controllers and pass them to views with the help of screenshots and source code.
Editor's Comments
 
By Steven Smith

This week there will be a bunch of big announcements and new releases at MIX – watch the web site if you can't attend. http://visitmix.com/

New Articles on ASPAlliance.com
Six Quick Crystal Reports Design Tips
By Jeff McWherter , 27th February 2008
Creating reports can be a daunting task. Reports can demand a great deal of effort and time, especially if you have not worked with Crystal Reports much. In this article, Jeff provides six quick Crystal Reports Design Tips to assist in creating killer reports with style and speed. Among other tips, you will learn how to add WaterMarks to your reports. Each tip has been deeply examined with the help of relevant explanations and screenshots for better understanding.
CodeSnip: How to Select the Records from a Table Following a Pattern
By Deepankar Sarangi , 28th February 2008
In this code snippet, Deepankar examines how to select only specific records from a table commencing in a series (even series i.e. 2nd,4th,6th...records or odd series i.e. 1st,3rd,5th.... records and other simple series) in a single query. He provides a detailed analysis of the relevant SQL statements with the help of relevant screenshots.
Review: Building a Web 2.0 Portal with ASP.NET 3.5
By Jesudas Chinnathampi (Das) , 29th February 2008
In this article, Jesudas Chinnathampi (Das) reviews "Building a Web 2.0 Portal with ASP.NET 3.5" by Omar AL Zabir (O'REILLY Publishing). Das does a chapter-by-chapter analysis of the book and explains how this book will help you build an AJAX enabled Web 2.0 portal.
Video: Using JavaScript with the ASP.NET MVC Framework
By Mohammad Azam , 3rd March 2008
In this video Mohammad Azam demonstrates how to use JavaScript inside the ASP.NET MVC Framework. He uses some simple data manipulation as an example to follow along with his explanation. [5:33]
Useful Extension Methods
By Brian Mains , 4th March 2008
In this article, Brian examines extension methods and how they can be used with .NET Framework applications. He begins with a short introduction and then provides a detailed explanation of the application of extension methods with the help of source code in C#.
Sponsor Advertisement
DevConnections Returns to Orlando, April 20-23, 2008

Come to DevConnections Orlando this Spring to learn about the 2008 releases of Visual Studio and ASP.NET. Learn tips and tricks on the current releases that you can put to use immediately plus lots of info what's coming down the pike, including SQL Server 2008 and new or updated versions of ASP.NET Ajax, MVC, Silverlight, LINQ, Enterprise Framework. Hear talks delivered by the best and brightest from Microsoft and industry experts at Microsoft ASP.NET Connections, Visual Studio Connections, SQL Server Magazine Connections, and SharePoint Connections. Get 4 conferences for the price of one and experience the latest on Microsoft development technologies. Plus EVERY attendee receives a copy of Visual Studio 2008. There's no better Microsoft technologies conference value this Spring. www.devconnections.com

ASP Alliance Authors' Recent Blog Entries
Reusable Domain Models strikes back
Roman Eremin
IE8 To Target Interoperability
David Yack
SQL Documentation Tool 7.4 for SQL Server
Brett Burridge
Joe on Communications as a Service (CaaS)
Kirk Allen Evans
Blackberry Pearl 8130
Steven Smith
Mix08: My head is already in Nevada
Jeff
Developer Express at Basta in Germany
Oliver Sturm (Developer Express)
Communicating - Live on Channel9!
Kirk Allen Evans
Microsoft.Web.Administration API
BilalHaidar [MVP]
Spring ASP.NET Connections Sessions
Steven Smith
New Article: Find If User Support JavaScript
Mohammad Azam
At DEC This Week
Brian Desmond
MIX 08 Predictions...
Phil Winstanley
AJAX Control Toolkit Update Released
Steven Smith
Microsoft MDM, Entity Framework and Astoria - is Jasper the missing link?
Julie Lerman
Reusable Domain Models strikes back
Roman Eremin
IE8 To Target Interoperability
David Yack
SQL Documentation Tool 7.4 for SQL Server
Brett Burridge
Joe on Communications as a Service (CaaS)
Kirk Allen Evans
Blackberry Pearl 8130
Steven Smith
Mix08: My head is already in Nevada
Jeff
Mix08: I'll blog it
Jeff
Developer Express at Basta in Germany
Oliver Sturm (Developer Express)
Communicating - Live on Channel9!
Kirk Allen Evans
Microsoft.Web.Administration API
BilalHaidar [MVP]
Spring ASP.NET Connections Sessions
Steven Smith
New Article: Find If User Support JavaScript
Mohammad Azam
At DEC This Week
Brian Desmond
Facebook says getfirefox.com
alexcampbell
MIX 08 Predictions...
Phil Winstanley
AJAX Control Toolkit Update Released
Steven Smith
Microsoft MDM, Entity Framework and Astoria - is Jasper the missing link?
Julie Lerman
ASP Alliance Most Popular Articles
Make Reports Quickly With ASP.NET and XML
By Andrew Mooney , 7th July 2004
Sometimes you need to create reports quickly. You might not always have time to format fancy reports containing graphs. Or maybe you have to create reports that do not need graphs. Reusing one ASP.NET web page you can display many reports.
Dynamically Templated GridView with Edit, Delete and Insert Options
By G Mohyuddin , 22nd January 2007
In this article the author presents a comprehensive solution to build a GridView with template fields generated at run time with in-place Insert, Delete and Edit operations with a full description of an effective implementation and usage of ITemplate interface.