Pro .NET 2.0 Code and Design Standards in C#
Tháng Năm 29, 2007
This book is special, because for the first time you get an easy-to-follow set of code and design standards that addresses the basic needs of .NET developers and application architects. The material is presented in a “what, why, where, and how” format, so its easy to understand a given topic and apply the solution.
The format facilitates fast understanding and quick referencejust what you need when youre under pressure. The authors have done the research for you, and they identify and discuss common options. Where there is a choice, there is analysis to guide you.
Read the rest of this entry »
Illustrated C# 2005
Tháng Năm 29, 2007
Illustrated C# 2005 doesnt use the traditional dense prose format of most programming texts. Rather, it presents the C# programming language in a unique visual manner. The book uses three techniques to achieve this: concise text; tables that clarify and summarize language features; and frequent figures and diagrams. Each feature is also illustrated with concise, focused code samples.
The book starts with an overview of the .NET platform and the role played by C#, then quickly delves into the language. It covers the entire C# language, including new features added in C# 2.0 as well as the most complex topics. Its an ideal read if youre a migrating C++ or VB programmer who already knows how languages work.
C# Threading Handbook
Tháng Năm 29, 2007
This book addresses the fundamental units of Windows and .NET programming – threads. A strong understanding of the role threads play in program execution, how multiple threads can interact in order to make efficient programs, and the pitfalls to beware of when developing multithreaded applications, are all core to a developer’s ability to develop effective C# programs. This book will cover how .NET applications are executed, the life cycle of a thread in .NET, how the .NET Framework uses threads, how threads work in an event-driven environment, how we can avoid race conditions and deadlocks, how the activity of multiple threads can be synchronized, and how to debug multithreaded applications. We finish it off by describing the creation of a multithreaded network application.
Read the rest of this entry »
C# Programmer’s Handbook
Tháng Năm 29, 2007
C# Programmer’s Handbook is a complete description of the C# language as used in .NET development for both the current version of .NET (version 1.1) and the version of .NET due out in late 2004 (version 2.0). This is the only book that will include full coverage of C# 2.0 features such as generics for the foreseeable future (next 6 months). MacBeth is a Microsoft insider who has been working with the Whidbey release internally since its conception. Addressed to experienced programmers, this book will remain extremely useful to current users of .NET 1.1 even if they have only limited curiosity about .NET 2.0.
Read the rest of this entry »
.NET Compact Framework Programming with Visual Basic .NET
Tháng Năm 29, 2007
.NET Compact Framework Programming with Visual Basic .NET is the definitive tutorial and reference for the .NET Compact Framework (CF). It shows you how to transfer your skills and your code to the Pocket PC 2003 and other mobile and embedded smart devices.Authors Paul Yao and David Durant draw upon their years of research and experience with members of the Microsoft .NET CF team to show you exactly how the best CF programming gets done in Visual Basic .NET. This is the only book a programmer needs to master the art of CF coding. Throughout the book, sample code and examples illustrate best practices and programming techniques. In addition, the companion Web site includes downloadable code for all these examples, along with a set of development tools to help you with your CF development projects.
Read the rest of this entry »
Pro Scalable .NET 2.0 Application Designs
Tháng Năm 29, 2007
Pro Scalable .NET 2.0 Application Designs explains how to plan and implement .NET 2.0 applications. It addresses platform, hosting, and database requirements, as well as architectural design techniques that can be used to create the application itself. For example, the book illustrates a comparison between two models, the “traditional” and the “new” SOA, to weigh the advantages and disadvantages of each. This book also makes use of the newest version of Web Services Enhancements (WSE 3.0), ensuring you have access to the latest Microsoft standards and advice.
Read the rest of this entry »
Beginning C# Objects: From Concepts to Code
Tháng Năm 29, 2007
Learning to design objects effectively with C# is the goal of
Beginning C# Objects: From Concepts to Code – a comprehensive yet approachable guide to object oriented programming using UML and today’s hottest programming language, which is C#.
This book is a guide for anyone wanting to lear Read the rest of this entry »
C#.NET Illuminated
Tháng Năm 29, 2007
C#.NET Illuminated uses Visual C# for rapid application development. This approachminizes the amount of code the reader needs to write while providing access to the powerful .NET library.
C# .NET Illuminated is an introductory programming textbook that takes a step-by-step approach to event-driven programming and rapid application development using Microsoft Visual Studio .NET. Readers learn how to maximize the power of the C# language and the Visual Studio .NET environment through a hands-on, highly visual approach complete with numerous examples, sample applications, and programming exercises. Features designed to reinforce key skills and concepts are found throughout, making this book ideal for use in a classroom/lab setting or as a self-study guide.
Read the rest of this entry »
Advanced .NET Remoting, Second Edition
Tháng Năm 28, 2007
With the arrival of .NET remoting, any programmer who wants to work with distributed objects can benefit from Advanced .NET Remoting, a solid tour of basic and expert techniques for working with distributed code on Microsoft’s newest platform. This title’s concise, code-centered approach, backed up by judicious discussion of the finer technical points of .NET, is what helps make it a success. After touring the history of standards used for distributed computing over the years, from DCE/RPC to CORBA to COM and related Microsoft technologies, the author zeroes in on .NET remoting. Short, digestible examples highlight the relevant objects and APIs useful to create and invoke objects remotely. From the basics, the book moves forward with other possibilities for designers, whether using by value or reference arguments for objects, client-activated vs. server-activated objects, and a useful section on asynchronous processing for remote function calls. Early examples use the APIs and strategies you’ll need to work on your own, and the author highlights “best practices” like using class factories.
Read the rest of this entry »
C# Design Patterns: A Tutorial
Tháng Năm 28, 2007
The first book for C# programmers on how to use Design Patterns. Explains how to write C# programs using some of the most common design patterns. Softcover. CD-ROM included.
From the Back Cover
Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in programs, making them easier to write and modify. C# Design Patterns: A Tutorial is a practical guide to writing C# programs using the most common patterns.
Read the rest of this entry »