Latest Articles in the Category ADO.NET

Your very first NHibernate application – Part 3

Gabriel Schenker, Sep 01, 2009
Views: 9376 Avg Rating: 0/5 Votes: 0 Comments: 3

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: 17067 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: 26856 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: 3965 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: 24070 Avg Rating: 4/5 Votes: 8 Comments: 37

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: 3187 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: 24099 Avg Rating: 5/5 Votes: 2 Comments: 6

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: 26991 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: 22565 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: 30145 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: 31348 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