ADO.NET Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/ado.net/tutorials/sort/popularity/ ADO.NET Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Tue, 19 Jul 2011 10:43:00 GMT Creating a database connection Creating connections and all your data objects are really easy Design-Time, but what if you need it for runtime? Here's how. http://www.developerfusion.com/article/2459/creating-a-database-connection/ http://www.developerfusion.com/article/2459/creating-a-database-connection/ Mon, 28 Oct 2002 12:17:00 GMT Tony Ho Concurrency handling techniques in ADO.NET Joydip Kanjilal looks at the problems caused by concurrency when accessing data, both online and offline, and how to overcome them. http://www.developerfusion.com/article/84418/concurrency-handling-techniques-in-adonet/ http://www.developerfusion.com/article/84418/concurrency-handling-techniques-in-adonet/ Thu, 23 Sep 2010 10:54:00 GMT Joydip Kanjilal Using MySQL with .NET 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. http://www.developerfusion.com/article/4635/using-mysql-with-net/ http://www.developerfusion.com/article/4635/using-mysql-with-net/ Thu, 09 Sep 2004 08:34:00 GMT cardinals33 Introduction to Microsoft's .NET Platform 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. http://www.developerfusion.com/article/3684/introduction-to-microsofts-net-platform/ http://www.developerfusion.com/article/3684/introduction-to-microsofts-net-platform/ Tue, 01 Jul 2003 00:00:00 GMT Nakul Goyal Using ADO.NET, XML & XSL to generate HTML Automate you website updates to avoid hours of tedious work with your HTML editor. http://www.developerfusion.com/article/2021/using-adonet-xml-xsl-to-generate-html/ http://www.developerfusion.com/article/2021/using-adonet-xml-xsl-to-generate-html/ Thu, 28 Feb 2002 09:07:00 GMT Bill Burris High-Performance .NET Application Development & Architecture 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. http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ Wed, 15 Feb 2006 15:25:00 GMT Dimitrios Markatos What's new in System.Xml 2.0 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. http://www.developerfusion.com/article/5199/whats-new-in-systemxml-20/ http://www.developerfusion.com/article/5199/whats-new-in-systemxml-20/ Mon, 30 Jan 2006 11:01:00 GMT Alex Homer DataGrid/GridView Paging and Sorting Using A DataReader 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! http://www.developerfusion.com/article/5292/datagridgridview-paging-and-sorting-using-a-datareader/ http://www.developerfusion.com/article/5292/datagridgridview-paging-and-sorting-using-a-datareader/ Thu, 26 Jan 2006 15:07:00 GMT Dimitrios Markatos Selecting, Confirming & Deleting Multiple Checkbox Items In A DataGrid (i.e. HotMail & Yahoo) 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. http://www.developerfusion.com/article/4632/selecting-confirming-deleting-multiple-checkbox-items-in-a-datagrid-ie-hotmail-yahoo/ http://www.developerfusion.com/article/4632/selecting-confirming-deleting-multiple-checkbox-items-in-a-datagrid-ie-hotmail-yahoo/ Wed, 14 Apr 2004 06:43:00 GMT Dimitrios Markatos Selecting, Confirming & Deleting Multiple Checkbox Items In A DataGrid/GridView - Part 2: Maintaining CheckBox State Acr 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. http://www.developerfusion.com/article/5258/selecting-confirming-deleting-multiple-checkbox-items-in-a-datagridgridview-part-2-maintaining-checkbox-state-acr/ http://www.developerfusion.com/article/5258/selecting-confirming-deleting-multiple-checkbox-items-in-a-datagridgridview-part-2-maintaining-checkbox-state-acr/ Fri, 20 Jan 2006 12:58:00 GMT Dimitrios Markatos Filtering and Sorting in ADO.NET 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. http://www.developerfusion.com/article/4703/filtering-and-sorting-in-adonet/ http://www.developerfusion.com/article/4703/filtering-and-sorting-in-adonet/ Tue, 21 Jun 2005 22:51:00 GMT Martin Zahn Retrieving HTTP content in .NET 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. http://www.developerfusion.com/article/4637/retrieving-http-content-in-net/ http://www.developerfusion.com/article/4637/retrieving-http-content-in-net/ Fri, 17 Dec 2004 13:47:00 GMT Rick Strahl Introducing a post-relational database for .NET 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. http://www.developerfusion.com/article/4564/introducing-a-postrelational-database-for-net/ http://www.developerfusion.com/article/4564/introducing-a-postrelational-database-for-net/ Fri, 19 Mar 2004 18:35:00 GMT John Sasak Using ADO.NET with SQL Server 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. http://www.developerfusion.com/article/4278/using-adonet-with-sql-server/ http://www.developerfusion.com/article/4278/using-adonet-with-sql-server/ Mon, 16 Feb 2004 15:41:00 GMT James Crowley In Depth ASP.NET using ADO.NET 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 http://www.developerfusion.com/article/4410/in-depth-aspnet-using-adonet/ http://www.developerfusion.com/article/4410/in-depth-aspnet-using-adonet/ Mon, 09 Feb 2004 09:09:00 GMT John Godel An Introduction to VB.NET and Database Programming 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. http://www.developerfusion.com/article/4286/an-introduction-to-vbnet-and-database-programming/ http://www.developerfusion.com/article/4286/an-introduction-to-vbnet-and-database-programming/ Mon, 12 Jan 2004 15:59:00 GMT Chas Profitt Building XML Web Services Using C# and ASP.NET 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. http://www.developerfusion.com/article/3114/building-xml-web-services-using-c-and-aspnet/ http://www.developerfusion.com/article/3114/building-xml-web-services-using-c-and-aspnet/ Mon, 02 Dec 2002 12:25:00 GMT James Yang SMTP Mailing Application This is an article on how to use the Mail Components in .NET to create a simple application to send e-mail. http://www.developerfusion.com/article/1772/smtp-mailing-application/ http://www.developerfusion.com/article/1772/smtp-mailing-application/ Sat, 20 Oct 2001 09:09:00 GMT Mike Gold Using SqlBulkCopy for high performance inserts 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. http://www.developerfusion.com/article/122498/using-sqlbulkcopy-for-high-performance-inserts/ http://www.developerfusion.com/article/122498/using-sqlbulkcopy-for-high-performance-inserts/ Tue, 19 Jul 2011 10:43:00 GMT Mike Goatly