|
25th November 2008
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
CoDe Magazine Full Page Ads On Sale
|
Today and tomorrow only (26 Nov 2008, by 5PM EST), prices for full page placements in CoDe Magazine are 50% off the regular price, while space lasts. The next issue focuses on Advanced Software Development and will target senior developers, team leaders, and architects (that is, influencers and decision makers). Act quickly to ensure your product is included in this issue – remaining space will be sold on a first-come, first-served basis.
CoDe Magazine is the Leading Independent Magazine for .NET Developers, and reaches thousands of developers and technical managers with every issue.
Contact Steve Smith for a media kit and more information.
|
|
|
|
Featured Article
|
|
|
Practicing the Chain of Responsibility Pattern
By Xianzhong Zhu, 21st November 2008
|
|
The intent of the Chain of Responsibility pattern is to avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request and further, chain the receiving objects and pass the request along the chain until an object handles it. In this article, Xianzhong shows the typical utilization of another popular design pattern, the Chain of Responsibility pattern, by developing a simple application service explorer example with the help of relevant screen shots and source code. He begins with a detailed analysis of the various requirements for developing the sample application followed by an overview of the design. He further provides comprehensive coverage of the template method pattern and the various aspects of the sample application including some improvements which need to be done to the design.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
Last week, we launched SQLFeeds.com, a community-moderated site focused on providing SQL developers and DBAs with high signal-to-noise SQL content. If you have a favorite source of SQL wisdom, please add it to the site’s feed list (which you can do anonymously from the home page). If you think you’d like to help the community by moderating the site’s content, please contact me and let me know a little bit about your SQL background (MVPs and related get preferential treatment, but it’s not a requirement). Subscribe to SQLFeeds.com for focused access to SQL resources without all the unrelated stuff you don’t have time for.
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
Practicing the Chain of Responsibility Pattern
By
Xianzhong Zhu
,
21st November 2008
|
|
The intent of the Chain of Responsibility pattern is to avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request and further, chain the receiving objects and pass the request along the chain until an object handles it. In this article, Xianzhong shows the typical utilization of another popular design pattern, the Chain of Responsibility pattern, by developing a simple application service explorer example with the help of relevant screen shots and source code. He begins with a detailed analysis of the various requirements for developing the sample application followed by an overview of the design. He further provides comprehensive coverage of the template method pattern and the various aspects of the sample application including some improvements which need to be done to the design.
|
Configuring SharePoint Forms Authentication using SQL Server
By
Steven Barden
,
24th November 2008
|
|
In this article, Steven demonstrates the steps required to configure forms authentication in SharePoint using SQL Server as a database engine. He begins explaining the idea behind the article and then examines the configuration of SQL Server including the creation of the database, establishment of the connection, adding users, and the configuration of the new database with users. Towards the end of the article he provides the procedure to be followed to create a site using SharePoint in a step-by-step manner. Steven illustrates the concepts covered in this article with the help of relevant screen shots for better understanding.
|
Video: Creating FixedDocument to Display Custom Collections
By
Mohammad Azam
,
24th November 2008
|
|
In this video Mohammad Azam demonstrates how to create a FixedDocument page for printing purposes. The FixedDocument page takes a generic collection as its data source. [3:54]
|
Product Review: WHMCS
By
Anand Narayanaswamy
,
25th November 2008
|
|
Anand has been constantly searching for products to get reviewed and he found a popular web based billing and support solution. He immediately put it to test and records his observations with the help of relevant screen shots. He also provides a few suggestions for improving the quality of the product.
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
Creating and Deploying SharePoint Solution Files
joydipkanjilal
|
Detailed Table of Contents of Entity Framework Tutorial
joydipkanjilal
|
SQL Documentation Tool for SQL Server 8.0
noreply@blogger.com (Brett Burridge)
|
Rough Cuts readers - the databases are over here...
Julie Lerman
|
InfoPath to DOCX - An alternative to using XSLT for conversion
S.Y.M. Wong-A-Ton
|
“Section 508 Compliant” Renamed “Accessibility Compliant”
Mehul Harry (Developer Express)
|
CodeRush Shortcuts and Templates - Quick Start Sheets
Mark Miller (Developer Express)
|
VAT Rate Change to 15%
Phil Winstanley
|
Creating ASPX Page Dynamically in ASP.Net
|
Fix for Simple XPS Silverlight Viewer for Silverlight 2
lichen
|
InfoPath Basics article series
S.Y.M. Wong-A-Ton
|
My Books
joydipkanjilal
|
Pro Sync Framework (APRESS) - Just Released!
joydipkanjilal
|
ADO.NET Data Services - The server encountered an error
David Yack
|
Enhance ASP.NET Controls Performance – Part 1: Menu
Mehul Harry (Developer Express)
|
Found a Reason to use Dynamic in C# 4.0
bmains
|
Moving My Blog
Brendan
|
|
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
|
|
|
|
|
How to Change Crystal Report Formatting for Different Customers - Part 2
By
Eric Landes
,
3rd October 2008
|
|
Eric continues the series on how to format your Crystal reports programmatically. This can be very helpful when deploying the same reports for different customers who want a different look. He demonstrates the different formatting methods, such as custom formatting a WinForm application, and also that of Crystal objects with the help of relevant source code.
|
Lessons Learned: Sorting out Crystal Reports 2008 Versioning, Service Packs and Deployment
By
Julia Lerman
,
24th September 2008
|
|
Moving reports in a sizable application from Crystal Reports for Visual Studio 2005 to Crystal Reports 2008 is a time consuming and frustrating transition - mostly because of some missing key information. This article helps you to avoid this pain by providing guidance based on the lessons the author has learned from her development experience. After providing a brief history and comparison of different versions of Crystal Reports, she examines the development of applications using Crystal Reports under Windows Vista 64 bit and gives some tips to avoid potential problems along with a brief outline of Redistribution of Reports.
|
How to Change Crystal Report Formatting for Different Customers - Part 1
By
Eric Landes
,
21st August 2008
|
|
In this article, Eric shows us how to give the same report a different style for your different customers with minimal involvement from the developer. After providing a brief overview and requirements specification, he outlines the formatting options with the help of source code and screenshots. Toward the end of the article, Eric demonstrates how to set different styles for your application and also provides the relevant project which you can download and work on.
|
|
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.
|
|
|