-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a6edcb
commit 2976b41
Showing
5 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Submodule devlog-theme
updated
2 files
+7 −2 | layouts/_default/_markup/render-codeblock.html | |
+7 −2 | layouts/_default/list.html |