Mastering Visual C#.Net and over one million other books are available for Amazon Kindle. Learn more

Have one to sell? Sell yours here
Mastering Visual C# .NET
 
 
Start reading Mastering Visual C#.Net on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Mastering Visual C# .NET [Paperback]

Jason Price (Author), Mike Gunderloy (Author)
4.0 out of 5 stars  See all reviews (33 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $32.99  
Paperback --  

Book Description

0782129110 978-0782129113 August 20, 2002 1
Get Everything You Can Out of Visual C# and the .NET Framework

Mastering Visual C# .NET is the best resource for getting everything you can out of the new C# language and the .NET Framework. You'll master C# language essentials, quickly taking advantage of the many improvements it offers over C++ and see tons of examples that show you all the ways that .NET can make your programming more efficient and your applications more powerful. You'll learn how to create stand-alone applications, as well as build Windows, web, and database applications. You'll even see how to develop web services—a technology that holds great promise for the future of distributed application.

Coverage includes:

  • Mastering the fundamentals and advanced aspects of the C# language
  • Using Visual Studio .NET for increased coding productivity and debugging
  • Creating distributed applications with remoting and web services
  • Understanding object-oriented concepts
  • Delivering data across the Internet with web services
  • Using XML to communicate with other applications
  • Accessing databases with ADO.NET
  • Building Windows applications
  • Creating web applications using ASP.NET
  • Reading and writing data from/to files or the Internet
  • Using advanced data structures to store and manipulate information
  • Using multi-threading for greater application efficiency
  • Using reflection to manipulate running code
  • Building distributed applications with remoting and web services
  • Securing code and authenticating users
  • Using built-in encryption facilities
  • Making your applications world-ready
  • Parsing strings with regular expressions
  • Using delegates to handle runtime events
  • Programming defensively with exception handling


Editorial Reviews

From the Back Cover

Get Everything You Can Out of Visual C# and the .NET Framework

Mastering Visual C# .NET is the best resource for getting everything you can out of the new C# language and the .NET Framework. You’ll master C# language essentials, quickly taking advantage of the many improvements it offers over C++ and see tons of examples that show you all the ways that .NET can make your programming more efficient and your applications more powerful. You’ll learn how to create stand-alone applications, as well as build Windows, web, and database applications. You’ll even see how to develop web services—a technology that holds great promise for the future of distributed application.

Coverage includes:

  • Mastering the fundamentals and advanced aspects of the C# language
  • Using Visual Studio .NET for increased coding productivity and debugging
  • Creating distributed applications with remoting and web services
  • Understanding object-oriented concepts
  • Delivering data across the Internet with web services
  • Using XML to communicate with other applications
  • Accessing databases with ADO.NET
  • Building Windows applications
  • Creating web applications using ASP.NET
  • Reading and writing data from/to files or the Internet
  • Using advanced data structures to store and manipulate information
  • Using multi-threading for greater application efficiency
  • Using reflection to manipulate running code
  • Building distributed applications with remoting and web services
  • Securing code and authenticating users
  • Using built-in encryption facilities
  • Making your applications world-ready
  • Parsing strings with regular expressions
  • Using delegates to handle runtime events
  • Programming defensively with exception handling

About the Author

Jason Price is an independent consultant and writer, and is both a Microsoft Certified Professional and an Oracle Certified Professional. Jason has more than 10 years of experience in the software industry, and he has extensive experience with C#, .NET, and Java. He is the author of Oracle 9i JDBC Programming and Java Programming with Oracle SQLJ.

Mike Gunderloy is an independent consultant who has worked with Microsoft data access and web technologies for more than a decade. He is the author of ADO and ADO.NET Programming, and coauthor of .NET E-Commerce Programming and the best-selling Access 2002 Developer's Handbook series, all from Sybex.


Product Details

  • Paperback: 800 pages
  • Publisher: Sybex; 1 edition (August 20, 2002)
  • Language: English
  • ISBN-10: 0782129110
  • ISBN-13: 978-0782129113
  • Product Dimensions: 9 x 7.5 x 2.2 inches
  • Shipping Weight: 3 pounds
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (33 customer reviews)
  • Amazon Best Sellers Rank: #1,013,336 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

33 Reviews
5 star:
 (19)
4 star:
 (6)
3 star:
 (3)
2 star:    (0)
1 star:
 (5)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (33 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

16 of 17 people found the following review helpful:
5.0 out of 5 stars Simply the best, November 7, 2002
By 
This review is from: Mastering Visual C# .NET (Paperback)
I read through this book at the local bookstore and then bought it online. I agree with the other reviewers: this book is simply the best one around.

There are so many books on C# now, but a few really shine as being great. This book is one of them.

I liked this book because it can be used as both a user guide to learn C# _and_ as a reference book to C# and .NET. No other book even comes close to that goal, and the authors have done a really great job.

Another great thing about this book is that it can be used by beginners and advanced users, so if you don't know C# you can learn everything you need from this book. Even if you don't know programming, this book is written in a style that you can understand - all without talking down to the reader.

There are also topics covered in this book not covered in any other book - such as security and other advanced topics.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 11 people found the following review helpful:
5.0 out of 5 stars This is by far the best book on C# I've seen, September 19, 2002
This review is from: Mastering Visual C# .NET (Paperback)
This is by far the best book on C# I've seen. I'm an intermediate programmer experienced with C++ and Java. I found the style of the book easy to follow. One of the things I really liked was that the book acts as both a guide and a reference to supplement the Microsoft Online reference material.

Part 1 of the book covers the details of the C# language, such as using variables and objects, baic C# programs, and compiling and running programs.

Part 2 goes into the advanced aspects of C# and .NET, like thread programming, assemblies, security, remoting, and so on.

Part 3 dives into .NET programming, such as ASP.NET, ADO.NET, Windows application programming, and building web services.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
4.0 out of 5 stars Unquestionably a good first C# book, December 14, 2004
Amazon Verified Purchase(What's this?)
This review is from: Mastering Visual C# .NET (Paperback)
If you are familiar with OOP/C++/Java and want to pick up main C# concepts in a hurry, get this book. Although I did read Tom Archer's "Inside C#" before this one, and some tutorials on the net, I think this book deserves to be the first C# book for a beginner or an intermediate programmer. It has a decent aggregation & coherent explanantions of all the major C# topics and uses Visual Studio.NET IDE in its examples (which I think is really important for a C# book). One minor drawback is that some important topics(like Web Services and .NET Remoting) are given just a cursory treatment. But I guess, such vast topics merit devoted books just for those. Beware however, I came across 2 critical bugs - Ch 12, first page it says method signature is composed of method name,return type and parameter list (actually its just the parameter list and method name) and on page 794, chapter on ADO.NET it says to use Fill method on DataSet object to synchronize changes made to the DataSet with Database(in reality you should use Update method). It even gives an introduction to ASP.NET and ADO.NET but you have to look for other sources to learn those technologies well.

Overall, its a good book to invest your money and time in.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
First Sentence:
IN THIS CHAPTER, YOU'LL be introduced to the C# language. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
bool started, managed provider classes, public string model, generic data classes, example displays the following, output from this program, object rhs, fields public string, umn object, private string model, fields private string, changes with the database, overloaded addition operator, rce property, galaxy array, property foreach, following simplified syntax, ream object, motorcycle object, row from the customers table, cul ati, attempting division, consecutive identical characters, state name value, rmi ssi
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Visual Studio, Active Directory, New York, Alfreds Futterkiste, Type Gets, Boolean Indicates, Maria Anders, Obere Str, Solution Explorer, Jason Price, Object Browser, Server Explorer, Data Form Wizard, Framework Class Library, Query Analyzer, Internet Explorer, Sql Command, Laurence Lebihan, Main Street, Framework Configuration, Query Builder, Class View, Sales Representative, Generate Dataset, Microsoft Access
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:




What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject