From 28ca2cbdf25ac09cee761fa28be26e9802498020 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Sun, 1 Oct 2023 14:30:55 +0100 Subject: [PATCH] docs: minor updates (#561) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d877a870..114edb88e 100644 --- a/README.md +++ b/README.md @@ -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