https://www.developerfusion.com/t/ado.net/tutorials/sort/popularity/ ADO.NET Tutorials & Articles from Developer Fusion 2011-07-19T10:43:00.00Z http://www.developerfusion.com/article/2459/creating-a-database-connection/ Creating a database connection 2002-10-28T12:17:00.00Z Creating connections and all your data objects are really easy Design-Time, but what if you need it for runtime? Here's how. Tony Ho http://www.developerfusion.com/article/84418/concurrency-handling-techniques-in-adonet/ Concurrency handling techniques in ADO.NET 2010-09-23T10:54:00.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/article/4635/using-mysql-with-net/ Using MySQL with .NET 2004-09-09T08:34:00.00Z Ever wanted to combine the power and ease of the .NET platform with a free database like MySQL? Well thanks to ODBC database functions in ADO.NET it's really easy. This article shows how. cardinals33 http://www.developerfusion.com/article/3684/introduction-to-microsofts-net-platform/ Introduction to Microsoft's .NET Platform 2003-07-01T00:00:00.00Z ASP.NET is not just another upgrade or the next version of ASP. It is a unified web development platform that provides necessary services for developers to build Enterprise Web based Applications. ASP.NET allows you to use a full featured programming language such as C# or VB.NET to build web applications easily. Nakul Goyal http://www.developerfusion.com/article/2021/using-adonet-xml-xsl-to-generate-html/ Using ADO.NET, XML & XSL to generate HTML 2002-02-28T09:07:00.00Z Automate you website updates to avoid hours of tedious work with your HTML editor. Bill Burris http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ High-Performance .NET Application Development & Architecture 2006-02-15T15:25:00.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/5199/whats-new-in-systemxml-20/ What's new in System.Xml 2.0 2006-01-30T11:01:00.00Z Just as XML itself has evolved, so the XML related classes in .NET Framework 2.0 have changed. Alex Homer finds out what's different. Alex Homer http://www.developerfusion.com/article/5292/datagridgridview-paging-and-sorting-using-a-datareader/ DataGrid/GridView Paging and Sorting Using A DataReader 2006-01-26T15:07:00.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/article/4632/selecting-confirming-deleting-multiple-checkbox-items-in-a-datagrid-ie-hotmail-yahoo/ Selecting, Confirming & Deleting Multiple Checkbox Items In A DataGrid (i.e. HotMail & Yahoo) 2004-04-14T06:43:00.00Z In this article, we will examine how to create a fully functional DataGrid with all the features you'd find set up on Hotmail or Yahoo. As an added bonus we'll be performing all of our data tasks strictly utilizing Microsoft's new Data Access Application Block or DAAB v2. Dimitrios Markatos 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 2006-01-20T12:58:00.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 2005-06-21T22:51:00.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/article/4637/retrieving-http-content-in-net/ Retrieving HTTP content in .NET 2004-12-17T13:47:00.00Z This article discusses the .NET WebRequest and WebResponse classes used to retrieve HTTP content over the Web in detail. In the process a number of related .NET development issues are described including stream handling, string encoding, using delegates, implementing events and creating new threads to run HTTP requests simultaneously. Rick Strahl http://www.developerfusion.com/article/4564/introducing-a-postrelational-database-for-net/ Introducing a post-relational database for .NET 2004-03-19T18:35:00.00Z This is a step by step guide for a post-relational database for .NET, Matisse. The article is aiming at helping developers quickly evaluate this alternative solution as .NET database when they face problems of productivity, flexibility, extensibility, or maintainability. John Sasak http://www.developerfusion.com/article/4278/using-adonet-with-sql-server/ Using ADO.NET with SQL Server 2004-02-16T15:41:00.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 2004-02-09T09:09:00.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/article/4286/an-introduction-to-vbnet-and-database-programming/ An Introduction to VB.NET and Database Programming 2004-01-12T15:59:00.00Z I am a beginner. I wanted to share some experiences with other beginners. The next few articles that come from my keyboard will be about my experience with teaching myself to develop applications in VB.NET. Chas Profitt http://www.developerfusion.com/article/3114/building-xml-web-services-using-c-and-aspnet/ Building XML Web Services Using C# and ASP.NET 2002-12-02T12:25:00.00Z The term web service has been used quite frequently lately: you hear people saying how good web services are and how they will dominate the future of software development, but what exactly are web services and how can we create them? In this article James shows us how to build two web services and also unravels all of the lingo surrounding web services. James Yang http://www.developerfusion.com/article/1772/smtp-mailing-application/ SMTP Mailing Application 2001-10-20T09:09:00.00Z This is an article on how to use the Mail Components in .NET to create a simple application to send e-mail. Mike Gold http://www.developerfusion.com/article/122498/using-sqlbulkcopy-for-high-performance-inserts/ Using SqlBulkCopy for high performance inserts 2011-07-19T10:43:00.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