|
13th October 2009
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
Free eBook: Protecting SQL Server Data
|
Learn how to protect your sensitive data from would-be hackers, crackers, and identity thieves. This essential eBook by John Magnabosco will help keep your data safe. Download the free eBook now.
|
|
|
|
Featured Article
|
|
|
Review: ASP.NET MVC 1.0 Quickly
By Brendan Enrick, 13th October 2009
|
|
In this article, Brendan reviews Packt Publishing's "ASP.NET MVC 1.0 Quickly" book. He briefly describes the book while pointing out what the book has done well and where it could have done better. If you are looking for a book on ASP.NET MVC you should read this review of Maarten Balliauw's book.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
The routing that is used for ASP.NET MVC will be available for use with ASP.NET 4.0 with web forms. Scott Guthrie just posted about this today, giving a quick example of how the routing will work for web forms. Instead of routing the request to a controller, it will go to a specified page, and the parameters will become querystring parameters for the web forms page. This functionality appears like it will work very similarly to how this has previously been done with web forms. Now it will be a first-class citizen of ASP.NET web forms, which should eliminate barriers for some development shops. Scott has really been mentioning some very good stuff in his series of ASP.NET posts in which this is the eighth.
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
Clean Web.Config Files (VS 2010 and .NET 4.0 Series)
By
Scott Guthrie
,
7th October 2009
|
|
In this article, Scott examines the features of the web.config file that developers use in .NET Framework 4.0. He provides a brief summary of the config file which ships with the previous versions of .NET and then provides crisp coverage of the new file.
|
Review: Murach's ADO.NET 3.5, LINQ, and the Entity Framework with VB 2008
By
Anand Narayanaswamy
,
13th October 2009
|
|
ADO.NET 3.5 coupled with LINQ and Entity Framework provides many possibilities for developers. Read what Anand has to say about Anne's latest book on these advanced topics. Will this book help you learn the concepts easily? Does it include adequate coverage with real world code samples? Find it now by reading this review.
|
|
Sponsor Advertisement
|
|
Get your development team all moving in the same direction
|
NimblePros is an agile software development shop that provides training and mentoring to companies that wish to achieve greater success by implementing agile processes themselves.
With the help of NimblePros, your team can: - Adopt agile software development processes
- Ship better code, more frequently
- React quickly to changing requirements
Go to NimblePros.com to learn more.
|
|
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
Why I Prefer Web Application Projects
Brendan Enrick
|
Block Pesky Text Messages with Alltel/Verizon
Paul Kimmel (Developer Express)
|
Favorite Twitter Clients
Steven
|
Avoid Entrenched Dependencies
Steven Smith
|
Recommended Reading List
Brendan Enrick
|
URL Routing with ASP.NET 4 Web Forms (VS 2010 and .NET 4.0 Series)
ScottGu
|
Retro Technology
Steven
|
Health Monitoring and ASP.NET MVC
K. Scott Allen
|
N Tier Design Lessons Learned Part 1
Steven Smith
|
Showing a List of Today’s Birthdays in SharePoint
Kirk Allen Evans
|
What’s Wrong With This Code? (#22)
K. Scott Allen
|
Cloud Computing Meets the Tax Man
David Yack
|
Search Engine Friendly URL's Using Routing in ASP.Net 3.5
|
Don’t Repeat Yourself
Steven Smith
|
Theme Giveaway: Gotham News By Woo Themes
Steven
|
Restoring a database backup in .BAK format using SQL Server 2005
Anand Narayanaswamy
|
New MSDN preview from Hanselman
Jeff
|
DNS / Kerberos workaround for IIS 7.0
steve schofield
|
Review: Stack Overflow DevDays Boston
Jason N. Gaylord
|
Find String in Files with Given Extension Using PowerShell
Steven Smith
|
|
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.
|
Building Reports Using ASP.NET and Crystal Reports - Part 4: Dynamic Grouping
By
Vince Varallo
,
18th August 2009
|
|
In this fourth part of the series, Vince Varallo examines the creation of an employee report and demonstrates the usage of Crystal Reports object model to change the grouping fields and manipulate the properties of the group at runtime to show or hide sections, reset the page number, or insert a page break using Visual Studio 2008. He provides a step-by-step analysis of each procedure with the help of relevant screen shots and source code.
|
|
Crystal Alliance Recent Articles
|
|
|
|
|
Building Reports using ASP.NET and Crystal Reports - Part 5 - Creating Reports as a Web Service
By
Vince Varallo
,
28th September 2009
|
|
In this article, Vince walks the user through the process of creating a Crystal Report as a web service and then creating a web site to consume the service. After providing a short introduction, he examines the relevant steps which includes the creation of a web service, adding crystal reports file, and establishing database connectivity using Visual Studio 2008. Towards the end of the article, he examines the creation of a web site with the help of relevant source code and screenshots.
|
Building Reports Using ASP.NET and Crystal Reports - Part 4: Dynamic Grouping
By
Vince Varallo
,
18th August 2009
|
|
In this fourth part of the series, Vince Varallo examines the creation of an employee report and demonstrates the usage of Crystal Reports object model to change the grouping fields and manipulate the properties of the group at runtime to show or hide sections, reset the page number, or insert a page break using Visual Studio 2008. He provides a step-by-step analysis of each procedure with the help of relevant screen shots and source code.
|
Building Reports using ASP.NET and Crystal Reports - Part 3 - An Invoice Report Using Disconnected Data
By
Vince Varallo
,
20th July 2009
|
|
In this third part of the series, Varallo shows how to rebuild the Invoice created in Part 1 using disconnected datasets instead of connecting directly to the database. This gives the user the flexibility to manipulate the data and implement rules in a c# business class rather than in the report. He provides a detailed overview of each concept in a step-by-step manner supported with screen shots and source code.
|
|
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.
|