SULJE VALIKKO

avaa valikko

Adam Freeman | Akateeminen Kirjakauppa

Haullasi löytyi yhteensä 90 tuotetta
Haluatko tarkentaa hakukriteerejä?



C# for Java Developers
Adam Freeman; Allen Jones
(2002)
Pehmeäkantinen kirja
39,10
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Microsoft .NET XML Web Services Step by Step
Adam Freeman; Allen Jones
(2002)
Moniviestin
31,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Pro Design Patterns in C#
Adam Freeman
Apress (2017)
Pehmeäkantinen kirja
41,10
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Pro Windows 8.1 Development with HTML5 and JavaScript
Adam Freeman
Apress (2016)
Pehmeäkantinen kirja
53,80
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
The Definitive Guide to HTML5
Adam Freeman
Apress (2016)
Pehmeäkantinen kirja
54,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Pro ASP.NET Core MVC 2
Freeman Adam Freeman
Springer Nature B.V. (2017)
Pehmeäkantinen kirja
119,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Pro ASP.NET Core Identity
Freeman Adam Freeman
Springer Nature B.V. (2021)
Pehmeäkantinen kirja
117,60
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Programming Internet with Java
Darrel Ince; Adam Freeman
(1998)
Pehmeäkantinen kirja
99,40
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Anti-Matter and Black Holes
Adam G Freeman
iUniverse (2007)
Pehmeäkantinen kirja
8,60
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Career and Vocational Counseling: A Cognitive Developmental Perspective
Arthur Freeman; Byron Waller; Adam Zagelbaum
Springer New York (2009)
Kovakantinen kirja
130,10
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Beginning ASP.NET 20.0 Web Services in C# - From Novice to Professional
Adam Freeman; Sean Iannuzzi; Allen Jones
APress (2007)
Pehmeäkantinen kirja
82,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Johns Hopkins University Studies in Historical and Political Science No. 1-11 (1882)
Edward Augustus Freeman; Herbert B. Adams; Albert Shaw
KESSINGER PUB CO (2009)
Pehmeäkantinen kirja
46,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Johns Hopkins University Studies in Historical and Political Science No. 1-11 (1882)
Edward Augustus Freeman; Herbert B. Adams; Albert Shaw
KESSINGER PUB CO (2009)
Kovakantinen kirja
88,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Introducing Visual C# 2010
Adam Freeman
Springer-Verlag Berlin and Heidelberg GmbH & Co. KG (2010)
Pehmeäkantinen kirja
39,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Johns Hopkins University Studies in Historical and Political Science No. 1-11 (1882)
Edward Augustus Freeman; Herbert B. Adams; Albert Shaw
KESSINGER PUB CO (2010)
Kovakantinen kirja
89,80
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Jake the Dreaming
Adam Freeman
Diamond Comics (2014)
Kovakantinen kirja
34,10
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Johns Hopkins University Studies in Historical and Political Science No. 1-11 (1882)
Edward Augustus Freeman; Herbert B. Adams; Albert Shaw
KESSINGER PUB CO (2010)
Pehmeäkantinen kirja
46,10
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Pro ASP.NET MVC 3 Framework
Adam Freeman; Steven Sanderson
Apress (2011)
Pehmeäkantinen kirja
41,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Applied ASP.NET 4 in Context
Adam Freeman
Apress (2011)
Pehmeäkantinen kirja
46,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Programming NET Security
Adam Freeman
O'Reilly Media (2003)
Pehmeäkantinen kirja
55,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
C# for Java Developers
39,10 €
Sivumäärä: 576 sivua
Asu: Pehmeäkantinen kirja
Julkaisuvuosi: 2002, 14.08.2002 (lisätietoa)
Kieli: Englanti

This title shows developers how to build Internet-based, distributed applications using Microsoft .NET Remoting, which enables powerful remote interaction among objects. A fundamental understanding of .NET Remoting is crucial as developers shift to developing distributed, Internet-based applications. Until recently, DCOM was the preferred method for developing distributed applications on Microsoft platforms. But as this book demonstrates, the .NET Remoting architecture is much easier to use and extend than DCOM. The book covers all aspects of .NET Remoting, including in-depth coverage of the .NET Remoting architecture plus concrete examples, best practices, and performance tips to show how to extend and customize the framework.

  • Provides developers with deep design and implementation guidance to help them build better distributed applications on the Microsoft .NET Framework
  • One third of the book introduces readers to the basics of using .NET Remoting to develop distributed application
  • Two-thirds of the book covers advanced features of .NET Remoting plus details on how to extend and customize the Although Java and C# share many similarities, there are fundamental differences between them. What’s more, C#—the language designed from the ground up for programming the Microsoft .NET Framework—offers a wealth of new features that enable programmers to tap the full power of.NET. This is the ideal guide to help any Java developer master .NET programming with C#. The authors—two Java and C# experts—reveal the similarities and differences between the two platforms these languages support. Then they show you how to leverage your Java experience to get up to speed in C# development with a minimum of difficulty. It’s the definitive programming resource as you tackle the .NET class libraries and learn to write applications for .NET with C#. Topics covered include:

OVERVIEW
  • Introduction to Microsoft .NET
  • Comparing Java and .NET technologies

THE C# LANGUAGE
  • Creating assemblies
  • Language syntax and features
  • Data types
  • Advanced language features

PROGRAMMING .NET WITH C#
  • Strings and regular expressions
  • Numbers and dates
  • Collections
  • Streams, files, and I/O
  • XML processing

ADVANCED TOPICS
  • Reflection
  • Threading and synchronization
  • Networking
  • Remoting
  • Database connectivity
  • Security and cryptography
  • Graphics and UI
  • Introduction to XML Web services

PRAISE FOR THIS BOOK FROM THE MICROSOFT VISUAL C#(R) .NET TEAM:
"The two tech veterans who wrote this book can help you master C# quickly. They do an admirable job of describing the basics of the .NET initiative: its goals, structure, and capabilities. Then they help you leap the biggest hurdle of all—understanding the structure and purpose of the .NET class libraries. Their book presents the underlying concepts, explains the challenges you’ll face, and guides you past the pitfalls with ease."
—Prashant Sridharan, Product Manager, Microsoft Visual C# .NET team

Loppuunmyyty
Myymäläsaatavuus
Helsinki
Tapiola
Turku
Tampere
C# for Java Developerszoom
Näytä kaikki tuotetiedot
ISBN:
9780735617797
Sisäänkirjautuminen
Kirjaudu sisään
Rekisteröityminen
Oma tili
Omat tiedot
Omat tilaukset
Omat laskut
Lisätietoja
Asiakaspalvelu
Tietoa verkkokaupasta
Toimitusehdot
Tietosuojaseloste