Book description
Your hands-on guide to Microsoft Visual C# fundamentals with Visual Studio 2017
Expand your expertise--and teach yourself the fundamentals of programming with the latest version of Visual C# with Visual Studio 2017. If you are an experienced software developer, you’ll get all the guidance, exercises, and code you need to start building responsive, scalable, cloud-connected applications that can run almost anywhere.
Discover how to:
Quickly start creating Visual C# code and projects with Visual Studio 2017
Work with variables, operators, expressions, methods, and program flow
Build more robust apps with error, exception, and resource management
Spot problems fast with the Visual Studio debugger
Make the most of improvements to C# methods, parameters, and switch statements
Master the C# object model, and create your own functional data structures
Leverage advanced properties, indexers, generics, and collection classes
Create Windows 10 apps that share data, collaborate, and use cloud services
Integrate Cortana to voice-enable your applications
Perform complex queries over object collections with LINQ
Improve application throughput and response time with asynchronous methods
Use delegates and decoupling to construct highly extensible systems
Customize C# operator behavior over your own classes and structures
Streamline development with app templates
Implement the powerful Model-View-ViewModel (MVVM) pattern
Develop cloud-connected applications that seamlessly follow users across devices
Build UWP applications that retrieve complex data via REST and present it intuitively
Table of contents
- Cover Page
- Title Page
- Copyright Page
- Contents at a Glance
- Contents
- Acknowledgments
- About the Author
- Introduction
-
Part I Introducing Microsoft Visual C# And Microsoft Visual Studio 2017
- Chapter 1 Welcome to C#
- Chapter 2 Working with variables, operators, and expressions
- Chapter 3 Writing methods and applying scope
- Chapter 4 Using decision statements
- Chapter 5 Using compound assignment and iteration statements
- Chapter 6 Managing errors and exceptions
-
Part II Understanding the C# Object Model
- Chapter 7 Creating and managing classes and objects
- Chapter 8 Understanding values and references
- Chapter 9 Creating value types with enumerations and structures
- Chapter 10 Using arrays
- Chapter 11 Understanding parameter arrays
- Chapter 12 Working with inheritance
- Chapter 13 Creating interfaces and defining abstract classes
- Chapter 14 Using garbage collection and resource management
-
Part III Defining Extensible Types With C#
- Chapter 15 Implementing properties to access fields
- Chapter 16 Handling binary data and using indexers
- Chapter 17 Introducing generics
- Chapter 18 Using collections
- Chapter 19 Enumerating collections
- Chapter 20 Decoupling application logic and handling events
- Chapter 21 Querying in-memory data by using query expressions
- Chapter 22 Operator overloading
-
Part IV Building Universal Windows Platform Applications With C#
- Chapter 23 Improving throughput by using tasks
- Chapter 24 Improving response time by performing asynchronous operations
- Chapter 25 Implementing the user interface for a Universal Windows Platform app
- Chapter 26 Displaying and searching for data in a Universal Windows Platform app
- Chapter 27 Accessing a remote database from a Universal Windows Platform app
- Index
- Code Snippets
Product information
- Title: Microsoft Visual C# Step by Step, 9th Edition
- Author(s):
- Release date: June 2018
- Publisher(s): Microsoft Press
- ISBN: 9780134850771
You might also like
book
Microsoft Visual C# Step by Step, 8th Edition
Your hands-on guide to Microsoft Visual C# fundamentals with Visual Studio 2015 Expand your expertise--and teach …
book
Microsoft Visual C# Step by Step, 10th Edition
Your hands-on guide to Microsoft Visual C# fundamentals with Visual Studio. Expand your expertiseand teach yourself …
book
Head First C#, 4th Edition
What will you learn from this book? Dive into C# and create apps, user interfaces, games, …
book
Professional C# and .NET, 2021st Edition
Get the latest coverage of the newest features in C#9 and .NET 5 In Professional C# …