リンク: Office Developer Center: Programming Office Applications Using Visual C#. MCW Technologies, LLC Ken Getz Published September 2005 Updated January 2006 Applies to:     Microsoft Visual Studio 2005     Microsoft Visual Studio 2005 Tools for the Microsoft Office System     Microsoft Office Excel 2003     Microsoft Office Word 2003 Summary: Learn… Read More


リンク: Visual Studio 2005: Visual Studio 2005 Code Snippets. Visual Studio 2005 Code Snippets IntelliSense Code Snippets are reusable, task-oriented blocks of code. Visual Studio 2005 includes code snippets covering tasks ranging from creating a custom exception, to sending an e-mail message, to drawing a circle. A set of Visual Basic and Visual C# Code… Read More


System Enhancements for Administrators SQL Server 2005 provides support for partitioned tables and indexes. This allows a table to be spread across a number of physical file groups, improving performance and making it easier to manage range-based archiving procedures. Table data spread across file groups You can partition a table horizontally so that the rows… Read More


自家製の辞典で中国語検索時にミスがありまして、調べた結果は: パラメータオブジェクトのデータ型をAnsiStringに指定しています。 これをStringに変更したら、OKです。 よかった!!!… Read More


The following features are new in ADO.NET version 2.0: Managed Providers * Server Enumeration Provides support for enumerating active instances of Microsoft SQL Server 2000 and later. * Asynchronous Processing Allows you to perform asynchronous database operations using an API that is modeled after the asynchronous model used by the .NET Framework. * Multiple Active… Read More


Windows Forms controls are reusable components that not only provide many ready-to-use controls but also provide the infrastructure for developing your own controls. You can combine existing controls, extend existing controls, or author your own custom controls. In Visual Studio 2005, many Windows Forms controls have been enhanced as well as new controls have been… Read More


ASP.NET is a programming structure built on the common language runtime. This structure can be used on a server to build powerful Web applications. ASP.NET 2.0 improves upon the base of advantages by adding support for many new features in: Developer Productivity Administration and Management Extensibility Performance The following gives an explanation on the enhancements.… Read More


From:http://www.devexpress.com/Support/BestPractices/IDE/Refactor/index.xml Print this document | Close window Contents Introduction Refactor! from Developer Express is a plug-in for Visual Studio .NET 2005 beta 2 that enables developers to simplify and shape source code, making their code easier to read and less costly to maintain. What is Refactoring Refactoring describes the process of making many small changes… Read More