RIA & Web Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/ria/tutorials/sort/popularity/ RIA & Web Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Thu, 24 Feb 2011 12:41:00 GMT C# 4.0 goes dynamic - a step too far? Is C# in danger of too much change? Mike James ponders the implications of dynamic types in C http://www.developerfusion.com/article/9789/c-40-goes-dynamic-a-step-too-far/ http://www.developerfusion.com/article/9789/c-40-goes-dynamic-a-step-too-far/ Thu, 12 Feb 2009 13:54:00 GMT Mike James Visual Basic 6.0 - Exporting a DataReport to Microsoft Word 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. http://www.developerfusion.com/article/5371/visual-basic-60-exporting-a-datareport-to-microsoft-word/ http://www.developerfusion.com/article/5371/visual-basic-60-exporting-a-datareport-to-microsoft-word/ Sat, 11 Feb 2006 00:32:00 GMT conwayjd Introducing Visual Studio .NET 2008 - Top 10 Features After a long beta period, Visual Studio .NET 2008 is finally on general release. There are a ton of new features and enhancements in this release that make it almost a no-brainer to upgrade - I thought I’d take a moment and list my top ten favorites in no particular order. http://www.developerfusion.com/article/7633/introducing-visual-studio-net-2008-top-10-features/ http://www.developerfusion.com/article/7633/introducing-visual-studio-net-2008-top-10-features/ Wed, 26 Mar 2008 20:59:00 GMT Mark Smith Documentation made easy with C# and XML Of course you want to document your code, but how many of us do? Mike James thinks that coding and documenting can go hand-in-hand. http://www.developerfusion.com/article/84436/documentation-made-easy-with-c-and-xml/ http://www.developerfusion.com/article/84436/documentation-made-easy-with-c-and-xml/ Mon, 04 Oct 2010 08:47:00 GMT Mike James SharePoint 2010 for Developers - What’s New? ASP.NET 2.0 came to SharePoint in 2007 but the development story left us wanting more. Sahil reports on the improvements in SharePoint 2010. http://www.developerfusion.com/article/92338/sharepoint-2010-for-developers-whats-new/ http://www.developerfusion.com/article/92338/sharepoint-2010-for-developers-whats-new/ Fri, 14 Jan 2011 12:31:00 GMT Sahil Malik New C# 3.0 Language Features Learn about some of the new features in C# 3.0 including automatic properties, collection initializers, extension methods, lambda expressions and anonymous types. http://www.developerfusion.com/article/7556/new-c-30-language-features/ http://www.developerfusion.com/article/7556/new-c-30-language-features/ Thu, 28 Feb 2008 21:26:00 GMT Scott Guthrie Lessons learned writing AJAX applications We’re all familiar these days with the Ajax buzz word – but while it’s relatively simple to use these browser technologies to implement a specific feature in an individual page, it is much more complex to build an entire application according to the Ajax paradigm. This article offers a brief overview of a few aspects you might want to take into account for building successful applications. http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ Wed, 02 Feb 2011 18:35:00 GMT Dino Esposito Creating Particle Effects in Silverlight Learn how to use a classic animation technique to create realistic special effects in Silverlight - offering visual effects including fire, water, smoke and fog. http://www.developerfusion.com/article/10824/creating-particle-effects-in-silverlight/ http://www.developerfusion.com/article/10824/creating-particle-effects-in-silverlight/ Mon, 23 Mar 2009 15:17:00 GMT John Mannix Regular expressions in C# - the director's cut If you think regular expressions are trivial and boring, Mike James reveals that in .NET they are amazing powerful and not to be missed. http://www.developerfusion.com/article/84524/deep-c-regular-expressions-8211-the-director8217s-cut/ http://www.developerfusion.com/article/84524/deep-c-regular-expressions-8211-the-director8217s-cut/ Thu, 23 Sep 2010 10:58:00 GMT Mike James JSP for .NET developers It can be difficult to appreciate alien technology even if it's doing exactly the same job as something familiar and well understood. Sing Li makes it easy for .NET enthusiasts to comprehend JSP by comparing it with ASP.NET. http://www.developerfusion.com/article/84479/jsp-for-net-developers/ http://www.developerfusion.com/article/84479/jsp-for-net-developers/ Thu, 23 Sep 2010 10:34:00 GMT Sing Li Isolated Storage Isolated Storage is a solution to a very common problem, but if you don't understand it then it becomes a problem in its own right. http://www.developerfusion.com/article/84438/isolated-storage/ http://www.developerfusion.com/article/84438/isolated-storage/ Mon, 22 Nov 2010 12:24:00 GMT Ian Stevenson Improving Web Site Performance and Scalability while saving money Learn the tools and techniques that can dramatically improve performance for a web site, while saving money by reducing server load and bandwidth requirements. http://www.developerfusion.com/article/96020/improving-web-site-performance-and-scalability-while-saving-money/ http://www.developerfusion.com/article/96020/improving-web-site-performance-and-scalability-while-saving-money/ Fri, 11 Feb 2011 13:07:00 GMT Robert Boedigheimer Mythbusting SharePoint 2010 When someone mentions SharePoint to you, what do you do? For many people SharePoint is still somewhat of a mystery, they've heard of it, but don't really know what it is. For others it is a painful memory from a few years ago, when the promise of easy web development was not fulfilled. Dave looks at what SharePoint really is, and where it's at with the release of SharePoint 2010 http://www.developerfusion.com/article/81557/mythbusting-sharepoint-2010/ http://www.developerfusion.com/article/81557/mythbusting-sharepoint-2010/ Fri, 16 Apr 2010 09:03:00 GMT David McMahon Introducing Python for .NET - IronPython Is it a dead parrot or does it fly? Mike James looks at IronPython and asks if it really is something completely different. http://www.developerfusion.com/article/84449/ironpython/ http://www.developerfusion.com/article/84449/ironpython/ Mon, 28 Jun 2010 20:52:00 GMT Mike James LINQ-ing to XML 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. http://www.developerfusion.com/article/84298/linqing-to-xml/ http://www.developerfusion.com/article/84298/linqing-to-xml/ Fri, 23 Jul 2010 09:22:00 GMT Mike James SWT and JFace, Part 1: A gentle introduction In this first article of an SWT and JFace series, find out how to create a simple Standard Widget Toolkit (SWT) application using Java™, Eclipse, and the SWT and JFace libraries. Also learn how to create simple SWT GUIs using basic controls and layouts. http://www.developerfusion.com/article/5135/swt-and-jface-part-1-a-gentle-introduction/ http://www.developerfusion.com/article/5135/swt-and-jface-part-1-a-gentle-introduction/ Wed, 04 Jan 2006 00:00:00 GMT Barry Feigenbaum SLOBbing about with .NET Persisting objects is all about SLOB (serialized large objects), or so says Dave Wheeler who explains how it's now all so much easier. http://www.developerfusion.com/article/84431/slobbing-about-with-net/ http://www.developerfusion.com/article/84431/slobbing-about-with-net/ Mon, 22 Nov 2010 12:26:00 GMT Dave Wheeler First class functions in JavaScript Ian Elliot continues to mine for hidden information relating to JavaScript. http://www.developerfusion.com/article/84433/first-class-functions/ http://www.developerfusion.com/article/84433/first-class-functions/ Mon, 22 Nov 2010 12:20:00 GMT Ian Elliot The Future of the Web: HTML5 Let’s get this one cleared up in the first sentence, no you don’t have to wait until 2022 to start using HTML 5! None of that really matters to web developers, what should matter to us is when our users’ browsers support a given feature we are interested in utilizing. http://www.developerfusion.com/article/112678/the-future-of-the-web-html5/ http://www.developerfusion.com/article/112678/the-future-of-the-web-html5/ Thu, 24 Feb 2011 12:41:00 GMT Robert Boedigheimer Implementing AJAX in ASP.NET Asynchronous JavaScript and XML (AJAX) has recently become the craze thanks, in no small part, to Google’s usage of it in Google Suggest as well as Google Maps. Karl looks at how it works, and how we can implement it in ASP.NET using a free AJAX.NET wrapper. http://www.developerfusion.com/article/4704/implementing-ajax-in-aspnet/ http://www.developerfusion.com/article/4704/implementing-ajax-in-aspnet/ Mon, 27 Jun 2005 10:29:00 GMT Karl Seguin