| Partner Links |
DVD Software |
|
| Home : C# : Books | | Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
Books Listings |
|
Total:
39 | Displaying: 1 - 10 | Pages: 1234 |
|
|
The Complete Visual C# Programmer's Guide from the Authors of C# Corner
|
Website
Refer
Review It
|
The Complete Visual C# Programmer`s Guide covers most of the major components that make up C# and the .net environment. The book is geared toward the intermediate programmer, but contains enough material to satisfy the advanced developer. The book starts by introducing the reader to the .net environment and some basic C# program examples. The book then goes in depth on how to navigate the Visual Studio environment and introduces the reader to the C# language. From here, the book dives into the .net framework and how to take advantage of is capabilities using C#. Some of the topics covered in great detail include ADO.net database programming, ASP.net and Web Services, COM interoperability programming, security in .net, mobile phone programmming, GDI+ graphic programming, multithreading, Windows Services, XML and SOAP in .net, and much more. Chapters in the book contain programming examples, reference tables, and step-by-step tutorials to guide you through one of Microsoft`s greatest achievements in programming environments.
Price: 59.95 - Updated: 01/01/2004
|
|
|
C# Class Design: Coding Effective Classes
|
Website
Refer
Review It
|
C# is Microsoft`s new object-oriented language, specifically designed to take full advantage of the .NET type system. At the heart of .NET programming in C# is the task of building classes. All C# code participates in the .NET type system, because all code is contained in classes and other types which participate in the class hierarchy of the .NET framework. This book is a guide to help you design these classes effectively, by looking at what control we have over our classes, and how C# turns our class definitions into executable code.
Ask anyone: designing effective classes that you don`t have to revisit and revise over and over again is an art. This Handbook aims to give you a deep understanding of the implications of every decision you can make in designing a class, so you are better equipped to take full advantage of C#`s power to create classes that are robust, flexible and reusable.
This book assumes that you are already familiar with the syntax of C#. It assumes that you have already used it to write code and that you are familiar with your chosen development tools and know how to compile and run C# code. You should also be aware of .NET`s basic object-oriented mechanisms. In this book, we`ll lift the lid on the simple syntax and examine what it really does behind the scenes.
Price: 13.65 - Updated: 01/01/2004
|
|
C# Programming Tips & Techniques
|
Website
Refer
Review It
|
Master C# using this resource filled with precise, proven techniques from today`s industry experts. Inside you`ll find quick and concise solutions that can be put to immediate use easily and effectively. Organized by topic and packed with critical information this is a must-have guide for every C# developer.
Price: 40.29 - Updated: 01/01/2004
|
|
GDI+ Programming: Creating Custom Controls Using C#
|
Website
Refer
Review It
|
Whether you are using Windows Forms to build rich-client business applications or the ASP.NET framework to build powerful web applications or web services, the use of well-designed graphics will greatly enhance their usability, impact, and visual appeal. This book provides a comprehensive guide to the use of GDI+ in .NET applications and aims to provide developers with all the information they need to build effective custom controls.
The opening section of the book investigates the .NET Framework classes that implement GDI+. It covers all of the classes, methods and techniques needed to create, manipulate, and display precise graphics in a form, a page being sent to a printer or an image.
On this foundation, the second section describes how to design and build effective custom controls for use in a business environment. Topics covered include building composite controls, implementing keyboard navigation, and enhancing design-time support.
The final section of the book explores the use of GDI+ and ASP.NET to build custom controls that can provide reusable, GUI components for web projects and to deliver customized graphics over the Internet.
Price: 26.66 - Updated: 01/01/2004
|
|
Programming in the Key of C#
|
Website
Refer
Review It
|
Introduce yourself to C# programming with Charles Petzold, one of the industry’s premier authors. This uniquely enjoyable tutorial requires no programming experience but will expertly help you build the fundamental skills for writing code with C#.
Price: 20.99 - Updated: 01/01/2004
|
|
Fast Track C#
|
Website
Refer
Review It
|
Aimed at the experienced developer making the leap to C# and .NET, Fast Track C# provides a concise and spot-on treatment of the subject that will let any veteran developer get going with Microsoft`s latest programming language and platform quickly.
This text`s compact and fast-moving format makes it a strong choice for getting acquainted with the C# language. Without getting bogged down in every detail of .NET, the authors cover the platform`s essential features and advantages before delving into one of the best available language-based tutorials on C#. From data types and keywords to basic and advanced class design options, there`s good coverage of all the relevant bases here. These sections will be all the competent C/C++ or Java programmer needs to know for getting started with C#.
The rest of the book targets essential .NET APIs so that you can get started on your own projects. The focus is on key concepts rather than total coverage--just what the experienced programmer needs.
Coverage of string, file I/O, and new support for XML introduces new important .NET APIs. Sections on building client-side applications with Windows Forms are followed by basic Web programming with ASP.NET. We liked the approach to ADO.NET offered here, which shows off some must-know programming techniques (plus a grid example), but without drowning in detail with this complex set of classes. The text rounds off with a discussion of Web services, surveying the relevant XML standards and some common options here.
Overall, this title puts C# within reach with its admirably concise presentation of essential C# language features and core .NET APIs. It`s a winning combination, one that will meet the needs of anyone with some previous Windows programming experience in the C/C++ family of languages. It`s also a good bet for the advanced VB programmer who is considering a switch to C# instead of VB .NET as the next step in his or her learning curve. --Richard Dragan
Price: 5.05 - Updated: 01/01/2004
|
|
Sams Teach Yourself C# in 24 Hours
|
Website
Refer
Review It
|
Sams Teach Yourself C# in 24 Hours provides readers with 24 structured lessons that provide a light, but thorough introduction to C#. James Foxall moves beyond the pure syntax covered in existing books, to guide readers step-by-step through a cohesive presentation of the basics of C#. Once the basics are understood, Foxall shows the reader how to apply this knowledge to real-world Windows programming tasks using C#. Each chapter contains exercises that reinforce the lessons learned in each chapter. Tips, Notes, and Cautions provide additional advice from the authors on how to get up to speed and programming quickly with C#. Sidebars provide the more experienced reader with tips that will ease their migration from Visual Basic 6 and Visual C++ to C#.
Price: 20.99 - Updated: 01/01/2004
|
|
C# for Java Developers
|
Website
Refer
Review It
|
From Book News, Inc.
This guide will help Java developers master .NET programming with C#. It reveals similarities and differences between the two platforms these languages support, and shows how to draw on knowledge of Java to get up to speed in C# development. After a brief overview of the .NET platform, the book explains the syntax and features of the C# language, discusses how to use C# and the .NET Framework to accomplish common programming tasks, and introduces advanced programming areas such as threading and networking. Jones has experience developing e- commerce and security systems with Java. Freeman has written several books on Java.Book News, Inc.®, Portland, OR
Book Description
The similarities between C# and Java are immediate and obvious, but Java programmers need to overcome certain challenges before they can get up to speed with C#. The expert authors of this title have written the perfect guide to help Java developers move past pitfalls and learn to make use of C#. The authors demonstrate the syntactical and architectural similarities between the two languages-and what`s different in C#-to transform Java developers into productive C# developers as quickly and painlessly as possible.
Price: 34.99 - Updated: 01/01/2004
|
|
MCAD Developing and Implementing Windows-based Applications
|
Website
Refer
Review It
|
Exam 70-316 measures the ability to develop and implement Windows-based applications by using Windows Forms and the Microsoft .NET Framework. This exam counts as a core credit toward the new MCAD (Microsoft Certified Application Developer) certification as well as a core credit toward the MCSD .NET certification. This book is not intended to teach new material. Instead it assumes that you have a solid foundation of knowledge but can use a refresher on important concepts as well as a guide to exam topics and objectives. This book focuses exactly on what you need to pass the exam - it features test-taking strategies, time-saving study tips, and a special Cram Sheet that includes tips, acronyms, and memory joggers not available anywhere else. The series is supported online at several Web sites: examcram.com, informit.com, and cramsession.com.
The accompanying CD features PrepLogic™ Practice Tests, Preview Edition. This product includes one complete PrepLogic Practice Test with approximately the same number of questions found on the actual vendor exam. Each question contains full, detailed explanations of the correct and incorrect answers. The engine offers two study modes, Practice Test and Flash Review, full exam customization, and a detailed score report.
Price: 20.99 - Updated: 01/01/2004
|
|
|
|