.NET Debug Your .NET Core Apps in WSL 2 with Visual Studio The .NET Core Debugging with WSL 2 – Preview extension lets run and debug your .NET Core apps in WSL 2 from Visual Studi... 2020-09-18 .NETWSLオブジェクト指向・システム開発
.NET .NET 5 Release Candidate 1 リンクまとめ リンクまとめ。Announcing .NET 5.0 RC 1ASP.NET Core updates in .NET 5 Release Candidate 1Announcing Entity Framework Core (EFCor... 2020-09-15 .NETオブジェクト指向・システム開発
.NET .NET 5.0 Preview 8リンクまとめ メモじゃ。Announcing .NET 5.0 Preview 8ASP.NET Core updates in .NET 5 Preview 8Announcing Entity Framework Core (EF Core) 5.0... 2020-08-26 .NETオブジェクト指向・システム開発
.NET .NETでApplicationExceptionを使用してはいけない リマインダー。理由基本的に潜在的なバグがある。もともとユーザーカスタムな例外を定義するために基底クラスとして作られているので、生身で使う物では無い。結論ちゃんと調べて適切なExceptionの派生型を使用する。Exceptionクラスをカス... 2020-08-24 .NETオブジェクト指向・システム開発
.NET ASP.NET Core gRPC for WCF Developers Introduction to building gRPC services in ASP.NET Core 3.0 for WCF developers情報源: ASP.NET Core gRPC for WCF Developers -... 2020-08-17 .NETMemoMicrosoftオブジェクト指向・システム開発
.NET Memo: Roslynを使ってC#のコードでC#のコードをコンパイルする using System;using System.Collections.Generic;using System.Text;using System.IO;using Microsoft.CodeAnalysis.CSharp;usin... 2020-08-14 .NETMemoオブジェクト指向・システム開発
.NET Memo: C++/CLIでの.NET Frameworkのバージョン指定 基本は以下。MSBuild ターゲット フレームワークおよびターゲット プラットフォーム具体的には、<PropertyGroup Label="Globals">を探して、その中に<TargetFrameworkVersion>vバージョン... 2020-07-30 .NETC/C++オブジェクト指向・システム開発
.NET .NET 5.0 Preview 7 リンクまとめ Announcing .NET 5.0 Preview 7ASP.NET Core Updates in .NET 5 Preview 7Announcing Entity Framework Core EF Core 5.0 Previe... 2020-07-22 .NETオブジェクト指向・システム開発
.NET Announcing WinUI 3 Preview 2 At our monthly community call this morning we announced that a new preview of WinUI 3 is ready for you all to try out – ... 2020-07-16 .NETMemoUWPWindowsオブジェクト指向・システム開発
.NET A deep-dive into WinUI 3 in desktop apps – Windows Developer Blog XAML Islands was our first solution to enable developers to use UWP XAML inside their desktop (Win32) apps. Within a cou... 2020-07-08 .NETUWPWindowsオブジェクト指向・システム開発