https://www.developerfusion.com/t/java/tutorials/sort/popularity/ Java Tutorials & Articles from Developer Fusion 2010-11-02T11:33:00.00Z http://www.developerfusion.com/article/84524/deep-c-regular-expressions-8211-the-director8217s-cut/ Regular expressions in C# - the director's cut 2010-09-23T10:58:00.00Z If you think regular expressions are trivial and boring, Mike James reveals that in .NET they are amazing powerful and not to be missed. Mike James 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/84479/jsp-for-net-developers/ JSP for .NET developers 2010-09-23T10:34:00.00Z 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. Sing Li http://www.developerfusion.com/article/9407/implementing-the-singleton-pattern-in-c/ Implementing the Singleton Pattern in C# 2008-12-07T14:03:00.00Z 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. Jon Skeet http://www.developerfusion.com/article/5135/swt-and-jface-part-1-a-gentle-introduction/ SWT and JFace, Part 1: A gentle introduction 2006-01-04T00:00:00.00Z 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. Barry Feigenbaum http://www.developerfusion.com/article/2608/building-application-framework-with-c/ Building Application Framework with C# 2002-06-28T10:44:00.00Z 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. Nauman Laghari http://www.developerfusion.com/article/1743/a-comparison-of-cc-and-c/ A comparison of C/C++ and C# 2001-10-16T10:53:00.00Z Is C# a new programming language or a new version of C/C++ ? John Godel http://www.developerfusion.com/article/7609/why-patterns/ Why Patterns 2008-03-19T20:42:00.00Z 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. Andy Clymer 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/7087/have-you-seen-the-silverlight/ Have you seen the Silverlight? 2007-09-17T20:49:00.00Z 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. Dave Wheeler http://www.developerfusion.com/article/4683/net-applets/ .NET Applets 2005-03-30T22:16:00.00Z Mark walks you through how you go about creating a ".NET Applet" - a Windows Forms control hosted within a web page. M Kenyon http://www.developerfusion.com/article/8251/the-beauty-of-closures/ The Beauty of Closures 2008-10-08T16:13:00.00Z 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. Jon Skeet http://www.developerfusion.com/article/7342/aop-in-javascript-using-humax-framework/ AOP in JavaScript using Humax Framework 2008-01-26T13:11:00.00Z 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". M Sheik Uduman Ali http://www.developerfusion.com/article/2076/implementing-session-tracking/ Implementing Session Tracking 2002-03-09T10:53:00.00Z 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. Kiran Pai http://www.developerfusion.com/article/4705/memory-in-net-what-goes-where/ Memory in .NET - what goes where 2005-06-27T22:53:00.00Z 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. Jon Skeet http://www.developerfusion.com/article/4134/net-threading-part-i/ C# Threading in .NET 2003-10-29T13:06:00.00Z 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. Randy Charles Morin http://www.developerfusion.com/article/3684/introduction-to-microsofts-net-platform/ Introduction to Microsoft's .NET Platform 2003-07-01T00:00:00.00Z 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. Nakul Goyal http://www.developerfusion.com/article/4071/how-to-pop3-in-c/ How to POP3 in C# 2003-10-01T13:15:00.00Z An introduction to retrieving email from a POP3 server using the .NET socket classes. Randy Charles Morin http://www.developerfusion.com/article/2014/sql-in-simple-english/ SQL In Simple English 2002-02-24T13:42:00.00Z Kiran Pai introduces the basics of Structured Query Language in an Q & A session Kiran Pai http://www.developerfusion.com/article/1725/using-components-and-objects-in-asp/ Using Components and Objects in ASP 2001-10-14T14:40:00.00Z An introduction to COM objects, and their use in ASP Talal Ahmed Siddiqui