From 2976b41e84ea7506496a458aaed4b212f78e8076 Mon Sep 17 00:00:00 2001 From: Sebastian Krysmanski Date: Sun, 4 Feb 2024 07:10:22 +0100 Subject: [PATCH] Add descriptions for some topics --- content/topics/csharp/_index.md | 2 ++ content/topics/dotnet/_index.md | 2 ++ content/topics/resharper/_index.md | 2 ++ content/topics/visual-studio/_index.md | 5 +++++ themes/devlog-theme | 2 +- 5 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 content/topics/visual-studio/_index.md diff --git a/content/topics/csharp/_index.md b/content/topics/csharp/_index.md index 92811526..5dc5ce57 100644 --- a/content/topics/csharp/_index.md +++ b/content/topics/csharp/_index.md @@ -1,3 +1,5 @@ --- title: 'C#' --- + +[C#](https://learn.microsoft.com/en-us/dotnet/csharp/) is a programming language within the [.NET platform](/topics/dotnet). diff --git a/content/topics/dotnet/_index.md b/content/topics/dotnet/_index.md index a8ce664e..bca278c5 100644 --- a/content/topics/dotnet/_index.md +++ b/content/topics/dotnet/_index.md @@ -1,3 +1,5 @@ --- title: '.NET' --- + +[.NET](https://dot.net) is a framework for building applications. It's mainly programmed with [C#](/topics/csharp). There are two variants: The **.NET Framework** which is the legacy, closed-source framework only supported on Windows. And **.NET Core (or just .NET)** which is the new, open-source, cross-platform framework. diff --git a/content/topics/resharper/_index.md b/content/topics/resharper/_index.md index fddea0fe..a297171d 100644 --- a/content/topics/resharper/_index.md +++ b/content/topics/resharper/_index.md @@ -1,3 +1,5 @@ --- title: 'ReSharper' --- + +[ReSharper](https://www.jetbrains.com/resharper/) is a [Visual Studio](/topics/visual-studio) extension by JetBrains. Its primary purpose is to improve [C# development](/topics/csharp) within Visual Studio. diff --git a/content/topics/visual-studio/_index.md b/content/topics/visual-studio/_index.md new file mode 100644 index 00000000..df48dfc4 --- /dev/null +++ b/content/topics/visual-studio/_index.md @@ -0,0 +1,5 @@ +--- +title: 'Visual Studio' +--- + +[Visual Studio](https://visualstudio.microsoft.com/) is an IDE by Microsoft. Among others, its two main programming languages are [C#](/topics/csharp) and [C++](/topics/cpp). diff --git a/themes/devlog-theme b/themes/devlog-theme index d5b77009..b154f123 160000 --- a/themes/devlog-theme +++ b/themes/devlog-theme @@ -1 +1 @@ -Subproject commit d5b77009d5741edbb5cdb0dd745e9389cd674dd5 +Subproject commit b154f1239de7100021940dab6664721f2ea10d64