Java Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/java/tutorials/sort/popularity/ Java Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Tue, 02 Nov 2010 11:33:00 GMT 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 VB 6 Tutorial 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 http://www.developerfusion.com/article/30/visual-basic-tutorial/ http://www.developerfusion.com/article/30/visual-basic-tutorial/ Sat, 14 Jul 2001 23:00:00 GMT James Crowley 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 Implementing the Singleton Pattern in C# The singleton pattern is one of the best-known patterns in software engineering, but often implemented without lazy loading and introducing unintended issues around threading. Jon Skeet runs through the possible implementations. http://www.developerfusion.com/article/9407/implementing-the-singleton-pattern-in-c/ http://www.developerfusion.com/article/9407/implementing-the-singleton-pattern-in-c/ Sun, 07 Dec 2008 14:03:00 GMT Jon Skeet 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 Building Application Framework with C# The Article introduces a C# developer to building framework. After reading, you'll get how the big names have performed most of the magic in Application Frameworks, like the Java Applet and Servlets Framework as well as the Microsoft Foundation Classes. This article is just an introduction to the complex topic. A short code sample is provided for practically demonstrating the purpose. http://www.developerfusion.com/article/2608/building-application-framework-with-c/ http://www.developerfusion.com/article/2608/building-application-framework-with-c/ Fri, 28 Jun 2002 10:44:00 GMT Nauman Laghari A comparison of C/C++ and C# Is C# a new programming language or a new version of C/C++ ? http://www.developerfusion.com/article/1743/a-comparison-of-cc-and-c/ http://www.developerfusion.com/article/1743/a-comparison-of-cc-and-c/ Tue, 16 Oct 2001 10:53:00 GMT John Godel Why Patterns We look at the rise of 'patterns' in the developer community, and how they've evolved to help communication between developers and understanding more clearly the intent of a given piece of code. http://www.developerfusion.com/article/7609/why-patterns/ http://www.developerfusion.com/article/7609/why-patterns/ Wed, 19 Mar 2008 20:42:00 GMT Andy Clymer Rails MVC and routing 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. http://www.developerfusion.com/article/84417/rails-mvc-and-routing/ http://www.developerfusion.com/article/84417/rails-mvc-and-routing/ Tue, 02 Nov 2010 11:33:00 GMT Kevin Jones Have you seen the Silverlight? So you want fancy, sexy streaming media in the UI? And you want cool animations, fancy glow-in-the-dark buttons and decent, scalable vector graphics? And you want to run your application in a browser on both Windows and Mac OSX? If you’re already reaching for your copy of How to Wow with Flash, stop. There’s a new kid muscling onto the somewhat crowded Rich Interactive Application (RIA) block, and it’s coming from Microsoft. http://www.developerfusion.com/article/7087/have-you-seen-the-silverlight/ http://www.developerfusion.com/article/7087/have-you-seen-the-silverlight/ Mon, 17 Sep 2007 20:49:00 GMT Dave Wheeler .NET Applets Mark walks you through how you go about creating a ".NET Applet" - a Windows Forms control hosted within a web page. http://www.developerfusion.com/article/4683/net-applets/ http://www.developerfusion.com/article/4683/net-applets/ Wed, 30 Mar 2005 22:16:00 GMT M Kenyon The Beauty of Closures Closures are often described in terms of functional languages, but Jon introduces the concept of closures in a world of C# and Java. Learn how to use them and why. http://www.developerfusion.com/article/8251/the-beauty-of-closures/ http://www.developerfusion.com/article/8251/the-beauty-of-closures/ Wed, 08 Oct 2008 16:13:00 GMT Jon Skeet AOP in JavaScript using Humax Framework In this article, I've explained how can we design our client side application with aspect-oriented approach along with object-oriented approach using the open source web framework "Humax". http://www.developerfusion.com/article/7342/aop-in-javascript-using-humax-framework/ http://www.developerfusion.com/article/7342/aop-in-javascript-using-humax-framework/ Sat, 26 Jan 2008 13:11:00 GMT M Sheik Uduman Ali Implementing Session Tracking This article explains how to implement session tracking using two of the simplest & oldest methods available to programmers. The techniques presented in this article do not use the new technologies present to implement session tracking, but use some old, tried and tested ways which are extremely popular even today. http://www.developerfusion.com/article/2076/implementing-session-tracking/ http://www.developerfusion.com/article/2076/implementing-session-tracking/ Sat, 09 Mar 2002 10:53:00 GMT Kiran Pai Memory in .NET - what goes where A lot of confusion has been wrought by people explaining the difference between value types and reference types as 'value types go on the stack, reference types go on the heap'. This is simply untrue (as stated) and this article attempts to clarify matters somewhat. http://www.developerfusion.com/article/4705/memory-in-net-what-goes-where/ http://www.developerfusion.com/article/4705/memory-in-net-what-goes-where/ Mon, 27 Jun 2005 22:53:00 GMT Jon Skeet C# Threading in .NET The first in a two part series on C# threads, introducing how to create and manipulate threads with the .NET framework, including creating a thread, thread pools, syncronization, race conditions and timers. http://www.developerfusion.com/article/4134/net-threading-part-i/ http://www.developerfusion.com/article/4134/net-threading-part-i/ Wed, 29 Oct 2003 13:06:00 GMT Randy Charles Morin 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 How to POP3 in C# An introduction to retrieving email from a POP3 server using the .NET socket classes. http://www.developerfusion.com/article/4071/how-to-pop3-in-c/ http://www.developerfusion.com/article/4071/how-to-pop3-in-c/ Wed, 01 Oct 2003 13:15:00 GMT Randy Charles Morin SQL In Simple English Kiran Pai introduces the basics of Structured Query Language in an Q & A session http://www.developerfusion.com/article/2014/sql-in-simple-english/ http://www.developerfusion.com/article/2014/sql-in-simple-english/ Sun, 24 Feb 2002 13:42:00 GMT Kiran Pai Using Components and Objects in ASP An introduction to COM objects, and their use in ASP http://www.developerfusion.com/article/1725/using-components-and-objects-in-asp/ http://www.developerfusion.com/article/1725/using-components-and-objects-in-asp/ Sun, 14 Oct 2001 14:40:00 GMT Talal Ahmed Siddiqui