Skip to content

Core C# And. Net

Best in textbook rentals since 2012!

ISBN-10: 0131472275

ISBN-13: 9780131472273

Edition: 2006

Authors: Stephen C. Perry

List price: $59.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

'Core C# and .NET' demonstrates practical techniques used by professional developers, features robust, thoroughly tested sample code and realistic examples, focuses on the cutting-edge technologies that developers need to master today, and provides expert advice that will help developers build superior software.
Customers also bought

Book details

List price: $59.99
Copyright year: 2006
Publisher: Prentice Hall PTR
Publication date: 9/6/2005
Binding: Paperback
Pages: 1008
Size: 6.75" wide x 9.00" long x 2.00" tall
Weight: 3.080
Language: English

About the Author
Foreword
Preface
Acknowledgments
Fundamentals of C# Programming and Introduction To .Net
Introduction to .NET and C#
Overview of the .NET Framework
Microsoft .NET and the CLI Standards
Common Language Runtime
Compiling .NET Code
Common Type System
Assemblies
Framework Class Library
Working with the .NET Framework and SDK
Updating the .NET Framework
.NET Framework Tools
Ildasm.exe
wincv.exe
Framework Configuration Tool
Understanding the C# Compiler
Locating the Compiler
Compiling from the Command Line
Summary
Test Your Understanding
C# Language Fundamentals
The Layout of a C# Program
General C# Programming Notes
Primitives
decimal
bool
char
byte, sbyte
short, int, long
single, double
Using Parse and TryParse to Convert a Numeric String
Operators: Arithmetic, Logical, and Conditional