|
14th July 2009
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
|
Today's economy is challenging for developers. You're stretching your skills, looking for work, or searching for efficient solutions to unfamiliar tasks. That's why we created Thrive. It's a one-stop community hub that delivers career advice, training programs, peer insights and job postings. You'll also find tools to help you connect with other smart coders in your local area. Get the resources you need to tackle the recession head-on. Visit Thrive today at www.microsoft.com/thrivedev
|
|
|
|
Featured Article
|
|
|
Testing Controllers in ASP.NET MVC
By
Manning Publications
, 14th July 2009
|
|
This article is an excerpt from the book ASP.NET MVC in Action from Manning Publications. It addresses testing controllers. The focus of the Model-View-Controller pattern is the controller. Every screen is backed by a controller and rendered by a view. Without the controller, presentation logic would move to the view. Armed with test-driven development and a disciplined approach to separation of concerns, you will ensure the maintainability of your presentation layer. For the book’s table of contents, the author Forum, and other resources, go to http://manning.com/palermo/.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
Last Friday, Microsoft shipped Silverlight 3. This third release includes support for HD Media, GPU acceleration, out of browser support, and many application development improvements that make building line-of-business applications in Silverlight much easier. Developers can download a free update for Visual Studio 2008 that enables development of Silverlight applications using this client, and even works with the free Visual Web Developer 2008 Express. In addition, Microsoft released Expression Studio 3 Release Candidate, which includes some major updates as well. Read more about the release on the official announcement. Keep up with Silverlight news on SilverlightFeeds.com.
Today, Microsoft announced that Windows Azure, their cloud-based application platform, will be available for commercial use at PDC in October. This announcement includes pricing for Windows Azure services, including Azure itself, as well as SQL Azure and .NET Services. Pricing for storage is $0.15/GB and bandwidth is $0.10in/$0.15out per GB, along with additional per-transaction costs. In addition, Microsoft will be offering enterprise and volume subscriptions agreements that will provide payment predictability and price discounts. Read more about the announcement on the Windows Azure blog. Keep up with Azure news on AzureFeeds.com.
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
Book Review: NHibernate in Action
By
Anand Narayanaswamy
,
14th July 2009
|
|
Manning's NHibernate in Action is now available in stands if you want to learn about the tool. But will this book serve any purpose? Does it contain useful information? Anand examines all aspects of the book in detail and after reading it you will be in a position to judge whether or not the book will be of any worth to you.
|
|
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 blogs RSS feed today.
http://silverlightfeeds.com
|
|
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
Review: ASP.NET 3.5 AJAX Unleashed
Anand Narayanaswamy
|
Silverlight 3 and WCF Faults
Glav
|
ASPxperience Features in 2009 volume 2 Release
Mehul Harry (Developer Express)
|
WinForms Pivot Table - Updates Coming to the XtraPivotGrid
Developer Express - Ray
|
WinForms Expression Editor for all DevExpress Grid Controls
Developer Express - Ray
|
WinForms Grid - Updates Coming to the XtraGrid Suite
Developer Express - Ray
|
ASP.NET HTML Editor: New Table Cell Split And Merge Feature
Mehul Harry (Developer Express)
|
Fonebook : Facebook & your address book.
Rob Chartier
|
QNAP NAS - Gets a much need UI upgrade
Rob Chartier
|
Using the intrinsic SharePoint Controls
Kirk Allen Evans
|
Understanding the Multiple-Selection List Box in InfoPath
S.Y.M. Wong-A-Ton
|
InfoPath Video Tutorial: Using a SharePoint list populated multi-select list box and conditional formatting to show/hide sections
S.Y.M. Wong-A-Ton
|
Expression Encoder 3 – Screen Capture
Kirk Allen Evans
|
Been Thinking About: IStateManager and ASP.NET AJAX
bmains
|
User Controls and Dynamic User controls in ASP.Net
|
Silverlight 3 is released
Teemu Keiski
|
|
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
|
|
|