.NET Development for Java Programmers

Paul Gibbons

  • 出版商: Apress
  • 出版日期: 2002-07-31
  • 售價: $1,890
  • 貴賓價: 9.5$1,796
  • 語言: 英文
  • 頁數: 386
  • 裝訂: Paperback
  • ISBN: 1590590384
  • ISBN-13: 9781590590386
  • 相關分類: .NETJava 程式語言
  • 已過版

買這商品的人也買了...

商品描述

Java developers have already adapted to a world in which everything is an object, resources are reclaimed by a garbage collector, and multiple inheritance is replaced by interfaces. This makes them well equipped to thrive in Microsoft’s new .NET environment using C#. Still, although there are many similarities between Java and C#, as always, the devil is in the details. .NET Development for Java Programmers shows just what those devilish details are. But it provides more than just language details: Developing enterprise applications requires mastering the libraries that allow you to build applications that communicate with databases and include network components, Web pages, and many other features. Java developers rely on Java 2 Enterprise Edition (J2EE) to provide these libraries; C# developers rely on the .NET Framework. At first glance there might not seem to be much similarity between the two, but Paul Gibbons shows you there is much the Java developer has learned from using J2EE that translates easily when using the .NET Framework.

Early chapters highlight C#’s differences from Java and discuss how the .NET Common Language Runtime (CLR) differs from the Java Virtual Machine (JVM). Subsequent chapters cover various technology areas demonstrating where knowledge gained from developing with J2EE translates into enterprise development in .NET. These chapters also provide sufficient additional information on the .NET technologies to allow Java developers to start using them immediately. Mainstream technologies such as database access are covered first, with more esoteric areas such as message-oriented middleware and directory services left until later. The final chapter examines migrating existing Java applications to C# and the tools and techniques that are available.

By the end of .NET Development for Java Programmers, a professional Java developer should be capable of tackling a real software project in .NET using C#.

Contents

Chapter 1 : Introducing C#
Chapter 2 : Introducing the C# Language
Chapter 3 : Introducing the .NET Platform
Chapter 4 : Using WinForms
Chapter 5: Building Web Sites with ASP.NET
Chapter 6: Exploring ADO.NET
Chapter 7 : Understanding Multithreading
Chapter 8 : Understanding Networking
Chapter 9 : Working with XML
Chapter 10: Creating Components
Chapter 11 : Packaging and Installing Applications
Chapter 12 : Communicating via Message Queuing
Chapter 13 : Using Active Directory Service Interface
Chapter 14 : Developing Windows Services
Chapter 15 : Getting Outside the Box
Chapter 16 : Migrating to .NET