CrossMission Tutorial (for C#)

CrossMission Tutorial (for C#)This manual describes how to develop a basic application, using CrossMission. Creating a sample program, you will learn how to use the tools and wizards provided by CrossMission and concert with an application server.
Read more

Beginners C# Tutorial

Beginners C# TutorialThis lesson will get you started with C# by introducing a few very simple programs. Here are the objectives of this lesson:
. Understand the basic structure of a C# program.
. Obtain a basic familiarization of what a “Namespace” is.
. Obtain a basic understanding of what a Class is.
. Learn what a Main method does.
. Learn how to obtain command-line input.
. Learn about console input/output (I/O).
Read more

Introduction to Design Patterns in C#

Introduction to Design Patterns in C#This is a practical book that tells you how to write C# programs using some of the most common design patterns. It also serves as a quick introduction to programming in the new C# language. The pattern discussions are structured as a series of short chapters, each describing a design pattern and giving one or more complete working, visual example programs that use that pattern. Each chapter also includes UML diagrams illustrating how the classes interact. This book is not a “companion” book to the well-known Design Patterns text. by the “Gang of Four.” Instead, it is a tutorial for people who want to learn what design patterns are about and how to use them in their work. You do not have to have read Design Patterns to read this book, but when you are done here you may well want to read or reread it to gain additional insights.
Read more

Flex Data Management Services Tutorial for Java Developers

The Flex Data Management Services automate the process of synchronizing data between the client application and the middle-tier. The changes made to the data at the client-side are automatically sent to a service running in your application server. This service then passes the changes to your business layer or directly to your persistence layer, whatever your persistence solution is: DAOs with straight JDBC calls, Hibernate, EJBs, JPA, iBatis, or any other solution.
Read more

Building a Java applet Tutorial

This tutorial walks you through the task of building a graphical Java applet. Along the way, you’ll learn Java syntax and work with Java class libraries. It requires that you know some object-oriented programming.
Navigation
Navigating through the tutorial is easy:
* Select Next and Previous to move forward and backward through the tutorial.
* When you’re finished with a section, select the next section. You can also use the Main and Section Menus to navigate the tutorial.
Read more

Next Page →