https://www.developerfusion.com/t/database/tutorials/sort/popularity/ Database Tutorials & Articles from Developer Fusion 2011-01-14T13:37: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/5371/visual-basic-60-exporting-a-datareport-to-microsoft-word/ Visual Basic 6.0 - Exporting a DataReport to Microsoft Word 2006-02-11T00:32:00.00Z This article is a simple yet effective way to export a DataReport to MIcrosoft Word using the DataEnvironment and DataReport. This walk-through starts with creating a simple database in Microsoft Access and then creating a User Interface in Visual Basic 6.0. conwayjd http://www.developerfusion.com/article/84468/linq-to-log-files/ LINQ to log files 2011-01-14T13:37:00.00Z Running LINQ queries over databases gets all the limelight, but Jon Skeet reminds us of it's possibilities over object graphs too. Jon Skeet http://www.developerfusion.com/article/84435/activerecord-for-ruby-and-rails/ ActiveRecord for Ruby and Rails 2010-07-16T10:07:00.00Z Kevin Jones explains how ActiveRecord works in Rails, and in a standalone Ruby application. Kevin Jones http://www.developerfusion.com/article/7556/new-c-30-language-features/ New C# 3.0 Language Features 2008-02-28T21:26:00.00Z Learn about some of the new features in C# 3.0 including automatic properties, collection initializers, extension methods, lambda expressions and anonymous types. Scott Guthrie 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/30/visual-basic-tutorial/ VB 6 Tutorial 2001-07-14T23:00:00.00Z Completely new to Visual Basic? Overwhelmed with the confusing instructions? Read this tutorial and get a head start - learn what VB is, what you can do with it, how much it costs, and how to get star James Crowley http://www.developerfusion.com/article/84298/linqing-to-xml/ LINQ-ing to XML 2010-07-23T09:22:00.00Z XML, which is all about tree structures, and LINQ, which is all about querying collections, might not seem to fit together, but Mike James explains that they work together just fine. Mike James http://www.developerfusion.com/article/9397/iterator-blocks-in-c-2-autogenerated-state-machines/ Iterator blocks in C# 2: auto-generated state machines 2008-12-03T11:50:00.00Z Ever wondered how the magic "yield" statement works? Jon Skeet digs into the inner workings of C# 2.0 and how this innocuous statement gets you a whole load of "free" generated code for your iterators. Jon Skeet http://www.developerfusion.com/article/84431/slobbing-about-with-net/ SLOBbing about with .NET 2010-11-22T12:26:00.00Z Persisting objects is all about SLOB (serialized large objects), or so says Dave Wheeler who explains how it's now all so much easier. Dave Wheeler http://www.developerfusion.com/article/4667/how-to-access-outlook-and-post-to-a-blog-using-c/ How to access Outlook and post to a blog using C# 2005-02-11T13:52:00.00Z An article for all those like Robert Scoble who would like to be able to drag and drop an item to a folder in their Outlook and post it instantly to their Blog. We also briefly cover web services and talking to Outlook. Simon Soanes http://www.developerfusion.com/article/3905/uploading-images-to-a-database/ Uploading Images to a Database 2003-08-01T06:40:00.00Z Learn how to allow a user to upload an image to your server and store the binary data in a Microsoft SQL database. Dave Wanta http://www.developerfusion.com/article/84513/rails-an-introduction/ Rails: an introduction 2010-11-02T10:11:00.00Z Ever wondered what “Rails” is all about? Kevin Jones explains what it is and why it's important. Kevin Jones http://www.developerfusion.com/article/78919/the-next-generation-of-web-development/ The Next Generation Of Web Development 2009-01-01T00:00:00.00Z Where is Web Development moving to in the future? James Crowley http://www.developerfusion.com/article/4033/using-ado-in-c/ Using ADO in C++ 2003-09-16T12:15:00.00Z An introduction to using ADO in C++ - its far simpler than you'd think! Randy Charles Morin http://www.developerfusion.com/article/84417/rails-mvc-and-routing/ Rails MVC and routing 2010-11-02T11:33:00.00Z Kevin Jones thinks that the key idea in Rails is routing. See how this fits in with the MVC pattern and find out more about Rails by reading on. Kevin Jones http://www.developerfusion.com/article/3933/retrieving-images-from-a-database/ Retrieving Images from a Database 2003-08-12T06:47:00.00Z Learn how to retrieve binary data from a database, and stream it directly to a client via a browser. Dave Wanta 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/1948/creating-a-newsletter-system/ Creating a Newsletter system 2002-02-20T08:40:00.00Z This tutorials will show you how to create a fully automated system to allow visitors to subscribe and unsubscribe to your newsletter, and for administrators to send out a newsletter to all the registered users. Pablo Varando http://www.developerfusion.com/article/4078/reading-storing-and-transforming-xml-data-in-net/ Reading, Storing and Transforming XML Data in .NET 2003-10-07T11:14:00.00Z This article illustrates a mixture of common .NET methods for formatting and presenting in a readable fashion any XML document you may encounter. The latest hype with XML Web Services and even the .NET Framework itself relies on XML as its backbone, therefore this is no light matter. Dimitrios Markatos