Open Source .NET Development [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Open Source .NET Development [Electronic resources] - نسخه متنی

Brian Nantz

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


PostgreSQL ADO.NET Data Providers


Chapter 2. NPgSql also supports ADO.NET connection pooling, as shown in Figure 10-5.

Figure 10-5. ADO.NET Connection Pooling.

[View full size image]

The NPgSql team chose to use both NAnt and NUnit for their development. The only feature left to evaluate is the useability of the API, which leads to the next section on Examples. Using NPgSql is intuitive and fits very well into ADO.NET. All of the NPgSql commands behave exactly as you would expect with the System.Data classes. Except for the integration with integrated development environments like Visual Studio.Net and #Develop, which let you drag and drop SQLConnections and wizards to configure SqlDataAdapters, using NPgSql classes is exactly the same as using the System.Data.SqlClient or System.Data.OleDb classes. A good example is needed to illustrate the ease of use of NPgSql.


    / 275