Saturday, June 2, 2007

C#


Rapid C# Windows Development: Visual Studio 2005, SQL Server 2005, and LLBLGen Pro

Rapid C# Windows Development: Visual Studio 2005, SQL Server 2005, and LLBLGen Pro
  • Publisher: Lulu Press
  • Number Of Pages: 141
  • Publication Date: 2006
  • Sales Rank: 1060353
  • ISBN / ASIN: 1411661044
  • EAN: 9781411661042
  • Binding: Paperback
  • Manufacturer: Lulu Press
  • Studio: Lulu Press



Downlaod

Saturday, May 26, 2007

Cross-Platform Web Services Using C# & JAVA (Programming Series)


Cross-Platform Web Services Using C# & JAVA (Programming Series)
By Brian Hochgurtel

* Publisher: Charles River Media
* Number Of Pages: 386
* Publication Date: 2003-03-11
* Sales Rank: 642775
* ISBN / ASIN: 1584502622
* EAN: 9781584502623
* Binding: Paperback
* Manufacturer: Charles River Media
* Studio: Charles River Media More...Book Description:

As the need for application-to-application communication and platform interoperability continues to grow, Web service developers need to be skilled in the technologies and languages that make this communication possible. Web services provide a language and platform independent standard for creating and connecting code that allows software applications (remote objects) to communicate with each other and users, via a network or the Web. Rather than focus on one specific technology or language, Cross-Platform Web Services Using C# and Java teaches how to integrate the various technologies of Web services using the two languages expected to dominate this growing area.

23331 KB

CHM download

DOwnload


Monday, May 14, 2007

C# 2005 For Dummies (For Dummies (Computer/Tech))



By Stephen Randy Davis, Chuck Sphar,

  • Publisher: For Dummies
  • Number Of Pages: 432
  • Publication Date: 2005-10-31
  • Sales Rank: 50821
  • ISBN / ASIN: 0764597043
  • EAN: 9780764597046
  • Binding: Paperback
  • Manufacturer: For Dummies
  • Studio: For Dummies More...
Book Description:
  • C# is Microsoft's object-oriented programming language designed for improving productivity in the development of Web applications
  • Fully revised for C# 2005, this book begins with creating a C# program, then moves into C# and object-oriented programming fundamentals, Windows programming with C# and Visual Studio, and debugging and error handling
  • A friendly, conversational approach to understanding C# is certain to get readers quickly creating applications
  • The CD-ROM contains all the sample code in the book as well as bonus materials

Download


Saturday, May 12, 2007

Beginning C# Objects: From Concepts to Code



Publisher: Apress
Number Of Pages: 819
Publication Date: 2004-05-17
Sales Rank: 319988
ISBN / ASIN: 159059360X
EAN: 9781590593608
Binding: Hardcover
Manufacturer: Apress
Studio: Apress Book Description:
Learning to design objects effectively with C# is the goal ofBeginning 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 learn the C# language, beginning with the basics. It offers example case studies for those already familiar with C# that may prove useful. Presents object terminology and concepts, how to think in terms of objects, an introduction of object modeling, translating an object model into C#, and more. This book is written with programmers and also programming tutorials in mind, and is a natural candidate for academic selection for the teaching of C# and principled object-oriented programming.
Time and again, software developers have attempted to master an OO programming language like Java by taking a course in Java, or by reading a book in Java, or by acquiring and using a Java integrated development environment (IDE) tool such as Forte, or Visual Café, or JBuilder, or Power J, or Kawa. However, there is something fundamentally missing: a basic understanding of what objects are all about, and more importantly, knowledge of how to structure a software application from the ground up to make the most of objects.
Download

Thursday, May 10, 2007

C# Primer: A Practical Approach


By Stanley B. Lippman
Publisher: Addison-Wesley Professional

Number Of Pages: 400Publication

Date: 2001-12-10Sales Rank: 563623

ISBN / ASIN: 0201729555

EAN: 0785342729559

Binding: Paperback

Manufacturer: Addison-Wesley Professional

Studio: Addison-Wesley Professional
Good C# introduction for experienced programmers
Lippman’s C# Primer assumes that the reader knows C++ or Java. It does not cover basic language constructs so it is not a good choice as a first C# book for people that have not programmed before. The first four chapters include many good insights into the C# language from a professional programmer’s point of view. These are hard to find in other texts and make this book worthwhile. A future edition should concentrate on including more language insights and less on WinForms or ASP.NET specifics that are covered better on other texts. Probably some basics should be included to expand its appeal to new programmers.
…Download

Tuesday, May 1, 2007

Accelerated C# 2005


  • Publisher: Apress
  • Number Of Pages: 432
  • Publication Date: 2006-08-25
  • Sales Rank: 37999
  • ISBN / ASIN: 1590597176
  • EAN: 9781590597170
  • Binding: Paperback
  • Manufacturer: Apress
Book Description:

Accelerated C# 2005 teaches you both how to use core C# language concepts and wisely employ C# idioms and object-oriented design patternsto exploit the power of C# and the common language runtime. Youll quickly master C# syntax while learning how the CLR simplifies many programming tasks. Youll also learn best practices that ensure your code will be efficient, reusable, and robust.

This book is the fastest path to C# mastery for anyone familiar with object-oriented programming. Many books introduce C#, but very few also explain how to use it optimally with the .NET CLR. Why spend months or years discovering the best ways to design and code C#, when this book will show you how to do things the right way, right from the start?

Youll want a copy of this book because it

  • Covers all new features of C# 2.0
  • Describes and explains C# idioms and design patterns
  • Presents canonical forms for C# classes and structs
  • Quickly leads to true understanding and mastery of C#
  • Demonstrates bullet-proof, exception-safe code and efficient multithreaded applications


Download

Friday, April 20, 2007

Inside C#, Second Edition


Publisher: Microsoft Press; 2nd Bk&Cdr edition (April 24, 2002) ISBN: 0735616485 CHM 8,5 Mb 912 pages
Aimed at those with some previous programming experience, Inside C# shows developers the unique strengths, advantages, and tips for coding with C#. This fast-paced and in-depth tutorial will let you use Microsoft's newest programming language on the emerging .NET platform successfully.The outstanding strength of this text is its in-depth language tutorial on C#, with complete coverage of basic and advanced object-oriented programming techniques. New language features like properties, indexers, and attributes get full coverage, alongside the basics of using classes and inheritance. The book relies on using Visual Studio 6.0 and the command-line .NET tools for running programs. (Visual Studio.NET, the next version of Visual Studio, was unavailable when the book was written.) First to market with an in-depth language tutorial, the focus of Inside C# is on basic and advanced language features. By viewing generated code (using the ILDASM disassembler tool), the author examines how class design features work under the hood. The language tutorial digs into features, beginning with a "Hello, World" program and delving into class design features before moving on to more basic features like expressions, operators, and flow control. This sequence makes the book best suited to the experienced developer, since some excellent in-depth material on the most advanced features of C# is presented before the basics of the language. Throughout, you'll learn the newest features of the language, how to use it, and a sense of its personality.There's also plenty of material on the underlying Microsoft .NET platform, from the basics of the Common Language Runtime (CLR) to assemblies (used to deploy .NET applications), plus getting older COM components to interoperate with the newer .NET standard. For anyone who's programmed before and wants to learn C# quickly, this in-depth guide anchored with plenty of short, effective examples provides what you need. Inside C# shows off the unique strengths of this new and exciting language and provides a solid introduction to the .NET platform. --Richard DraganTopics covered: — Introduction to C# and the Microsoft .NET Framework — Tutorial for object-oriented programming — A "Hello, World" program in C# — Command-line .NET tools (including the C# compiler and the ILDASM disassembler) — C# types — Boxing and unboxing variables — In-depth guide to C# class design (including members and methods, constructors, constants and read-only fields, garbage collection, and inheritance) — Method overloading — Virtual and static methods — Properties — Arrays — Indexers — Attributes — Interfaces (declaring and implementing interfaces, plus interfaces combined with inheritance) — Expressions and operators in C# (including operator precedence) — Program flow control — Exception handling classes and techniques — Operator overloading — Delegates and event handlers — Multithreaded programming techniques (including thread safety and synchronization) — C# reflection and metadata — Using unmanaged code and pointers from within C# — COM interoperability — Assemblies and deployment in C#


Programming C#, Third Edition


ISBN: 0596004893

Author: Jesse Liberty

Publisher: O'Reilly

Edition: 3 edition (June, 2003)

Paperback: 710 pagesURL:

Summary:Jesse Liberty's Programming C# provides an adept and extremely well conceived guide to the C# language and is written for the developer with some previous C++, Java, and/or Visual Basic experience.It's no secret that many computer books are pretty much devoid of an authorial personality. This title is a winning exception. The author is able to weave in clever examples (using such topics as his own long experience in computing, his dog, Star Trek, etc.) without being coy or getting in the way of presenting real technical information. Liberty's wide experience in computers and general writing skill shows, as he is able to draw on a wealth of examples to move his text forward.These are a couple of goals at work in Programming C#. First, it's an excellent language tutorial, certainly one of the smartest and best available guides to C# as a language. Early chapters explore basic and obscure language options using inheritance, delegation, interface, and the conventions in C# used to implement these techniques. The middle part of the book turns toward the .NET Framework itself, with two useful (and somewhat introductory) chapters on both Windows Forms and Web Forms, for standalone and Web-based applications, respectively.Later sections crank up the technical knowledge again with several advanced topics on understanding .NET assemblies and deployment in detail, as well as "reflection" APIs that allow .NET programs to essentially modify their code at run time. (One technique, reflection emit, which literally writes bytecodes, will definitely interest expert readers, though it's unlikely most programmers will need to do this.) Final sections look at the .NET stream classes (rivaled only by Java's for complexity). Liberty looks at basic file and network I/O as well as how objects get serialized and marshaled both for SOAP and Web services and "normal" .NET remoting.The author's sure hand here in navigating the difficult waters of C# and .NET makes for a relatively concise text that is chock-full of useful information on C#. Filled with notably clever and inventive examples, this book is possibly this veteran computer author's best title to date, and it's sure to be a noteworthy resource as experienced developers tackle C# for the first time. --Richard DraganTopics covered: [list] [*]Introduction to C# and the .NET platform [*]A "Hello World" example in C# [*]Tutorial to C# as an object-oriented programming language (types and variables, operators, namespaces, and preprocessor directives) [*]Defining classes in C# (including static members, finalizers, overloading, and read-only fields) [*]Inheritance and polymorphism implemented in C# [*]Operator overloading [*]Structures in C#, interfaces, arrays, and indexers [*]Built-in .NET collections, strings, and regular expression support [*]Structured exception handling [*]Delegate and events [*]Introduction to programming with Windows Forms [*]ADO.NET database APIs (including basic XML support) [*]Quick introduction to Web Forms and ASP.NET used with C# [*]Introduction to Web services (SOAP, WSDL, and Discover services described) [*]In-depth guide to .NET assemblies (including metadata, versioning, private and shared assemblies) [*]C# support for attributes and reflection (including reflection emit techniques) [*]Marshaling and remoting (with and without SOAP) [*]Threads and synchronization [*]Tutorial to C#/.NET streams (including basic I/O techniques, Web streams, and serialization) [*]COM and .NET interoperability [/list]


Expert C# 2005 Business Objects, Second Edition


Publisher: Apress; 2nd edition (March 24, 2006) ISBN-10: 1590596323 PDF 9 Mb 696 pages
This book is a translation of Lhotka's industry-standard title, Visual Basic.NET Business Objects, into the language of C#. Rockford Lhotka's ideas continue to be extremely influential in all programmer circles of any language, but most naturally it will be C# developers over the next couple of years at least who will most likely be involved in the kinds of programming projects and architectures that Lhotka discusses. This book will benefit you! Therefore, while the VB.NET book proves its punch, the new C# version will find a more natural audience than the VB version.


Sunday, April 1, 2007

C# Threading Handbook


ISBN: 1861008295

Author: Tobin Titus / Sandra Gopikrishna / Tejaswi Redkar / Srinivasa Sivakumar / Fabio Claudio Ferracchiati

Publisher: Wrox Press

Edition: (February, 2003)

Paperback: 300 pages

URL: /http://www.amazon.com/exec/obidos/redirect?tag=songstech-20&path=ASIN%2F1861008295

Summary: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.What is great about this book?Threads are fundamental to the way GUI and server applications operate; if your code is running in a GUI, then you're already writing code in a threaded environment. An ASP.NET page also runs in a threaded environment. This book aims to cover the tricky issues of threading in .NET, and particularly to do so from the perspective of C# developers. Threading is by nature not easy to grasp, but a necessary step towards mastery of programming for the .NET platform.


Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#



Publisher: Packt Publishing
Number Of Pages: 300
Publication Date: 2006-12-22
Sales Rank: 27853
ISBN / ASIN: 1904811213
EAN: 9781904811213
Binding: Paperback
Manufacturer: Packt Publishing
Studio: Packt Publishing

Book Description: )
A fast-paced and practical developer's road map to working with Windows WF, from compilation to the base activity library to runtime services. Windows Workflow Foundation (WF) is a technology for defining, executing, and managing workflows. It is part of the .NET Framework 3.0 and will be available natively in the Windows Vista operating system. Windows Workflow Foundation might be the most significant piece of middleware to arrive on the Windows platform since COM+ and the Distributed Transaction Coordinator. The difference is, not every application needs a distributed transaction, but nearly every application does have a workflow encoded inside it. In this book, K Scott Allen, author of renowned .NET articles at www.odetocode.com, provides you with all the information needed to develop successful products with Windows Workflow. From the basics of how Windows Workflow can solve the difficult problems inherent in workflow solutions, through authoring workflows in code, learning about the base activity library in Windows Workflow and the different types of workflow provided, and on to building event-driven workflows using state machines, workflow communications, and finally rules and conditions in Windows Workflow, this book will give you the in-depth information you need. Throughout the book, an example "bug reporting" workflow system is developed, showcasing the technology and techniques used. Fast-paced and to-the-point, this book takes you through the important topics of Windows WF development with clear explanations and practical example code. The book's selection of topics is driven by what the working developer needs to know. It is neither a comprehensive reference to the whole WF architecture, nor a strategy guide to the complete application development lifecycle. It's just what you as a C# developer need to know to use WF in your applications. This book is for .NET developers who want to enhance their applications with flexible workflow capabilities using Microsoft Windows Workflow Foundation. The author assumes that you have read other texts on the overall architecture of WF and on WF application design strategies, and instead focuses on real-work implementation issues for C# developers.
Download

C# 2.0 : The Complete Reference (Complete Reference Series)



Publisher: McGraw-Hill Osborne Media
Number Of Pages: 890
Publication Date: 2005-12-08
Sales Rank: 182480
ISBN / ASIN: 0072262095
EAN: 9780072262094
Binding: Paperback
Manufacturer: McGraw-Hill Osborne Media
Studio: McGraw-Hill Osborne Media

Summary:This comprehensive volume is fully updated for C# 2.0 -- the newest version of Microsoft's revolutionary programming language.The changes found in C# 2.0 bring Java-like power to millions of Windows programmers worldwide. With expertly crafted explanations, insider tips, and hundreds of examples, this book fully explains every aspect of C# 2.0. Written in the clear, uncompromising style that has made master programming author Herb Schildt the choice of millions, the book covers all the new and existing features of this major programming language.


OR




Sunday, May 27, 2007

C#.NET Illuminated

C#.NET Illuminated
Pages:500

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.

Rapidshare

Tuesday, May 22, 2007

Pro ASP.NET 2.0 E-Commerce in C# 2005

Pro ASP.NET 2.0 E-Commerce in C# 2005
Pages:640

Pro ASP.NET 2.0 E-Commerce in C# 2005 takes you through the e-commerce web application development cycle, from conception to coding to deployment and maintenance. It will also help you maximize your potential profits, learn what risks are involved, and take the necessary steps to minimize those risks. The book begins by introducing e-commerce systems and lays out the toolset. To help you learn about meeting and overcoming real-world challenges, the book features a case study of a fictional company, Little Italy Vineyards.

Rapidshare

Illustrated C# 2005

Illustrated C# 2005
Pages:592

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.

Rapidshare

Wednesday, April 18, 2007

Smart Client Deployment with ClickOnce

Smart Client Deployment with ClickOnce
Deploying Windows Forms Applications with ClickOnce(TM)
(.NET Development Series)
Pages:336

The revolution in smart clients (a subset of Windows applications) is in full swing because of .NET's ClickOnce. In the foreword, the CEO of InterKnowlogy explains that this paradigm represents a shift from computer-hosted, server-based Web applications to the elimination of such infrastructure with companies sharing applications housed on servers. After introducing ClickOnce as a major step in solving deployment challenges for complex distributed applications, Noyes (a Microsoft architecture consultant, trainer, and writer) details options in deploying and auto-updating applications, and how to work efficiently and securely within this environment. The book, with case studies and code examples in C#,

Rapidshare

Thursday, March 1, 2007

Collection of C# ASP Books

Collection of C# ASP Books

Download
Part-1
Part-2

Please post title of the books if you download

Wednesday, February 21, 2007

Pro ASP.NET 2.0 in C# 2005

Pro ASP.NET 2.0 in C# 2005
1464 pages

ASP.NET 2.0 is Microsoft's premier technology for creating dynamic web sites, and C# 2005 is one of its most popular languages. Rather than slowing down and maturing, development and innovation in this sector has continued at a rapid pace with web 2.0 technologies like Ajax and Atlas. These new technologies have found a natural home alongside ASP.NET 2.0 in the web developer's toolbox.

To celebrate these innovations comes the arrival of Pro ASP.NET 2.0 in C# 2005, Special Edition, which features new chapters explaining how to use these important new technologies. On top of the book's already extensive coverage, you'll learn how to create Ajax and Atlas applications in ASP.NET 2.0 and explore deeper coverage of ASP.NET 2.0 performance tuning. The book also boasts an array of bonus material such as a free eBook containing select ASP.NET 2.0 articles from ASPToday dot com

Download

No comments: