Sunday, May 20, 2007

.NET Framework Essentials

Title: .NET Framework Essentials (O'Reilly Programming Series)
ISBN:0596001657
Author:Thuan L. Thai / Hoang Lam
Publisher:O'Reilly & Associates
Page:304 pages
Edition:1st edition (June 1, 2001)
Catalog:Computer Bks - Languages / Programming
Format:PDF
Size:1.16 MB
Supplier:Unknown
Summary:In June, Microsoft unveiled the Beta 2 version of its XML platform, .NET, upon which this book is based. The authors do a good job of covering a range of topics from the basics of .NET and the runtime environment to web services and how .NET works with XML. This single-volume overview is superior to Microsoft Press's recent cluster of .NET titles (Computer Media, LJ 7/01). The companion web site offers additional resources and updates. Since Microsoft has not launched the final version of .NET, it is still best not to purchase a slew of .NET guides. But if patrons are clamoring, buy this one. Copyright 2001 Reed Business Information, Inc.
----------------------------------------------
Download: .NET Framework Essentials
----------------------------------------------

C# Essentials


Title:C# Essentials (2nd Edition)
ISBN:0596003153
Author:Ben Albahari / Peter Drayton / Brad Merrill
Publisher:O'Reilly & Associates
Page:216 pages
Edition:2nd edition (January 1, 2002)
Catalog:C# (Computer program language)
Format:PDF
Size:566 KB
Supplier:Unknown
Summary:If you want to learn Microsoft's new C# programming language quickly, you can perhaps do no better than C# Essentials, a compact and extremely intelligent guide.
-----------------------------------
Download: C# Essentials
-----------------------------------

C# Design Patterns

Title: C# Design Patterns: A Tutorial
ISBN: 0201844532
Author: Cooper, J
Publisher: Addison Wesley
Page: 390
Edition: (Oct 2002)
Format: CHM
Size: 2638k
Supplier:
Summary: This tutorial begins with clear and concise introductions to C#, object-oriented programming and inheritance, and UML diagrams. Each chapter that follows describes one of twenty-three design patterns, recommends when to use it, and explains the impact that it will have on the larger design. The use of every pattern is demonstrated with simple example programs. These programs are illustrated with screen shots and UML diagrams displaying how the classes interact. Each of these programs is available on the companion CD-ROM and can be run, examined, edited, and applied.
------------------------------------------------------------------
Download: C# Design Patterns
------------------------------------------------------------------

Saturday, May 19, 2007

Core J2EE Patterns

Title: Core J2EE Patterns: Best Practices and Design Strategies, Second Edition
Author: Deepak Alur (Author), Dan Malks (Author), John Crupi
Publisher: Prentice Hall PTR
ISBN: 0131422464
Maker: TEAM LiB
Pages: 650 Pages ; Dimensions (in inches): 0.97 x 9.18 x 6.02
Packager: TEAM LiB
Edition: June 10, 2003
Supplier: TEAM LiB
Languager: ENGLISH
Format : CHM
Release: 12/03/03
Size: 3.90 MB
Summary:This guide presents the best practices for development using J2EE technologies and details 21 design patterns that produce applications notable for their performance, scalability, and robustness. A multi- tier case study illustrates every stage of enterprise development, and sample code is provided. Common mistakes are identified, so they can be avoided. The authors are Java architects and engineers.Book News, Inc.?, Portland, OR
--------------------------------------------------------
Download: Core J2EE Patterns
--------------------------------------------------------

Practical J2EE Application Architecture

Title : Practical J2EE Application Architecture
Author : Nadir Gulzar, Kartik Ganeshan
Publisher: McGraw-Hill Osborne Media;
ISBN : 0072227117
Maker: TEAM LiB
Pages: 373 pages ; Dimensions (in inches): 1.03 x 9.08 x 7.39
Edition: June 13, 2003
Supplier: TEAM LiB
Language: ENGLISH
Format: CHM
Release: 11/25/03
Size: 13.2 MB
Summary:Provides developers with a complete roadmap for building large-scale J2EE applications. You will get a cohesive approach for producing optimal solutions through rigorous life-cycle management techniques from inception through deployment. Includes sample Web site--hosted by the authors--that features real-world demonstrations of all the book's concepts.
--------------------------------------------------
Download:
Practical J2EE Application Architecture
--------------------------------------------------

Friday, May 18, 2007

Pro C# 2005 and the .NET 2.0 Platform


Title: Pro C# 2005 and the .NET 2.0 Platform, Third Edition
ISBN-10: 1590594193
ISBN-13: 978-1590594193
Hardcover: 1032 pages
Publisher: Apress; 3 edition (September 8, 2005)
Language: English
Format: PDF
Size: 9.9Mb
Summary:
  • Introduction to the .NET platform
  • Common Language Runtime (CLR)
  • The Common Type Specification (CTS)
  • The Common Language Specifications (CLS)
  • Assemblies
  • Basics of C# classes
  • Constructors
  • Flow control and iteration
  • Arrays and strings
  • Boxing and unboxing
  • Object-oriented programming in C# (encapsulation, inheritance, and polymorphism explained)
  • Exception handling
  • Garbage collection
  • Implementing the ICloneable and IComparable interfaces
  • Introduction to .NET collections (including custom collections)
  • Custom indexers, delegates, and events explained
  • XML-based documentation
  • In-depth guide to .NET assemblies (including shared assemblies)
  • Versioning techniques for side-by-side deployment
  • Multithreading and synchronization
  • Type reflection and attributes
  • Windows Forms tutorial (design options, survey of components, menus and other UI widgets)
  • Programming the Windows registry
  • GDI+ graphics tutorial (including fonts, brushes, images, and using .NET resources)
  • Input and output (directories, files, and streams)
  • COM, COM+, and .NET interoperability
  • Tutorial to ADO.NET for database programming (including DataSets and XML basics)
  • Introduction to ASP and ASP.NET programming for Web development
  • Web services basics (including SOAP, WSDL, and the Discovery Service Protocol, DISCO)
----------------------------------------------------
Download: Pro C# 2005 and the .NET 2.0 Platform
----------------------------------------------------

Thursday, May 17, 2007

C++ By Dissection


Title: C++ By Dissection
ISBN-10: 0201787334
ISBN-13: 978-0201787337
Author: Ira Pohl
Pages: 592
Publisher: Addison Wesley; Pap/Cdr edition (October 18, 2001)
Language: English
Format: PDF
Size: 5.16Mb
Summary: C++ by Dissection presents a thorough introduction to the programming process by carefully developing working programs to illuminate key features of the C++ programming language. This book presents the concepts of the programming process using the "dissection" method, the hallmark feature that has made Ira Pohl's C and Java books of the "By Dissection" series so popular. Dissection is a unique pedagogical tool first developed by the author to point out key features of program code. It is similar to a structured walk-through of the code, with the intention of explaining newly encountered programming elements and idioms as found in working code. The book includes a CD-ROM containing a compiler and an electronic version of the book that allows readers to search, take notes, and highlight right on their computer. Each chapter presents a number of carefully explained programs, which lead the reader in a holistic manner to ever-improving programming skills. Right from the start, the reader is introduced to complete programs, and at an early point in the book, the reader is introduced to writing functions as a major feature of structured programming. It contains four to seven small code dissections per chapter, and then each chapter culminates with a larger, extended code dissection. "Software Engineering" sections in each chapter reinforce sound software engineering skills. The book assumes no programming background and can be used by first-time computer users or by experienced programmers who are transitioning to C++.
-------------------------------------------------------------
Download: C++ By Dissection
-------------------------------------------------------------