Skip to content

Commit

Permalink
Add descriptions for some topics
Browse files Browse the repository at this point in the history
  • Loading branch information
skrysmanski committed Feb 4, 2024
1 parent 9a6edcb commit 2976b41
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions content/topics/csharp/_index.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 2 additions & 0 deletions content/topics/dotnet/_index.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions content/topics/resharper/_index.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 5 additions & 0 deletions content/topics/visual-studio/_index.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion themes/devlog-theme

0 comments on commit 2976b41

Please sign in to comment.