22nd December 2009
ASPAlliance Times
The industry newsletter for Active Software Professionals
Sponsor Advertisement

The Code Project has 500 $15 Amazon Gift Certificates to give away today to the first 500 people to post a comment regarding wireless and mobility in the AT&T forum. Best post wins $100 Amazon gift card! Post today, and get your gift certificate within 24 hours. Click here for details...

Featured Article
 
Video: Understanding INotifyPropertyChanged and ObservableCollection in Windows Presentation Foundation
By Mohammad Azam, 21st December 2009
In this video Mohammad Azam demonstrates how to use INotifyPropertyChanged for entities and ObservableCollection for entity collections in Windows Presentation Foundation. [7:45]
Editor's Comments
 
By Steven Smith

Happy Holidays!

For those of you who are fortunate enough to have dev machines with 8GB or more of RAM (and I highly recommend it – tell your boss I said do it!), you may be interested in seeing how much faster your build times can be when you convert part of your RAM into a RAMDisk. If you think SSD is fast (it is), RAMDisk is just as fast or faster, and you can achieve it with a pure software solution for free (assuming of course you have the actual RAM). Running a full build of Lake Quincy Media’s AdSignia solution was about 27% faster when running the exact same files off of a RAMDisk on the exact same laptop (and that’s with a bunch of integration tests still talking to a SQL database on the magnetic C drive, so it would be faster still potentially if the DB were also on the RAMDisk).

Check out the full write-up on my blog here:
Using RAMDisk to Speed Build Times

ASP Alliance Authors' Recent Blog Entries
DotNetNuke.com & Performance
Rob Chartier
New Features in Visual Studio 2010
joydipkanjilal
Using RAMDisk to Speed Build Times
Steven Smith
Silverlight Web Analytics: First Look
Brendan Enrick
Dynamics in .NET 4.0 and deriving from DynamicObject
thycotic
Did you know: Enable Custom Error (redirect) in IIS 7 / 7.5 - Part 3
Vivek@dotnetscraps.com (Vivek)
Web Design for Developers
Anand Narayanaswamy
JavaScript / DHTML Examples
asp.net videos
HTML / CSS Examples
asp.net videos
SQL Server / T-SQL Examples
asp.net videos
Presentation Zen
Steven Smith
C# ASP.NET String Source Code Examples
asp.net videos
VB.NET ASP.NET String Source Code Examples
asp.net videos
DEVLINK 2010 Call For Speakers
Steven Smith
Wrapping Column Headers in the WinForms GridControl
Paul Kimmel (Developer Express)
View Binary Encoded WCF Messages
Steven Smith
Did you know: Enable Custom Error (execute a URL) in IIS 7 / 7.5 - Part 2
Vivek@dotnetscraps.com (Vivek)
Silverlight SDK Sample Browser
BilalHaidar [MVP]
Snazzy File Uploading With .NET and JQuery
Steven
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.
Detecting ASP.NET Session Timeouts
By Robert Boedigheimer , 27th September 2004
Determine if a user's Session is still active.
Crystal Alliance Recent Articles
Building Reports using ASP.NET and Crystal Reports - Part 7 Using Subreports to Create Advanced Reports
By Vince Varallo , 15th December 2009
In this article, Vince examines the creation of a report that connects to two databases but displays the data on one report with he help of relevant screenshots and source code. Sub reports embed one report inside another while linking on a common field. They can be useful when you need to report data from more than one data source or when you need to run separate and distinct queries to retrieve data on a report.
Building Reports Using ASP.NET and Crystal Reports - Part 6 - Build a Sales Forecast Report Using Parameter Fields
By Vince Varallo , 9th November 2009
In this sixth part of the series, Vince examines the creation of a sales forecast crystal report based on the AdventureWorks database in a series of steps. He initially provides a brief outline of creating a new solution in Visual Studio 2008 and database connectivity and then demonstrates the usage of parameter fields and formula fields in addition to building an ASP.NET web page to execute and preview the report with the help of exammple screenshots and code snippets.
Load Testing Crystal Reports with High Shareability Caching
By Eric Landes , 29th October 2009
In this second part of the series, Eric examines the usage of caching in Crystal Reports. He makes use of Visual Studio Team System testing to compare performance between cached and non-cached pages. After providing a short introduction and outlining the system requirements, he examines the test strategy in detail and provides a comprehensive coverage of both the NonCached and Cached loads with a detailed analysis of the results with the help of screen shots and source codes.
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.