|
1st September 2009
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
Is Your DBMS Slowing Down Your Applications?
|
Relational database servers (DBMS's) have proven their value as the repository for essential line of business data. However, DBMS storage can become a performance bottleneck for mission-critical applications running on server farms and compute grids.
To eliminate this bottleneck, ScaleOut StateServer® provides a distributed, memory-based cache that offloads your DBMS and dramatically reduces response times for repeatedly accessing cached data. Its award-winning architecture automatically provides scalable throughput as servers are added to the farm or grid, giving you fast response times and integrated high availability.
Download a free evaluation copy and get started today!
|
|
|
|
Featured Article
|
|
|
Building a Silverlight 3 based RIA Image Management System - 2
By Xianzhong Zhu, 1st September 2009
|
|
In the first part of this series, we examined the general design of the RIA image management system, discussed the database design, and finally started the application development from the homepage module. In this second part, we will continue to develop another module - the photo category management module, which represents one of the typical components in a Silverlight-based data-centric RIA application.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
If you're looking for an easy way to improve your skills as a developer, I recommend checking out Project Euler. It's a site dedicated to relatively simple programming problems (at least the first level ones) that you can solve using your language of choice. As you go through the problems, it keeps track of your statistics and lets you see how many others have also solved the problem, etc. Further, the problems can give you a good framework from which to learn something new. Solve a problem using your favorite language, and then solve it again using a language you're just getting to know. I've been doing the problems with an emphasis on relatively new language features like lambda expressions and LINQ, to hone those skills. You can read about some of my experiences with Euler problems on my blog. It's also a good way to test different styles of development, such as Test Driven Development or Pair Programming if you're not used to such modes of working. All in all, I think the site's a lot of fun and provides a good set of practice problems that help improve my skills as a software craftsman.
|
|
|
|
Sponsor Advertisement
|
|
DevConnections returns to Mandalay Bay in Las Vegas November 9-12.
|
This blockbuster event includes Microsoft ASP.NET Connections, SQL Server Connections, Visual Studio & Architect Connections , and SharePoint Connections. 200+ killer sessions delivered by the best and brightest in the industry! This year, we’ve added an Open Spaces evening where attendees & speakers can deliver passionate, bleeding-edge content that may not fit the constraints of regular sessions. Keynote by Microsoft’s Scott Guthrie and others. All this for one price. Don’t miss the show that everyone will be talking about this Fall.
http://www.devconnections.com/
|
|
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
Creating Music Video Box Using Windows Presentation Foundation(WPF)
|
Book Review: ASP.NET 3.5 for Dummies
Anand Narayanaswamy
|
Multi-Monitor Support (VS 2010 and .NET 4 Series)
ScottGu
|
Create Policies for Sharepoint and Powershell 1.0
steve schofield
|
Visual Studio, Visual Basic.NET, C# Database, SQL Server, and ASP.NET Video Tutorials – August 30, 2009
asp.net videos
|
New Features in ASP.Net 4.0-PART 2
|
ADO.NET – Over 3 Hours of Premium Video Tutorials
asp.net videos
|
Conway’s Life in WPF
Steven Smith
|
On constant connectivity and information overload in the online social age
Jeff
|
Snow Leopard impressions
Jeff
|
New Features in ASP.Net 4.0-PART 1
|
.NET Remoting – 10 Premium Video Tutorials
asp.net videos
|
Chat room questions from the EF Tips & Tricks webcast
Julie
|
Practice, Code Exercises, and Code Katas
Steven Smith
|
Multi-Targeting Support (VS 2010 and .NET 4 Series)
ScottGu
|
.NET Framework Threading – 5 Premium Video Tutorials
asp.net videos
|
Great thread on IIS 7, WebDAV 7.5, Shared Hosting Config w/UNC folder location
steve schofield
|
DevExpress Nominated for 2009 Community Choice Awards; Vote Now!
Mehul Harry (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.
|
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
|
|
|
|
|
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.
|
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.
|
|
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
|
|
Filter the noise from the clouds
|
All things Azure now can be found together on one common site without the noise common on most blogs. Find collections of blogs and other Azure news and content sites with the click of a button. Click here.
|
|
|