|
10th June 2008
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
Build Your Best, Without Limits or Compromise...Download-Compare-Decide
|
Developer Express engineers feature-complete visual components and IDE tools
for Visual Studio .NET. Our technologies help you build your best, see complex
software with greater clarity, increase your productivity and create stunning
applications for Windows and the Web in the shortest possible time. All of our
products come with a 60 day unconditional money back guarantee and fully
functional evaluation versions are available for download here.
|
|
|
|
Featured Article
|
|
|
Working with Amazon Search Web Service using ASP.NET
By Anand Vijayan, 10th June 2008
|
|
In this article, Anand examines the steps required to consume an Amazon Search Web Service using an ASP.NET application. After providing a short introduction, he examines the different approaches involved in the development of the application including the Request and Response classes. The article is well supported by the relevant code samples along with a comprehensive analysis of each of them.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
TechEd last week was a lot of fun. It was great meeting people and my session on ASP.NET performance had almost 400 people in attendance, making it one of the more popular talks. I met a lot of new people and had fun judging Speaker Idol, in which I was a competitor in 2007. Congratulations to Eric Shupps, who won this year’s Speaker Idol competition, and Alan Stevens who was the runner-up. All of the finalists (really all the contestants) were great presenters and I’m sure we’ll probably see more than one of them at a future TechEd.
Also, last week Scott Guthrie announced the availability of Silverlight 2 Beta 2. This highly anticipated release fixes a ton of bugs, adds some additional built-in controls, and improves on the tools (Blend 2.5 June Preview). Read Scott’s post for more details, but this is big news and will give plenty of developers (including me) another way to spend their time this summer.
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
Using Forms Authentication with Membership Providers in ASP.NET 2.0
By
Sudeep G
,
9th June 2008
|
|
This article examines the usage of Forms Authentication with Membership Providers using ASP.NET 2.0 in a series of parts. After providing a detailed overview of the concepts, Sudeep demonstrates setting up ActiveDirectoryMembershipProvider, ActiveDirectoryMembershipProvider with Active Directory Application Mode, and the usage of SqlMembershipProvider and SQL Role Provider in a step-by-step manner with the help of sample code listings. In addition to these, he also enlists the use of AuthorizationManager with Active Directory Membership Provider.
|
Video: Introduction to the Pex Framework
By
Mohammad Azam
,
9th June 2008
|
|
In this video Mohammad Azam introduces the Pex framework which allows developers to create better unit tests with high code coverage. [7:09]
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
Entity Framework is on Fire...
David Yack
|
Gandalf shows his Vista
Julian M Bucknall
|
ag Stands for Silver (and agDataGrid is FREE)
Developer Express - Ray
|
A circular reference was detected while serializing an object of type 'XXX'
Jason N. Gaylord
|
CodeRush wins Breakthrough Product of the Year at Tech Ed
Mark Miller (Developer Express)
|
TechEd 2008 - May She Rest in Peace
Developer Express - Ray
|
Worldwide Developer Conference News
Jason N. Gaylord
|
Enable SmartPart with AJAX in SharePoint
Colt
|
Cheer up!
Julie Lerman
|
Need "Out of the Box" AJAX Functionality for Your Data Controls?
Jason N. Gaylord
|
New Process template release on Kanban for TFS.
Eric Landes
|
Oh, yah, TechEd
Julie Lerman
|
Sad news
Julie Lerman
|
Mod_Rewrite on IIS7 (well, kind of)
Kirk Allen Evans
|
URL Mapping in ASP.Net 2.0
|
The "var" Keyword
bmains
|
|
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.
|
Working with Callback and Control Rendering
By
Muhammad ADnan Amanullah
,
5th February 2008
|
|
In this article, Muhammad discusses the working of Callback and Controls rendering with the help of a sample application. He initially provides a short explanation of some of the important terms and then provides the steps required to accomplish the task along with both the callback server and client side codes.
|
ICallback & JSON Based JavaScript Serialization
By
Muhammad ADnan Amanullah
,
10th January 2008
|
|
In this article, Muhammad examines how to accomplish JavaScript Serialization using ICallback and JSON. He begins with a basic introduction to ICallback, ICallbackEventHandler interface, and JSON. He then delves deep into the implementation of both server and client side ICallback with the help of associated source code.
|
Detecting ASP.NET Session Timeouts
By
Robert Boedigheimer
,
27th September 2004
|
|
Determine if a user's Session is still active.
|
|
Crystal Alliance Recent Articles
|
|
|
|
|
Utilizing your .NET projects Automated Acceptance Tests on Crystal Reports - Part 2
By
Eric Landes
,
29th May 2008
|
|
In the second part of this series, Eric shows how to automatically incorporate testing report output from your crystal reports using Fitnesse and Visual Studio 2008. After providing a short overview, he examines the need for testing values and outlines the required steps to build a Fitnesse test. He also deeply analyzes the code sample along with the screenshot of the final output.
|
Utilizing your .NET Projects Automated Acceptance Tests on Crystal Reports - Part 1
By
Eric Landes
,
19th May 2008
|
|
In this first part of the series, Eric shows how to use automated acceptance testing against Crystal Reports using the object model. After providing the requirements, he examines how to utilize automated acceptance tests with reports along with sample code to validate the report. He concludes the article by providing a structure of the report settings.
|
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.
|
|
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
|
|
Free ASP.NET AJAX Training
|
Start learning ASP.NET AJAX using VB or C# with a free training CD or download from AppDev. You'll receive step-by-step instruction, hands-on labs, code, and printable courseware. ($115 value)
|
|
|