https://www.developerfusion.com/t/ado.net/ Latest ADO.NET developer content from Developer Fusion 2011-07-19T11:04:28.00Z http://www.developerfusion.com/article/122498/using-sqlbulkcopy-for-high-performance-inserts/ Using SqlBulkCopy for high performance inserts 2011-07-19T11:04:28.00Z In the age of Object Relational Mapping frameworks (ORMs) it seems unusual to ever get 'close to the metal' when it comes to persisting data. However, when you need to squeeze the last ounce of performance out of your app - it can make sense to go under the covers. Mike Goatly http://www.developerfusion.com/book/89809/murachs-c-2010/ Murach's C# 2010 2011-02-22T12:48:58.00Z This is a self-paced, professional book that shows how to use Visual Studio 2010, C# 2010, and the .NET 4 classes to develop Windows Forms applications. It's an object-oriented book that shows how to use business classes, inheritance, and interfaces the way they're used in the real world. It's a database programming book that shows how to prototype professional database applications using RAD features like data sources, as well as how to start using ADO. Joel Murach http://www.developerfusion.com/article/84418/concurrency-handling-techniques-in-adonet/ Concurrency handling techniques in ADO.NET 2011-02-22T12:48:53.00Z Joydip Kanjilal looks at the problems caused by concurrency when accessing data, both online and offline, and how to overcome them. Joydip Kanjilal http://www.developerfusion.com/book/82969/professional-f-10/ Professional F# 1.0 2011-02-22T12:48:53.00Z In-depth coverage of Microsoft's new programming language-F# 2010F# is a new programming language from Microsoft, a fusion of object-oriented and functional approaches, which offers a number of new features and approaches to making software easier to write. Supported for the first time with Visual Studio 2010, F# is particularly ideal for software that needs to take full advantage of multicore processors, and this comprehensive book covers all aspects of this functional language. Ted Neward, Aaron Erickson, Talbott Crowell, Rick Minerich http://www.developerfusion.com/review/83506/ironpython-in-action/ IronPython In Action 2011-02-22T12:48:52.00Z Craig reviews IronPython In Action by Michael Foord and Christian Muirhead Craig Murphy http://www.developerfusion.com/book/17128/beginning-xml-with-c-2008-from-novice-to-professional/ Beginning XML with C# 2008: From Novice to Professional 2011-02-22T12:48:52.00Z Beginning XML with C# 2008 focuses on XML and how it is used within .NET 3.5. As you’d expect of a modern application framework, .NET 3.5 has extensive support for XML in everything from data access to configuration, from raw parsing to code documentation. This book demystifies all of this. It explains the basics of XML as well as the namespaces and objects you need to know in order to work efficiently with XML. Bipin Joshi http://www.developerfusion.com/news/7882/visual-studio-2008-sp1-released/ Visual Studio 2008 SP1 Released 2011-02-22T12:48:51.00Z Entity Framework finally makes it out the door James Crowley http://www.developerfusion.com/media/8527/adonet-20-interview-with-wally-mcclure/ ADO.NET 2.0 : Interview with Wally McClure 2011-02-09T18:07:47.00Z Learn about the most important features of ADO.NET 2.0 for you! Catch up with Craig Shoemaker and Wally McClure as they discuss the 'evolution' in ADO, not the 'revolution' in the framework. James Crowley http://www.developerfusion.com/code/5445/sql-data-provider-vbnet-class/ SQL Data Provider VB.NET Class 2011-02-09T18:07:45.00Z This class includes some useful methods for working with Misrosoft SQL Server in .NET simply and quickly. http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ High-Performance .NET Application Development & Architecture 2011-02-09T18:07:45.00Z This article demonstrates the art of creating and architecting high-performance and scalable .NET applications, covering all stages, from planning to development and their perspective best practices. Dimitrios Markatos http://www.developerfusion.com/article/5292/datagridgridview-paging-and-sorting-using-a-datareader/ DataGrid/GridView Paging and Sorting Using A DataReader 2011-02-09T18:07:45.00Z This article will demonstrate two ways one could implement the DataReader to bind a DataGrid, that includes caching, paging and persistent bi-directional sorting, all without the use of a DataAdapter/DataSet at all, and includes ASP.NET 2.0 GridView version! Dimitrios Markatos http://www.developerfusion.com/code/5282/transactions-made-easy-with-net-20/ Transactions made easy with .NET 2.0 2011-02-09T18:07:45.00Z One of the more significant improvement in .NET 2.0 is the transactions area. Now with a single line it becomes extremely easy to support transactional code blocks using the concept of “ambient” transaction thanks to TransactionScope in the System.Transactions namespace. Xavier Larrea http://www.developerfusion.com/code/5264/database-independent-adonet-20/ Database Independent ADO.NET 2.0 2011-02-09T18:07:45.00Z ADO.NET 2 has new classes that makes it quite easy to write data-programs independent of the database engine. Learn how here. Xavier Larrea http://www.developerfusion.com/article/5258/selecting-confirming-deleting-multiple-checkbox-items-in-a-datagridgridview-part-2-maintaining-checkbox-state-acr/ Selecting, Confirming & Deleting Multiple Checkbox Items In A DataGrid/GridView - Part 2: Maintaining CheckBox State Acr 2011-02-09T18:07:44.00Z In this article, we will examine how to create a fully functional DataGrid and GridView in .NET 2.0 with all the features you'd find set up on Hotmail, Yahoo, and AOL Mail, and further demonstrate how you can multi-select items across pages and batch delete them all. Dimitrios Markatos http://www.developerfusion.com/article/4703/filtering-and-sorting-in-adonet/ Filtering and Sorting in ADO.NET 2011-02-09T18:07:44.00Z ADO.NET supports many ways to manage memory-resident data returned in a DataSet. This example demonstrates how to use the additional functionality exposed by ADO.NET to sort and filter data. Martin Zahn http://www.developerfusion.com/code/4638/how-to-run-through-multiple-datareader-results/ How to run through multiple DataReader results 2011-02-09T18:07:44.00Z You can save code by piling SQL statements into one SqlCommand and then getting a DataReader with multiple result sets. Edward Tanguay http://www.developerfusion.com/code/4596/how-to-access-a-mysql-database-with-net/ How to access a MySQL database with .NET 2011-02-09T18:07:43.00Z Demonstrates how to connect to a MySQL database with C#. Edward Tanguay http://www.developerfusion.com/article/4278/using-adonet-with-sql-server/ Using ADO.NET with SQL Server 2011-02-09T18:07:43.00Z An extensive examination of using ADO.NET to access SQL Server databases, from establishing connections and executing stored procedures, to connection pools, data readers and data sets. James Crowley http://www.developerfusion.com/article/4410/in-depth-aspnet-using-adonet/ In Depth ASP.NET using ADO.NET 2011-02-09T18:07:43.00Z In this article we will discuss a number of ways to retrieve, show, and update data with ASP.NET forms using ADO.NET. Also, we will have a clear idea about the most common server controls in ASP.NET. In particular, with this article we will cover ASP.NET server controls, ADO.NET DataSource, and creating Templated DataBound Controls, ASP.NET forms, using data with controls. John Godel John Godel http://www.developerfusion.com/code/4391/how-to-delete-records-with-sqlcommand/ How to delete records with SqlCommand 2011-02-09T18:07:43.00Z This code shows you how to delete records with an SQL statement and get the number of records deleted returned back as an integer. Edward Tanguay