Latest Articles in the Category ADO.NET

Sort by: Most Comments | Avg Rating | Most Ratings | Cancel Sort

Your very first NHibernate application – Part 3

Gabriel Schenker, Sep 01, 2009
Views: 13,159 Avg Rating: 0/5 Votes: 0 Comments: 4

In this part of the series about NHibernate and its sister product Fluent NHibernate, Gabriel Schenker introduces the auto mapping feature of Fluent NHibernate.

Your very first NHibernate application – Part 2

Gabriel Schenker, Apr 16, 2009
Views: 22,279 Avg Rating: 4/5 Votes: 2 Comments: 11

In this second part Gabriel Schenker continues his overview of the NHibernate OR/M.

Your very first NHibernate application – Part 1

Gabriel Schenker, Apr 08, 2009
Views: 35,653 Avg Rating: 5/5 Votes: 3 Comments: 23

In this series of articles Gabriel Schenker want to show and discuss which pieces are needed to successfully write an application based on NHibernate and Fluent NHibernate.

Book Review: Entity Framework Tutorial

Alessandro Gallo, Feb 16, 2009
Views: 4,709 Avg Rating: 0/5 Votes: 0 Comments: 0

Review of the book “Entity Framework Tutorial” by Joydip Kanjilal

Managing Entity Framework ObjectContext lifespan and scope in n-layered ASP.NET applications

Jordan Van Gogh, Dec 23, 2008
Views: 33,019 Avg Rating: 4/5 Votes: 8 Comments: 39

Jordan van Gogh describes a way to manage ObjectContext lifespan and scope in the Business Logic Layer (BLL) of a small to medium sized ASP.NET web application.

Modeling domains with The Entity Data Model

Patrik Löwendahl, Oct 31, 2008
Views: 3,542 Avg Rating: 0/5 Votes: 0 Comments: 0

Patrick Loewendahl talks about modeling domains with the Entity Data Model.

Bulk Operations Using Oracle Data Provider for .NET (ODP.NET)

Chinh Do, Oct 31, 2007
Views: 29,082 Avg Rating: 5/5 Votes: 2 Comments: 9

Chinh Do describes techniques to improve application performance with bulk operations using ODP.NET.

Mapping DataSet to XML and backwards

Xun Ding, Sep 10, 2007
Views: 33,492 Avg Rating: 4/5 Votes: 1 Comments: 5

This article illustrates the translation to and from an ADO .NET DataSet and XML.

Two-way data binding in 3-Tier web application

Eric Popivker, Nov 24, 2006
Views: 24,578 Avg Rating: 5/5 Votes: 1 Comments: 0

In this article I would like to examine two-way data-binding in 3-tier web application and how using XLib library can substantially decrease the amount of data-binding code without compromising the amount of control you have over it. I start by describing the ways data flow has been handled in 3-tier applications and how XLib improves upon it.

Managing Transactions using TransactionScope

Muhammad Mosa, Oct 06, 2006
Views: 36,393 Avg Rating: 3/5 Votes: 2 Comments: 4

A transaction is a unit of work. You use transactions to ensure the consistency and integrity of a database. If a transaction is successful, all of the data modifications performed during the transaction are committed and made permanent. If an error occurs during a transaction, you can roll back the transaction to undo the data modifications that occurred during the transaction.

SqlBulkCopy in ADO.NET 2.0

Keyvan Nayyeri, Sep 27, 2006
Views: 35,896 Avg Rating: 0/5 Votes: 0 Comments: 0

SqlBulkCopy is a new feature in ADO.NET 2.0 that lets you to perform copy operation for a large amount of data between a source data store and a destination data table. In this article Keyvan introduces this new feature in .NET 2.0 and shows a sample application in action.

Product Spotlight