|
3rd 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
|
|
|
Understanding Threads using Visual Basic 2005 - Part 1
By Abhishek Singh, 2nd June 2008
|
|
In this first part of the series, Abhishek describes the concepts of threading, different procedures to create threads, synchronization among multiple threads, uses of Sleep and Join methods, code locking using SyncLock, and Monitor with sample code in Visual Basic 2005.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
As a small note in last week's newsletter I mentioned that a new preview of ASP.NET MVC was available on CodePlex. This week I will follow along with a little bit more information for those of you who did not go and check it out. Plenty has been added in this new version to allow MVC to be even more testable. The actions on the controllers now are able to return an ActionResult which can be used for testing purposes. More advances route handling has been added as well. View helper methods have also become more advanced. I recommend you read Scott Guthrie's post about this ASP.NET MVC Preview 3.
Also, this updated version of ASP.NET MVC is supported by Visual Web Developer 2008 Express.
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
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.
|
Video: Using JQuery Library Ajax API to Invoke WebService Methods
By
Mohammad Azam
,
2nd June 2008
|
|
In this video Mohammad Azam demonstrates how to use the JQuery Ajax API to invoke web service methods. He uses a simple web service to show the API one uses to call web services using JQuery. [6:30]
|
|
Sponsor Advertisement
|
|
Warning: Use of CodeSmith may cause unforeseen productivity
|
June 2008 -- Business managers rioted outside the offices of CodeSmith Tools in Dallas, TX today complaining of developers 'going home early' and 'getting projects done too soon'. “CodeSmith does their work for them, they just write a template and hit 'run'," said one pointed headed manager, "it's just not fair! What with CLSA, LINQ, .netTiers, and more frameworks all just built in? With all of this productivity they might not need us anymore."
Read more about CodeSmith at codesmithtools.com.
|
|
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
VSTS 2008, Web Tests and using Fiddler
Glav
|
Profiling your AJAX Applications using AjaxView
Glav
|
Interviewing at Microsoft
Jeff
|
Whither NorthWind?
Steven Smith
|
ASP.NET MVC Support with Visual Web Developer 2008 Express
ScottGu
|
TechEd Ask The Experts: Website Graffiti? Silverlight 2.0 Annotation at the Vista booth
Julie Lerman
|
XAF - 10 - Advanced data layer features
Oliver Sturm (Developer Express)
|
|
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.
|
ASP.NET Performance Tips
By
Adiseshu Dasari
,
9th January 2008
|
|
This article provides some tips to improve the performance of your ASP.NET applications by using multiple recordsets, paged data access, and Cache API. The author further examines Per-request, Page output, and Kernel caching mechanisms along with a description of connection pooling and GZip compression.
|
Populating a DropDownList using AJAX and ASP.NET
By
Ramaprasad Potturi and Sanjay Patnaik
,
6th September 2005
|
|
AJAX is the latest buzzword in the web development industry. But what is it, and how can you use it? Ramaprasad Potturi and Sanjay Patnaik explain the technology and provide a real-world example of a web page that presents a country and state pair of drop-down lists, where the state drop-down list is populated dynamically on the client side, removing the need for the page to post back to the server.
|
|
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
|
|
GEMINI PROJECT ISSUE TRACKING -- FREE 5 USER LICENSE!
|
CounterSoft(TM) Gemini is a .NET issue tracking platform used by many organizations to better manage software development projects. Localized in various languages, FREE download, or you can host with us! Get your FREE 5 user license. Complimentary licenses for qualifying Open Source projects and Not-for-profit organizations. http://www.countersoft.com
|
|
|