> For the complete documentation index, see [llms.txt](https://dailyjournal.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dailyjournal.gitbook.io/notes/multi-platform-frameworks/.net.md).

# .NET

Network Enabled Technologies

> [.NET Standard](https://dotnet.microsoft.com/en-us/platform/dotnet-standard) is a formal specification of the APIs that are common across all these .NET implementations. .NET Standard allows libraries to build against the agreed on set of common APIs, ensuring they can be used in any .NET application—mobile, desktop, IoT, web, or anywhere you write .NET code.

{% embed url="<https://devblogs.microsoft.com/dotnet/wp-content/uploads/sites/10/2021/11/dotnet-unified-platform.png>" %}

{% embed url="<https://dotnet.microsoft.com/en-us/>" %}

{% embed url="<https://learn.microsoft.com/en-us/dotnet/>" %}

{% hint style="info" %}
.NET was previously called .NET Core.
{% endhint %}

{% embed url="<https://learn.microsoft.com/en-us/dotnet/navigate/migration-guide/>" %}

{% embed url="<https://www.altexsoft.com/blog/engineering/the-good-and-the-bad-of-net-framework-programming/>" %}

{% embed url="<https://www.interviewbit.com/dot-net-interview-questions/>" %}

{% embed url="<https://cheatsheetseries.owasp.org/cheatsheets/DotNet_Security_Cheat_Sheet.html>" %}
