.NET news » Search results

Search results for query "ado.net" (12):

Entity Framework: Code First in the ADO.NET Entity Framework 4.1

The latest version of the Entity Framework includes two new main features: the DbContext API and the Code First development pattern. We show you how to use these to develop applications, starting with the basics and moving on to more advanced techniques.

nHydrate ADO.NET Generator

How to use the nHydrate ADO.NET generator and keep your database in sync
2011-02-19 19:08:00   Source: nHydrate ADO.NET Generator   Tags: Database

ASP.NET MVC & the ADO.NET Entity Framework

Both ASP.NET MVC and the ADO.NET Entity Framework are both very popular topics right now in the developer community.Having spoken at various user group meeting and code camps it is very obvious to me what topics a lot of developers are interested in. I see that sessions about ASP.NET MVC or the Entity Framework are always packed with developers eager for more information. The focus of this article is the Entity Framework, but in the context of an ASP.NET MVC application. As such, I am assuming at least basic understanding of ASP.NET MVC but little-to-none with Entity Framework.

2010-08-22 19:00:00   Source: ASP.NET MVC & the ADO.NET Entity...   Tags: ASP.NET

A small ADO.NET library with some ORM capabilities

Basic CRUD methods with some other interesting features
2010-04-05 17:14:00   Source: A small ADO.NET library with some...   Tags: Database

ADO.NET vNext Part 2: Using the Object Services Layer

The Entity Data Model and ADO.NET vNext let you deal with tabular data as objects, eliminating much of the effort endemic to older data-retrieval and modification code.
2006-12-08 12:04:48   Source: ADO.NET vNext Part 2: Using the...   Tags: Database

Concurrent model in ADO.NET, ways those allow to negotiate disconnected model restrictions

The most popular instrument to access database data for .NET applications is ADO.NET. This set of components contains three main classes those are used to manipulate and store data: DataReader, DataSet and DataAdapter. DataReader is only able to read data and can't work as data source for data-aware components like DataGridView; DataSet provides all interfaces to be a data source but disconnected model considers some restrictions that can become important for some kind of applications, especially for desktop programs that work under multiuser concurrent environment and change database data actively. Below we consider main restrictions and popular ways to solve them; non standard solutions are considered also.
2006-12-06 06:25:09   Source: Concurrent model in ADO.NET, ways...   Tags: Database

Take a Leap Forward with ADO.NET vNext (Part 1)

ADO.NET vNext is a leap forward in database programming, using mapping files to isolate your applications from relational database schema changes, and letting you choose whether to deal with data directly as objects or as tabular data.
2006-11-03 13:18:08   Source: Take a Leap Forward with ADO.NET...   Tags: Database

System.Transactions and ADO.NET 2.0

If you use DataAdapters and love their automatic connection-opening and closing capabilities—and ever use transactions, you should first understand what's really going on underneath the covers.
2006-06-10 21:56:55   Source: System.Transactions and ADO.NET 2.0   Tags: Database

System.Transactions and ADO.NET 2.0

Data is the blood in your system; it sits in its comfortable home of a database, and camps out in the tent of XML, but it deserves to be worked with in a reliable and consistent manner.But why should only data-related operations be reliable? Shouldn't you want to write reliable code for your other operations? The introduction of System.Transactions in .NET 2.0 brings a paradigm shift of how you will write reliable transactional code on the Windows platform. This article dives deep in the depths of how System.Transactions works, and how you can use it to your advantage. You will also see how you can leverage existing System.Transactions integration within ADO.NET, and why you need to really understand what is under the magic carpet.
2006-04-20 19:00:00   Source: System.Transactions and ADO.NET 2.0   Tags: Database

The Baker's Dozen: 13 Productivity Tips for ADO.NET 2.0

This installment of "The Baker's Dozen" presents a variety of tips and techniques to become productive with data handling techniques using ADO.NET 2.0 in Visual Studio 2005.
‹ Previous12Next ›