Category: Development

Dockerize an ASP.NET Core Application

Follow the tutorial. https://medium.com/dockerize-an-asp-net-application/dockerize-an-asp-net-application-5030ccc531fa Convert it to .NET 5. Download .NET 5.0 On Windows, we recommended installing the Hosting Bundle, which includes the .NET Runtime and IIS support. .Docker Images Old Link: Docker Images Port your application to .NET Core. Note: This is the last page I converted to WordPress blocks. Continue from here.

Authenticate to a WebAPI using AAD with SQL Server

Prerequisites Have an Azure subscription. Have an Azure SQL Server in that subscription. Have an Azure SQL database named “Logbook” hosted by that Azure SQL Server. Install the Az PowerShell Module. Install the latest version of SQL Server Management Studio (SSMS) (currently v18.5). Background Information https://docs.microsoft.com/en-us/azure/sql-database/sql-database-aad-authentication https://docs.microsoft.com/en-us/azure/app-service/configure-authentication-provider-microsoft https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/start-mvc?view=aspnetcore-3.1&tabs=visual-studio This uses SQL Server Express LocalDB, not full …

Continue reading

Creating Microsoft 365 apps with Microsoft Graph Toolkit

Wednesday, May 20, 3:30 PM – 3:45 PM EDT Nikola Metulev, Microsoft (@metulev) I had really wanted to see Nikola build a Toolkit app from end-to-end, but he only had 15 minutes for the entire demo and discussion.  Here are the links I think I need to be able to build the demo. https://docs.microsoft.com/en-us/graph/toolkit/get-started https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app …

Continue reading

The Journey to One .NET – Live

Wednesday, May 2012:00 PM – 12:30 PM EDT Scott Hanselman, Microsoft; Scott Hunter, Microsoft Demo: Created a Blazor WebAssembly app in VS You can check PWA. Showing local variables in the browser while debugging, which has only worked for a couple of months. Can debug the backend API in VS. Set breakpoints. This is full-stack …

Continue reading

Everything you need to know about WinUI

Ryan Demopoulos, Microsoft; Miguel Ramos, Microsoft Wednesday, 20 May 2020, 9:45 to 10:15 am EST What is WinUI and what can it do for you? 1992, MFC, OO framework for Native C++. 2002, WinForms, .NET Framework. Like MFC, wrapped common controls. Left MFC for native. 2006, WPF, .NET Framework. Good for desktop. Not everybody needed …

Continue reading

Load more