(Jeff Prosise) Now that ASP.NET 2.0 is a shipping product, it seems appropriate to revisit an issue that tops the new features wish lists of many developers: a SQL Server site map provider.
Author: SSWUG Research
Extending Enterprise Applications with Microsoft Outlook: Architectural Design Guide
Many organizations have made multi-million dollar investments in customer relationship management (CRM) systems and other line of business (LOB) applications over the last decade. Although many of these applications have delivered significant business benefits, some organizations have found that
Migrate a SQL Server 2000 Analysis Services cluster to a SQL Server 2005 Analysis Services cluster
(Lan Lewis-Beven) We want to upgrade a SQL Server 2000 Analysis Services cluster to a SQL Server 2005 Analysis Services cluster. In this article, we will cover the following topics: • Plan the upgrade • Perform the upgrade • Verify the upgrade
Build dynamic Web sites with ASP.NET user controls (Sample Chapter)
(Steven Smith and Rob Howard) The most frequent use for User Controls is to create navigation and other layout elements for an application that can be reused across many Web Forms. User Controls have full support for properties and events, they can be built and deployed using just a text editor, and
SQL Server 2005 Integration Services – Part 16
(Marcin Policht) In our previous article of this series, we presented a quick introduction to Data Flow Script Component of SQL Server 2005 Integration Services and followed with more in-depth discussion about its debugging features. However, our coverage would not be complete without spending some
StAX: DOM Ease with SAX Efficiency
(Lara D’Abreo) With so many XML technologies, deciding what to use and when to use it can sometimes be bewildering. Many chose to build on top of existing DOM or SAX implementations rather than StAX (the Streaming API for XML). However, with StAX JSR-173 in the pipeline, this may change. StAX is a p
How to restore from a transaction log
(Greg Robidoux) Having a backup plan in place is half the battle in keeping your SQL Server up and running. The other half involves the restore process. You need to restore SQL Server after a failure, when you need to restore to a standby server or when refreshing a reporting or development environm
Accessing and Updating Data in ASP.NET 2.0: Data Source Control Basics
(Scott Mitchell) When I started my career as a web developer, Microsoft’s Active Server Pages version 2.0 had just burst onto the scenes. Back in my day, web developers were responsible for writing code to both access and display data. That is, we had to write code that queried the database and then
Reading, Storing and Transforming XML Data in .NET
(Dimitrios Markatos) Unless you happened to be involved in some other career field, it would almost impossible to not realize that XML is steadily growing as a common data exchange format that can used be across any platform. As long as you conform to standard XML specifications, you can send your X
An Exception Handling Framework for J2EE Applications
(ShriKant Vashishtha) In most Java projects, a large percentage of the code is boilerplate code. Exception handling comes under this category. Even though the business logic may be just three or four lines of code, exception handling might go on for ten to 20 lines. This article talks about how
