|
23rd September 2008
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
DevConnections Returns to Las Vegas, November 10-13, 2008
|
Don’t miss your opportunity to connect to Microsoft and industry experts when DevConnections returns to Las Vegas. Dive into the latest products and technology with 250+ no-hype in-depth sessions. Keep your competitive edge by staying on top of the latest technology as you network with and learn from over 150 Microsoft architect and industry experts.
DevConnections rocks the technology industry as the largest and most exciting event focused on Microsoft technology and your needs. But don't wait. Register today. Last Fall sold out with over 5,000 attendees! www.devconnections.com
|
|
|
|
Featured Article
|
|
|
Using JavaScript Effectively in ASP.NET 2.0 - Part 1
By Satheesh Babu, 17th September 2008
|
|
The .NET Framework 2.0 introduced many new feature that make JavaScript usage with ASP.NET pages easy. The ClientScriptManager class in the framework has many new useful methods that help developers use these features very effectively. In this first part of the series, Satheesh discusses some of the common scenarios to use the frequently used overload methods of the ClientScriptManager class. He starts with an overview of the ClientScriptManager class and then examines the RegisterClientScriptBlock, RegisterStartupScript, and RegisterOnSubmitStatement methods with the help of relevant source code, screenshots and usage instructions.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
Last Friday ASP Alliance published an article from one of our newer authors, David Penton. In his article, Thread Safety through Self-Loading Collections, he discusses some safety precautions to take when working with collections in multi-threaded applications. This is the second article he has written with ASP Alliance. We’re looking forward to reading more articles from our current and new authors at ASP Alliance, and we hope you are looking forward to them as well.
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
Overview of Microsoft Office SharePoint Server 2007
By
Himabindu Vejella
,
18th September 2008
|
|
In this article, Hima provides a detailed overview of Microsoft Office Sharepoint Server (MOSS) 2007 including its physical, logical, and administrative architectures. Hima begins the article by examining the building blocks of MOSS 2007- the various types of architecture in detail. Towards the end of the article, she provides a brief explanation of SharePoint Central and Shared Services Administration along with a few reference links for additional learning.
|
Thread Safety through Self-Loading Collections
By
David Penton
,
19th September 2008
|
|
In this article, David Penton demonstrates how to easily load collections in a thread safe manner. He classifies it as a self-loading collection. He starts by analyzing basic collection usage and then applies the Singleton Pattern to it with the help of relevant C# source code. Penton wraps up the article by giving some tips along with some additional information and the associated source files in downloadable format.
|
SQL Server Analysis Services Concepts
By
Nidal Arabi
,
22nd September 2008
|
|
In this series of articles, Nidal explains how Microsoft has done a great job in the world of business intelligence using Microsoft SQL Server Analysis Services (SSAS). The author deeply examines the concept of OLAP Services and Unified Dimensional Model. He also points out where SSAS fits in SQL Server and also the requirements to work with it in a step-by-step manner.
|
Video: Introduction to Styles in Windows Presentation Foundation
By
Mohammad Azam
,
22nd September 2008
|
|
In this video Mohammad Azam demonstrates how to use styles in a WPF application. He starts by using some inline settings and then shows how to use some static resource styles in the same XAML to set the styles of the controls in his WPF application. He then shows how to extract the XAML into the App.xaml file, so that is can better be applied to an entire application. [6:39]
|
|
Sponsor Advertisement
|
|
60 Free Controls by DevExpress
|
|
|
|
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
Spell Checker 101: Advanced Features
Azret Botash (Developer Express)
|
ListView Control with LINQ to SQL Class – Part 1
|
Part-Time QC Engineer
BilalHaidar [MVP]
|
.NET Documentation Tool 9.2 (C#/VB.NET)
noreply@blogger.com (Brett Burridge)
|
Javascript gets new lease of life
Julian M Bucknall
|
How To Create a Portable Office (Content)
Tim
|
Slack and Constraints and Optimizing Throughput
Steven Smith
|
My MVC Talk at Philly.NET Code Camp 3
Jason N. Gaylord
|
Recursive FindControl
Steven Smith
|
Give back with Kiva and GiveCamp
Tim
|
Job Opportunities
BilalHaidar [MVP]
|
Why I hate Windows today
Jeff
|
Generating Databases from Models in Entity Framework
joydipkanjilal
|
Optimistic and Pessimistic Concurrency
joydipkanjilal
|
GridView with RadioButton – Select One at a Time
|
Programmatically submit rows of data in a repeating table in InfoPath to a SharePoint list
S.Y.M. Wong-A-Ton
|
A Note on ASP.NET Session
Brendan
|
|
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.
|
|
Crystal Alliance Recent Articles
|
|
|
|
|
How to Change Crystal Report Formatting for Different Customers - Part 1
By
Eric Landes
,
21st August 2008
|
|
In this article, Eric shows us how to give the same report a different style for your different customers with minimal involvement from the developer. After providing a brief overview and requirements specification, he outlines the formatting options with the help of source code and screenshots. Toward the end of the article, Eric demonstrates how to set different styles for your application and also provides the relevant project which you can download and work on.
|
Creating Sub-Reports Using Crystal Reports
By
Mohammad Azam
,
11th July 2008
|
|
This article demonstrates the creation of sub-reports using Crystal Reports. After providing a short overview of the database design, the author delves deeper into the report building process in a series of steps with associated screenshots. Towards the end of the article, he shows us how to display the report on a web page.
|
Cross Tab Craziness in Crystal Reports
By
Jeff McWherter
,
8th July 2008
|
|
Many times beginning Crystal Reports authors overlook the powerful feature of cross tabs, in this article we discuss the basics of creating and formatting cross tabulations in Crystal Reports 2008.
|
|
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
|
|
|