https://www.developerfusion.com/t/sql/tutorials/ SQL Tutorials & Articles from Developer Fusion 2012-05-11T12:21:00.00Z http://www.developerfusion.com/article/143031/building-your-first-data-cube/ Building Your First Data Cube 2012-05-11T12:21:00.00Z In this extract from Beginning Microsoft SQL Server 2012 Programming, the authors demonstrate how to create a 'simple' OLAP cube using the AdventureWorks database as the data source Dan Maharry http://www.developerfusion.com/article/124751/to-the-cloud-moving-red-gate-tools-to-sql-azure/ To The Cloud: Moving Red Gate Tools to SQL Azure 2011-08-23T20:04:00.00Z Roger Hart looks back at Red Gate's inclusion of SQL Azure into its database applications, the issues they encountered and the solutions they created Roger Hart 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 http://www.developerfusion.com/article/121561/integrating-active-directory-into-azure/ Integrating Active Directory Into Azure 2011-07-04T12:29:00.00Z The most common giveaway a user experiences when an enterprise application has been moved to the cloud is the sudden appearance of a username/password dialogue box. Steve Plank http://www.developerfusion.com/article/120197/using-the-queuing-service-in-windows-azure/ Using the Queuing Service in Windows Azure 2011-06-02T08:56:00.00Z We introduce one of the simplest services in Azure to get to grips with - the message queue service Brian Prince http://www.developerfusion.com/article/119329/overview-of-windows-azure/ Introduction to Windows Azure - What you should know 2011-05-17T14:51:00.00Z Neil Mackenzie looks at where Windows Azure fits among the various cloud computing offerings in the wild today, and also at the four key areas of Azure that new developers will need to be aware of when they start their first project. Neil Mackenzie 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/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/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/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/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/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/9794/domain-driven-design-a-step-by-step-guide-part-1/ Domain Driven Design: A Step by Step Guide - Part 1 2009-02-13T11:02:00.00Z There is a lot of interest in DDD recently, both in the book, and in the methodology, and in the buzzword. Casey aims to clear up the confusion and start to demystify it. Casey Charlton 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/78920/the-need-for-partnership-as-a-small-business/ The Need for Partnership as a Small Business 2009-01-01T00:00:00.00Z Combine forces and be stronger as a small business James Crowley http://www.developerfusion.com/article/9409/rails-an-introduction/ Rails: an introduction 2008-12-08T11:05:00.00Z You've heard the hype - but not given it a shot yet? Kevin Jones explains the background of MVC, DRY and TDD and how to get started with your first Ruby on Rails web app! Kevin Jones 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/8325/spatial-data-in-sql-server-2008/ Spatial data in SQL Server 2008 2008-10-22T16:11:00.00Z Jason takes you back to those high school geometry lessons and demonstrates how to take advantage of the new geospatial and geometric data types in SQL Server 2008. Jason Follas http://www.developerfusion.com/article/8288/bluffers-guide-to-c-3/ Bluffer's Guide to C# 3 2008-10-13T14:00:00.00Z Pretend you know what you're talking about in suitably geeky company. More seriously, it will give you a very rough overview to give some context if you choose to investigate a particular feature further. Jon Skeet http://www.developerfusion.com/article/8250/linq-to-objects-for-the-net-developer/ LINQ to Objects for the .NET developer 2008-10-08T15:17:00.00Z Mike James explains that LINQ isn’t just for SQL programmers but is usable by every .NET developer. Learn how take the power of LINQ queries to your every-day coding through the lowly IEnumerable interface. Mike James