Having trouble reading this e-mail? Read this or any of our past issues in our online Newsletter Archive.
7th July 2009
ASPAlliance Times
The industry newsletter for Active Software Professionals
Sponsor Advertisement
Scale Out Your Server Farm Applications.

Developing fast, scalable applications for server farms is a big challenge. Your applications must scale seamlessly as the farm grows to handle ever increasing load.

Today's developers have discovered that distributed caching is the key to reaching their performance goals. By keeping frequently accessed, fast-changing data close to where it's used and globally accessible across the farm, your applications will have the data they need, when they need it.

ScaleOut StateServer® is the performance leader in distributed caching for .NET applications. Best of all, it is production-proven and easy to use.

Download a free evaluation copy and get started today!

Featured Article
 
Introducing ADO.NET Data Services
By Sergey Zwezdin , 7th July 2009
In this article, Sergey Zwezdin examines two approaches to building web services. He describes ADO.NET Data Services as a platform for building REST-services. He also demonstrates sample code to create such web services. In addition to these concepts, Zwezdin also examines the underlying data sources behind web services.
Editor's Comments
 
By Steven Smith

Jeff Blankenburg is going all out for Silverlight in the month of July. He has decided to write a series of blog posts he calls Thirty-One Days of Silverlight. He is requesting comments on his blog post for topics for the days, so if there is something you’re interested in ask for it.

So far he has 7 posts talking about different Silverlight topics.

  • Day #1: Mouse Events in Silverlight
  • Day #2: Silverlight Screen Transitions
  • Day #3: Custom Silverlight Loading Screen
  • Day #4: Communicating Between Two Silverlight Controls
  • Day #5: Silverlight Drag and Drop
  • Day #6: Silverlight and the Twitter "Hello, World!"
  • Day #7: Using WCF Web Services With Silverlight (and LINQ)
New Articles on ASPAlliance.com
Asp.net mvc image gallery
By Mohammed Salah , 6th July 2009
In this article I will explain how to use a jQuery image gallery (Galleria). I will use a form helper to get the gallery up and running quickly. This helper can get images from a folder, database, or string collection.
How to handle multiple queries simultaneously in Crystal reports connecting from Business object Universe.
By Umesh Bansal , 24th June 2009
We have come across a situation where we have to generate the report from more then 2 queries using crystal reports. All queries are different -- 2 transaction tables with relevant joins from dimension tables. So to make the report we have to create 2 different connections from the universe and it eventually gave performance problems when dealing with a large sets of records. In this case, we have to link each query with the others on the basis of common dimensions. While fetching a report with a large amount of data, it takes a lot of time to complete.
3D Capabilities in Silverlight 3
By Sergey Zwezdin , 30th June 2009
In this article, Sergey examines the 3D capabilities in Silverlight 3 that were not supported in previous versions of Silverlight. It became possible in Silverlight 3 to create 3D projections of content in an application. Sergey provides a detailed explanation of the various aspects with relevant source code examples along with screen shots including the usage of animation.
Sponsor Advertisement
SilverlightFeeds.com keeps you at the cutting edge in Silverlight development

Following bloggers is typically the best way to stay informed of the latest updates and information related to new technologies like Silverlight. But few busy developers have the time to find all the best bloggers and then wade through their posts for content of interest to them. Why not let the community do the work for you?

SilverlightFeeds.com is a community driven and moderated site that does the time-consuming work for you so you only have to keep your eyes on one feed. The end result is you are better informed and up-to-date on all the latest news and trends. SilverlightFeeds.com is a godsend to anyone interested in Silverlight. Subscribe to this blog’s RSS feed today.

http://silverlightfeeds.com

ASP Alliance Authors' Recent Blog Entries
Visual WebGui 6.3.8 Released
Guy Peled
4 Beautiful And Free Wallpapers for DevExpress Fans
Mehul Harry (Developer Express)
The Technology Post for July 6th, 2009
Jason N. Gaylord
Visual WebGui Cloud-friendly technology
Guy Peled
SharePoint and Web Content Management: Using SharePoint for Public Sites
Kirk Allen Evans
Google Text Messaging
Paul Kimmel (Developer Express)
Add a logo from a SharePoint library to an InfoPath browser form
S.Y.M. Wong-A-Ton
I’m an MVP for 2009!
The Admin
DevLink 2009 (more)
Robert Boedigheimer
Deborah Kurata is blogging
Julie
VS Debugging - Why did VS stop breaking on Exceptions?
Julie
Document MS Access Table Schemas
Paul Kimmel (Developer Express)
Pretty Code #1 – Building SelectListItems
scott
The Technology Post for July 2nd, 2009
Jason N. Gaylord
InfoPath Training Video: Installing Forms Server 2007 on WSS 3.0
S.Y.M. Wong-A-Ton
InfoPath Training Video: What is InfoPath?
S.Y.M. Wong-A-Ton
Renewed as an MVP
bmains
What Data Access Model Do You Use For Your App? Take This Poll!
bmains
UNC content with IIS 7 and Samba
steve schofield
Book recommendations by David Chappell include Programming Entity Framework
Julie
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.
Understanding the JavaScript __doPostBack Function
By Mohammad Azam , 20th June 2006
In this article we will look into the __doPostBack function of JavaScript. Read the article to find some insights about the function.
Crystal Alliance Recent Articles
How to handle multiple queries simultaneously in Crystal reports connecting from Business object Universe.
By Umesh Bansal , 24th June 2009
We have come across a situation where we have to generate the report from more then 2 queries using crystal reports. All queries are different -- 2 transaction tables with relevant joins from dimension tables. So to make the report we have to create 2 different connections from the universe and it eventually gave performance problems when dealing with a large sets of records. In this case, we have to link each query with the others on the basis of common dimensions. While fetching a report with a large amount of data, it takes a lot of time to complete.
Building Reports Using ASP.NET and Crystal Reports - Part 2 - Quarterly Sales Report
By Vince Varallo , 15th June 2009
In this second part of the series, Vince examines the creation of a quarterly sales report with the help of Crystal Reports by using the Adventure Works sample database. He provides detailed coverage of each step including the concept of cross tab reports and date manipulation with the help of relevant screen shots and source code. The article also demonstrates the usage of the Crystal Report Viewer and the Object Model to view the report as a PDF using ASP.NET.
Video: Passing Parameters to Crystal Reports Programmatically
By Mohammad Azam , 18th May 2009
In this video Mohammad Azam demonstrates how to pass parameters to Crystal Reports programmatically. [5:58]
SQL Server Reporting Services Recent Articles
Creating Agile Project Reports with TFS and Reporting Services - Part 2
By Eric Landes , 7th April 2008
In this second part of the series, Eric shows the reader how to create a burndown chart using Reporting Services, Visual Studio 2008, and Team Foundation Server (TFS) 2008 for an agile project. After giving a short introduction and the requirements, he examines the creation of burndown reports with the help of relevant SQL statements and screen shots.
Creating Agile Project Reports with TFS and Reporting Services - Part 1
By Eric Landes , 19th February 2008
In this first part of the series, Eric shows the reader how to create two reports using Reporting Services, Visual Studio 2008, and Team Foundation Server (TFS) 2008 for an agile project. After giving a short introduction and the requirements, he examines the creation of scenario story report with the help of relevant SQL and screen shots.
Using Local Microsoft SQL Server Reporting Services in ASP.NET
By Shaun Eutsey , 12th July 2007
This article examines the steps the author took to make the local reports work using Microsoft SQL Server Reporting Services in ASP.NET.
Sponsor Advertisement
Stay connected to the experts you trust with DevMavens.

Visit the ALL-NEW community and philanthropic site - DevMavens.com to learn what the most trusted community leaders like Scott Guthrie, Rick Strahl, Jeffrey Palermo, Jeff Atwood and more are saying every day.

http://devmavens.com