

[Guest post] Learn C# with Visual Studio, Visual Studio for Mac, and Unity (and...
source link: https://devblogs.microsoft.com/visualstudio/guest-post-learn-c-with-visual-studio-visual-studio-for-mac-and-unity-and-win-a-free-book/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

[Guest post] Learn C# with Visual Studio, Visual Studio for Mac, and Unity (and win a free book!)

November 25th, 2020
This post was authored by guest blogger Andrew Stellman, author of the Head First C# book series, and published by the Visual Studio for Mac team on his behalf.
UPDATE: The book giveaway challenge is complete. We will be announcing winners on the Visual Studio blog within the next week. Thank you for your submissions!
Visual Studio is an amazing development tool. But Visual Studio and Visual Studio for Mac are more than just intuitive, state-of-the-art development environments. They’re also remarkably powerful learning and exploration tools, with features to help you create and understand your code. I love teaching and learning about C# with Visual Studio. That’s why my co-author, Jenny Greene, and I put Visual Studio and Visual Studio for Mac right at the center of our latest book, Head First C# (4th edition), published by O’Reilly Media. Head First C# incorporates Visual Studio directly in the learning. combining Visual Studio with the unique and innovative “brain-friendly” Head First approach to teaching helps us make learning C# easier and more fun for our readers.
Visual Studio is built with modern development in mind, and we take advantage of that to teach you real-world programming techniques and practices. We teach important, practical skills throughout Head First C# that developers use every day, from refactoring to debugging to unit testing. For example, in many projects throughout the book, you’ll get practice with debugging techniques for tracking down, “sleuthing” out, and fixing bugs in your code—and you’ll use the powerful debugging features of Visual Studio to help you do it. And you’ll use Visual Studio’s powerful code generation tools throughout the book, whether you’re learning core C# building blocks like generating methods or focusing on more advanced concepts like lambda expressions.
Head First C# is packed with stories, puzzles, and exercises to keep you engaged and give you different ways to learn. The new edition features the visually rich, multisensory Head First format that’s based on the latest in cognitive science and learning theory that engages your mind and emotions. Most of all, you’ll get practice with lots of coding projects, complete with sample solutions. You can download the first four chapters of Head First C# for free from the book’s GitHub page.
Interested? Then keep reading, because we’re giving away copies of Head First C#. The contest ends December 9, 2020, so get started now!

Why Head First C# is right for you
Head First C# is a unique, in-depth, and brain-friendly guide to help you learn all about writing code in C#. This is the fourth edition of the book, and we’ve spent over a decade talking to C# learners and finding innovative ways to help you learn C#. We’ve talked to many C# developers over the years, from fledgling programmers to senior engineers, as well as many amazing folks at Microsoft who work on C# and .NET every day. We’ve used those valuable lessons that we’ve learned to create a fun and effective learning experience for you.
We want you to learn C#. But more than that, we want to help you on your journey to becoming a better developer. That’s why Head First C# goes beyond teaching the language:
- You’ll learn real-world techniques like refactoring and unit testing that professional developers use to create great code.
- You’ll sleuth out bugs and get practice debugging code.
- You’ll build lots of games—and you’ll use them to learn practical lessons that apply to all kinds of programming, not just game development.
- You’ll write a lot of C# code—and have fun doing it!
A unique focus on Windows, Mac, and Unity
The world of C# and .NET has grown substantially over the last few years. While C# has always been part of the Windows world, it’s increasingly important for Mac development. That’s why all of the projects in Head First C# are based on .NET Core, Microsoft’s free and open-source framework for Windows, Linux, and macOS.
We worked especially hard to make your Mac a first-class citizen of Head First C#. Visual Studio for Mac is a powerful and innovative development environment, and we worked closely with the Visual Studio for Mac team to fully integrate it into Head First C#.
Visual Studio also provides a great gateway into game development. Building games is a great way to get practice C#, which is why Head First C# features a series of Unity Labs, in which you’ll reinforce the C# lessons you’ve learned by building 3D games. Whether you’re using Windows or macOS, Visual Studio integrates tightly with Unity, the powerful cross-platform game engine that you can use to create games for many different operating systems and consoles.
Game design… and beyond
We included dozens of coding projects throughout Head First C#, and many of those projects are games. We didn’t do this simply because we love games. Games can be effective tools for learning and teaching C#. Here’s why:
- Games are familiar. When you’re learning a new language, you’re immersed in a lot of new concepts and ideas. Giving you something familiar to grab onto can make the learning process go more smoothly.
- Games make it easier to explain projects. When you start one of the projects that we’ve designed for you, the first thing you need to do is understand what we’re asking you to build—and that can be surprisingly difficult. When we use games for our projects, that makes it easier for you to quickly figure out what we’re asking and dive right into the code.
- Games are fun to write! Your brain is much more receptive to new information when you’re having fun, so including coding projects where you’ll build games is, well, a no-brainer (excuse the pun).
Hit the ground running by starting out with an engaging game project
When you use Head First C# to learn C#, you’ll dive right in from the very beginning. In the first chapter of the book, you’ll start writing C# code—and get oriented with Visual Studio—by building an animal matching game.
.NET Core console apps are great if you need to input and output text. If you want a visual app that’s displayed on a browser page, you’ll need to use a different technology—and that’s why we included two different versions of this game. There’s a Windows-exclusive version that uses WPF (Windows Presentation Framework), a technology that you’ll use to build Windows desktop apps. But we don’t want macOS readers to miss out on the fun! That’s why we included a Visual Studio for Mac Learner’s Guide that includes an ASP.NET Blazor version of every WPF project in the book, including a complete replacement for the animal match game in Chapter 1.
With Blazor, you can create rich web applications that can run in any modern browser. The goal of the Blazor animal match game project is to introduce you to Blazor, and to give you tools to build rich web applications as well as console apps. By the time you’re done with the project, you’ll be a lot more familiar with the tools that you’ll rely on throughout the book to learn and explore C#.
The first chapter of Head First C# walks you through creating the game just like you would with a professional development project: by building it in a series of parts that lead towards a final goal of a playable, fun game. Here’s what you’ll do:
- Create a new Blazor WebAssembly App project in Visual Studio.
- Lay out the page and write C# code to shuffle the animals.
- The game lets the user click on pairs of emoji to match them.
- Write more C# code to detect when the player has won the game.
- Make the game more exciting by adding a timer.
The Contest – win a free copy of Head First C#
Are you excited yet? We’ve teamed up with the Visual Studio team to give away free copies of Head First C#. Here’s how:
- Download the free PDF of the first four chapters of Head First C# from the book’s GitHub page.
- Do the animal match game Chapter 1 using Blazor, WPF, or Unity.
- Fill out this form to enter the giveaway by 11:59 p.m. PT, December 9, 2020.
- We’ll randomly select the winners and announce them on the Visual Studio blog.
The official contest rules are available for download in PDF format. Doing a project or puzzle from the book is not required for entry, and if you prefer to submit code from another lab from the book, that’s okay, too. But if you do a project, we encourage you to get creative and put your own, unique spin on it! Upload your code to GitHub and paste in a link to it when you submit your entry. After we select randomly choose the contest winners, we’ll pick some of our favorite projects and highlight them in the follow-up blog post where we announce the winners. This could be your chance for fame and fortune!
Jon Galloway
Senior Program Manager, .NET Community Team
Follow
Recommend
-
61
Submit A Guest Post on Digiintern.com Our community gives you best opportunity write for us and submit your guest post for free to get relevant link . In that you can submit your article for free . This is an opportunity to take your skills and...
-
18
This is a guest post by Mark Dawson: Mark E. Dawson, Jr. is a Sr. Performance Engineer with more than 10 years of experience in systems architecture and low-latency development in the FinTech industry. He enjoy...
-
10
[Guest Post] Creating a game art asset pipeline in .NET...
-
13
[Guest Post] Bring lights in Unity into the real-world using Philips Hue...
-
7
[Guest Post] Visual Studio for Mac Helps You Write Tests[Guest Post] Visual Studio for Mac Helps You Write Tests
-
7
[Guest Post] Better refactoring for Unity projects using .NET analyzersFebruary...
-
8
Gain +10 Debugging for Unity with Visual Studio ...
-
9
Unity Reflect Review adds marker-based AR, presentation mode, and guest usersFebruary 3, 2022 in AEC | 5 min. read
-
4
SmartData Collective > Big Data >
-
6
在 Mac 下配置 Visual Studio Code 为 Unity 代码编辑器0 CommentsUnity 虽然附带了一个 MonoDevelop 作为代码编辑器,但是这个编辑器并不好用。经过半天折腾,...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK