
The C# Workshop
Kickstart your career as a software developer with C#
- 780 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
The C# Workshop
Kickstart your career as a software developer with C#
About this book
Build your understanding and confidence with this hands-on guide to programming with C# 10 and.NET 6
Key Features
- Gain a solid foundation in C# and focus on coding real-world applications
- Learn how to write clean, effective code and think like a C# developer
- Build your experience and confidence with hands-on exercises and activities
Book Description
C# is a powerful, versatile language that can unlock a variety of career paths. But, as with any programming language, learning C# can be a challenging process. With a wide range of different resources available, it's difficult to know where to start.
That's where The C# Workshop comes in. Written and reviewed by industry experts, it provides a fast-paced, supportive learning experience that will quickly get you writing C# code and building applications. Unlike other software development books that focus on dry, technical explanations of the underlying theory, this Workshop cuts through the noise and uses engaging examples to help you understand how each concept is applied in the real world.
As you work through the book, you'll tackle realistic exercises that simulate the type of problems that software developers work on every day. These mini-projects include building a random-number guessing game, using the publisher-subscriber model to design a web file downloader, creating a to-do list using Razor Pages, generating images from the Fibonacci sequence using async/await tasks, and developing a temperature unit conversion app which you will then deploy to a production server.
By the end of this book, you'll have the knowledge, skills, and confidence to advance your career and tackle your own ambitious projects with C#.
What you will learn
- Understand the fundamentals of programming with C# 10 and.NET 6
- Build your familiarity with.NET CLI and Visual Studio Code
- Master the fundamentals of object-oriented programming (OOP)
- Understand and implement concurrency to write more efficient code
- Create a database and handle data using C#, SQL, and Entity Framework
- Build web applications using the ASP.NET framework
- Run automated unit tests with NUnit to validate your code
- Use principles including SOLID, KISS, ACID, DRY, and design patterns
Who this book is for
This book is for aspiring C# developers. It is recommended that you already have a basic understanding of core programming concepts before you start. Prior experience of another programming language would be beneficial, though it is not absolutely necessary.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- The C# Workshop
- Preface
- 1. Hello C#
- 2. Building Quality Object-Oriented Code
- 3. Delegates, Events, and Lambdas
- 4. Data Structures and LINQ
- 5. Concurrency: Multithreading Parallel and Async Code
- 6. Entity Framework with SQL Server
- 7. Creating Modern Web Applications with ASP.NET
- 8. Creating and Using Web API Clients
- 9. Creating API Services