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


リンク: VB テクニック編14 – 動的コントロール追加、クリスタルレポート印刷 – SAK Streets. ■クリスタルレポート印刷   ・クリスタルレポート(Crystal Reports) で印刷する場合、データコントロー     ルとのオートメーションを使用するか、クリスタルレポートでレコードセッ     トを作成するか選択できる。   ・定義帳票パターンを使用するには、次の ReportSource = 0 ‘crptReport に     設定して、クリスタルレポートでレコードセットを作成する。     但し、ODBC アクセスなどのリモートデータベースでないと、     Report1.SQLQuery は指定できない。     (MDB を普通に参照して、クリスタルレポートでレコードセットを作成する     場合の例は、中程に別途サンプルコードがあります。)     MDB でも、ODBC 経由でアクセスすれば、Oracle や SQL-Server と同じに     次のコードが使用できる。… Read More


同じ IIS プロセスで、異なる 2 つのバージョンの ASP.NET を実行することはできません。サーバーを再構成して、異なるプロセスでアプリケーションを実行するには、IIS 管理ツールを使用してください。 問題の解決方法: From:http://msdn.microsoft.com/library/ja/default.asp?url=/library/ja/cpguide/html/cpconconfiguringaspnetapplicationforaspnetversion.asp      MSDN Japan Home >  MSDN Library Japan >  .NET Framework >  アプリケーションの構築 >  ASP.NET Web アプリケーションの作成 >  ASP.NET での side-by-side 実行のサポート .NET Framework 開発者ガイド    ASP.NET バージョン用の ASP.NET アプリケーションの構成   既 定では、既に .NET Framework がインストールされているコンピュータに新しいバージョンの .NET Framework をインストールすると、すべての ASP.NET アプリケーションは自動的にこのバージョンの .NET Framework を使用するように更新されます。例外は、互換性のないバージョンのランタイムにバインドされているアプリケーションや、ランタイムの以降のバージョンにバ… Read More