Click here to Skip to main content
Page 1 of 4
Page Size: 10 · 25 · 50


Category filtered by:  Database [x] | Database [x] | ADO.NET [x]
Article 5 May 2013   license: CPOL
This library is intended to "replace" ADO.NET by solving type mismatches and by creating typed readers that are faster and easier to use than DataTables.
Database » Database » Ado.Net
Article 2 Apr 2013   license: CPOL
This is the part 1 of a comparison on Data Access methods in the .NET environment.
Database » Database » Ado.Net
Tip/Trick 4 Mar 2013   license: CPOL
SQL helper utility for Data Access Layer.
Database » Database » Ado.Net
C#
Technical Blog 13 Feb 2013   license: CPOL
A function to remove and select unique records from a DataTable in C#.NET and return a clean and duplicate-free DataTable.
Database » Database » Ado.Net
Tip/Trick 18 Jan 2013   license: CPOL
I'll Try To Explain Some Methods of Datatables.
Database » Database » Ado.Net
Tip/Trick 8 Jan 2013   license: CPOL
This tip attempts to solve ProviderManifestToken issue
Database » Database » Ado.Net
Article 4 Jan 2013   license: CPOL
This article is a beginner's tutorial for understanding what are transactions and how can transactions be implemented using .Net framework and ADO.NET for any ASP.NET web application or any other database driven application.
Database » Database » Ado.Net
Article 11 Oct 2012   license: CPOL
Undo Redo with DbContext of Entity Framework
Database » Database » Ado.Net
Tip/Trick 20 Sep 2012   license: CPOL
A look into the five different overloads of the DataAdapter.Fill() method.
Database » Database » Ado.Net
Tip/Trick 30 Jul 2012   license: CPOL
How to bind a combobox with different columns from different DataTables.
Database » Database » Ado.Net
Technical Blog 30 Jul 2012   license: CPOL
Implementing Repository Pattern with EF4 POCO support.
Database » Database » Ado.Net
Article 25 Jul 2012   license: CPOL
This article tries to fit all levels of readers by covering both basic database concept and the practical tips for Entity Framework’s handling.
Database » Database » Ado.Net
Technical Blog 23 Jul 2012   license: CPOL
To bulk insert efficiently, the SqlBulkCopy class must be used.
Database » Database » Ado.Net
Tip/Trick 19 Jul 2012   license: CPOL
Traverse the full tree of the object through their relationship/navigation until I will reach to leaf.
Database » Database » Ado.Net
Technical Blog 12 Jul 2012   license: CPOL
A comparison of the two.
Database » Database » Ado.Net
Article 10 Jul 2012   license: CPOL
Sending a DataTable to a Stored Procedure using Table Valued Parameters.
Database » Database » Ado.Net
Technical Blog 9 Jul 2012   license: CPOL
Implementing an ADO.NET Profiler.
Database » Database » Ado.Net
Article 5 Jul 2012   license: CPOL
Implementing and using an INCLUDE method in classic ADO.NET.
Database » Database » Ado.Net
Tip/Trick 18 Jun 2012   license: CPOL
How to identify the cause of the DataSet Constraint Exception
Database » Database » Ado.Net
Article 7 Jun 2012   license: CPOL
This article will explain the class library I created and how you can use it in your code. The aim of this class library is to simplify coding of data access and/or manipulation by encapsulating the core components of ADO.NET.
Database » Database » Ado.Net
Article 18 Apr 2012   license: CPOL
This project implements caching of DataTables and provides functionality for testing performance.
Database » Database » Ado.Net
Article 6 Apr 2012   license: CPOL
A beginner's tutorial for understanding ADO.NET using a simple application.
Database » Database » Ado.Net
Tip/Trick 27 Mar 2012   license: CPOL
Using MigraDoc as an open source .NET library to export a DataTable to PDF.
Database » Database » Ado.Net
Article 20 Mar 2012   license: CPOL
Ado Dot Net Interview Question Part 1
Database » Database » Ado.Net
Article 15 Mar 2012   license: CPOL
General purpose class to fill some or all of the DataTables of strongly typed DataSet from DataBase and to save some or all of the DataTables to DataBase by creating TableAdapters using reflection.
Database » Database » Ado.Net
Article 26 Feb 2012   license: CPOL
A code first real life data model case
Database » Database » Ado.Net
Technical Blog 5 Jan 2012   license: CPOL
A high level overview of the ADO.NET object model and how VistaDB supports that model.
Database » Database » Ado.Net
Article 10 Dec 2011   license: CPOL
Basic CRUD methods with some other interesting features
Database » Database » Ado.Net
Article 18 Oct 2011   license: CPOL
Added property change notification and validation code to Microsoft’s VB.NET text transform files that create the POCO classes and DBConext class.
Database » Database » Ado.Net
Article 16 Oct 2011   license: CPOL
An article describing the best practices for Entity Framework performance.
Database » Database » Ado.Net
Article 31 Jul 2011   license: CPOL
Building an O/R Mapper: step 3.
Database » Database » Ado.Net
Article 19 Jul 2011   license: CPOL
A component that makes it easy to use Entity Framework in WinForms projects, including design-time binding support.
Database » Database » Ado.Net
Article 3 Jul 2011   license: CPOL
Provides a sample code for a simple test bench application and compares the performance of two most common embedded databases for .NET: Microsoft SQL CE 4.0 and SQLite.
Database » Database » Ado.Net
Article 15 May 2011   license: CPOL
This article presents an example on how to control the transaction isolation level in ADO.NET Entity Framework.
Database » Database » Ado.Net
Article 22 Mar 2011   license: CPOL
If you are having trouble connecting to a database using a program that uses an ADO.NET connector, this program is a great way to test it step by step.
Database » Database » Ado.Net
Article 4 Mar 2011   license: CPOL
An application that creates a C# class to read/write data to/from an Access, SQLite, or XML database.
Database » Database » Ado.Net
Article 21 Feb 2011   license: CPOL
This is a program for phone index to see how we can use the alphabetical English characters (A..Z) to search a customer name which begin with any character.
Database » Database » Ado.Net
Technical Blog 7 Feb 2011   license: CPOL
A look at unit testing data access when using Entity Framework code first
Database » Database » Ado.Net
Technical Blog 3 Feb 2011   license: CPOL
NOTE: This article was originally published on the VistaDB blog, but has been moved to this location permanently.Each of these items could be a blog post unto themselves, but I am going to try really hard to not be too verbose and just cover the core of the concept and why you need to do it.Data dri
Database » Database » Ado.Net
Technical Blog 20 Jan 2011   license: CPOL
EF Code First and WPF with the Chinook database. Part 1b – the provider
Database » Database » Ado.Net
Technical Blog 13 Jan 2011   license: CPOL
Introduction I am going to start a series of posts building a simple app using the Chinook database as a back-end and putting a WPF client on the front-end.  I am going to keep it loose as I don’t want to commit to blog posts that I may not get chance to complete so I [...]
Database » Database » Ado.Net
Article 8 Jan 2011   license: CPOL
Working around an Entity Framework exclusion of sql_variant
Database » Database » Ado.Net
Article 6 Jan 2011   license: CPOL
Select data from SQL databases into Excel spreadsheet, with headings and formatting
Database » Database » Ado.Net
Technical Blog 10 Oct 2010   license: CPOL
Some suggestions on how to let your application handle failover situations
Database » Database » Ado.Net
Article 8 Oct 2010   license: CPOL
This article is about the Light Object-Relational Mapping library.
Database » Database » Ado.Net
Technical Blog 7 Sep 2010   license: CPOL
How to change database schema, add or delete a field or table, be sure that new version of application will work correctly and existing users will not lose their data
Database » Database » Ado.Net
Technical Blog 18 Aug 2010   license: CPOL
This post will introduce the select N+1 pitfall and explain how to avoid it in Entity Framework.
Database » Database » Ado.Net
Technical Blog 11 Aug 2010   license: CPOL
One of the important tools in your tool arsenal when you develop with an ORM tool is a profiler. This is a review of EFProf.
Database » Database » Ado.Net
Technical Blog 8 Aug 2010   license: CPOL
The post shows how to combine Table Per Hierarchy and Entity Splitting methods
Database » Database » Ado.Net
Article 26 Jul 2010   license: CPOL
DefiningQueries are a very useful elements that you can use in Entity Framework in order to create views from the model against your database. The article will explain the DefiningQuery element.
Database » Database » Ado.Net

Page 1 of 4
1 2 3 4


Advertise | Privacy | Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid