
C# From Java
by Rob Miles
2009
Number of pages: 24
Description:
These notes should help you convert a program from Java to C#. It is assumed that the reader is an experienced Java programmer. This is based on the author's original journey from Java to C#. If you want to find out what C# is all about you might find this text useful.
Download or read it online for free here:
Download link
(460KB, PDF)
Similar books
Data Structures and Algorithms with Object-Oriented Design Patterns in C#by Bruno R. Preiss - SOMA Networks
Author promotes object-oriented design using C# and illustrates the use of the object-oriented design patterns. The book shows how these patterns are used to create good software designs. Written for second- and third-year students.
(22140 views)
C# Essentials- Techotopia
The book provides everything necessary to gain proficiency as a C# programmer. It gives a detailed overview of the C# environment, the fundamentals of the C# programming language, manipulating strings, arrays and collection classes.
(23057 views)
Threading in C#by Joseph Albahari
An extensive online book on multithreading in C#. This tackles difficult issues such as thread safety, when to use Abort, Wait Handles vs Wait and Pulse, the implications of Apartment Threading in Windows Forms, using Thread Pooling, etc.
(20330 views)
Design Patterns in C#by Jean Paul V.A
This book will give good designing edges to the developers and enhance their Object Oriented skills. Jean Paul V.A is a Software Developer working on Microsoft Technologies for the past 10 years. He has been passionate about programming...
(16100 views)