リンク: Brett Johnson – Visual Studio 2005 Cache Visualizer. The ASP.NET Cache represents a collection of objects that are being stored for later use. Each object has some settings wrapped around it, such as how long it will be cached for or any cache dependencies. There is no easy way while debugging to get an… Read More


リンク: 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


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


リンク: .Net like Access(V1) – The Code Project – C# Database. Introduction Every programmer has a big dream “Programming without code”, practically a lot of database tools offer programming without code, the best 2 tools that I tried are, Microsoft Access and PowerBuilder. if you developed applications using Microsoft Access, you will understand that developing… Read More