List local Windows Administator names with .NET
First, you need to install the NuGet Package System.DirectoryServices.AccountManagement Now you can open a context and get all members of the built-in group “Administrators”
Blogbeitrag lesenFirst, you need to install the NuGet Package System.DirectoryServices.AccountManagement Now you can open a context and get all members of the built-in group “Administrators”
Blogbeitrag lesenOften you have the requirement that you need or want to add additional claims to a token - either the, ID token or the access token. This is especially useful when one needs an additional custom enrichment that is not …
Blogbeitrag lesenThere are now an insane number of ways to register applications in Azure Active Directory - but many ways are no longer supported or have been discontinued, for example the old Azure PowerShell tools.
Blogbeitrag lesenHeute hat Microsoft die .NET Updates von März 2022 auf ihrem Blogpost veröffentlicht. Fix CVE-2020-8927: .NET Remote Code Execution Vulnerability Fix CVE-2022-24464: .NET Denial of Service Vulnerability Fix …
Blogbeitrag lesen20 years ago today .NET was released! Congratulations - you are the best ecosystem!
Blogbeitrag lesenIn many scenarios it can make sense to host single page applications via an Azure Web App, for example if you have many small applications - then the Static Web App will simply be more expensive. Likewise, it can be very …
Blogbeitrag lesenDas Microsoft ASP.NET Team hat nun die Roadmap zu .NET 7 veröffentlicht. Der Release ist für November 2022 geplant. Der GitHub Link: ASP.NET Core Roadmap for .NET 7
Blogbeitrag lesenHeute hat Microsoft die .NET Updates von Februar 2022 auf ihrem Blogpost veröffentlicht. Fix CVE-2022-21986: .NET Denial of Service Vulnerability .NET 5.0 End of life: .NET 5 ist kein LTS-Update, weshalb der Support …
Blogbeitrag lesenWindows Forms aka WinForms Windows Forms ist eine sehr stark veraltete Technologie, die Aufgrund ihrer Einfachheit jedoch immer noch sehr beliebt ist. WinForms besitzt einen sehr dünnen Layer, der direkt die Win32 API …
Blogbeitrag lesenBicep scripts are ideally part of the source code and can also be used as such in the build process of the application.
Blogbeitrag lesen