Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: minor updates #561

Merged
merged 1 commit into from
Oct 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@

This project contains the source code for the book **Essential C#** by Mark Michaelis (Addison-Wesley).

## Checkout the online resource that walks through all code samples in this repository at [EssentialCSharp.com](https://essentialcsharp.com)

## Sample Code Guide

Ensure one of the following frameworks is installed at the latest version.

- [.NET](https://www.microsoft.com/net/core) (All) - This project is currently tested against .NET 8.0, 7.0, and 6.0.
- [Visual Studio](https://www.visualstudio.com) contains .NET Core to get up and running. Not to mention, it's a great IDE that makes it easy to get started.
- [Visual Studio](https://visualstudio.microsoft.com/downloads/) contains .NET Core to get up and running. Not to mention, it's a great IDE that makes it easy to get started.

### Download the Code

Expand Down
Loading