Kategorie: Programmieren
-
GitHub Short Story
https://chatgpt.com/share/f3b0068a-a07f-49d5-a920-889ce7777391
-
.NET 6 & .NET 8 auf einem Ubuntu-Server installieren und ansprechen
To install .NET 6 and .NET 8 in parallel on Ubuntu Server and access these versions, follow these steps: For .NET 8: Alternatively, you can use the dotnet –list-sdks command to list all installed SDKs and dotnet –version to see the default SDK version. Use the dotnet new globaljson –sdk-version <version> command to generate a…
-
Visual Studio Code Remote Development
Um auf einem Ubuntu-Server das Remote Dedugging zu installieren (Achtung: sollte man nicht auf einen Produktionsserver tun!):
-
Login-Seiten für MS-Identity
aspnet-codegenerator installieren:
-
EntityFramework.Core in eine .net Core Blazor WebApp integrieren
1. Install necessary packages: For a Blazor Server App, you’d typically manage the EF Core functionality in the Server project. So, make sure you are working in the Server project directory or set the Server project as the default project in the Package Manager Console (PMC) in Visual Studio. Using the NuGet Package Manager or…
-
How to host asp.net core 6 applications under Ubuntu
Schritt-für-Schritt-Anleitung zur Installation von ASP.NET Core 6 unter Ubuntu 1. Zuerst musst du sicherstellen, dass dein System auf dem neuesten Stand ist. Öffne ein Terminal und führe folgenden Befehl aus: `sudo apt-get update`. 2. Installiere die .NET Core SDK-Pakete, indem du folgenden Befehl ausführst: `sudo apt-get install dotnet-sdk-6.0`. 3. Um sicherzustellen, dass die Installation erfolgreich…
-
appsettings.json erstellen
Installation nuget Packages in V 7.0.0 Neue Datei appsettings.json im root-Verzeichnis erstellen In z.B. Program.cs: Connection String auslesen: Setting auslesen: Verschachtelte Settings auslesen:
-
Sortieren einer Liste
-
Developer-Zertifikat für .net (Core) in VS2020 erstellen
-
Alle Dateien in einem Verzeichnis auflisten