In the past, Microsoft’s ADO.NET and SQL Server were generally designed and developed separately. But the most recent versions share many complementary features and technologies revolving around XML. ADO.NET and System.Xml v. 2.0–The Beta Version, 2nd Edition, written by Alex Homer, Dave Sussman, a
Tag: Development
Disaster Recovery Insourcing
(Peter Sjoberg) For most large companies, recovery from a disaster has historically taken place via a service provider at a shared recovery data center. This is typically referred to as hotsite recovery. In this scenario, a company declares a disaster to their service provider then goes to the r
Introducing ASP.NET (Sample Chapter)
(Costas Hadjisotiriou) In this chapter, you will look beyond the three-letter acronyms that form ASP.NET to discover its origins and how it fits in the Internet technologies picture. We will show you the advantages that ASP.NET offers over alternative technologies. We will also compare it to its pre
Nine Compelling Reasons to Move From VBA to VSTO 2005
(Justin Whitney) When it was first released in 2002 as part of the larger .NET initiative, Visual Basic .NET made an evolutionary leap from Visual Basic 6.0. At the same time, Active Server Pages underwent a similar seismic shift to ASP.NET, and its VBScript was replaced by VB.NET. So VB6 to VB.NET.
Best Practices: Exception Management
(Anand Kumar) Exception management is a key area for developers doing any kind of application development. As a developer, you should adopt an appropriate strategy for exception management that will enable you to build high quality and robust applications. Exception management is a very powerful
Create Extensible .NET Apps
(Francesco Balena) It’s nice to create applications that you can customize easily for different customers. At the same time, you don’t want to disperse hundreds of If statements and other conditional blocks just to account for each and every possible user. In fact, you shouldn’t do this, for at
Integrating Microsoft Access DB, SQL Reporting Services and Visual Studio .NET
(Anand Santhanam) In this article I would like to demonstrate how we can leverage the SQL Reporting Services feature on to a Microsoft Access database using Visual Studio .NET as IDE. Let me initiate my discussion with a brief introduction to the SQL Reporting Services and its classical features.
Localization Practices for .NET 2.0: It’s Still About The Architecture
(Michele Leroux Bustamante) In the interest of localization, there are plenty of details to deliberate to insure that presentation and formatting are accurate, that stored data can be retrieved for the correct culture, and that transmission of data over the wire retains integrity when processed by a
Type converters, your friendly helpers!
(Klaus Salchner) You may not have written yet your own type converter. But any time you developed a web form or windows form using the Visual Studio .NET designer or used the view state architecture of ASP.NET you have relied on the help of a type converter. As the name already states, type converte
Using the Visual Studio .NET 2003 Debugger with ASP.NET Applications
(Min Kwan Park) Debugging ASP.NET can be difficult because the configuration and interplay of accounts can cause breaks at a number of different steps. This article outlines the more commonly seen problems associated with debugging ASP.NET applications, shows examples of the errors, and explains