.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.... 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;... 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オブジェクト指向・システム開発
.NET .NET 5 Preview 6リンクまとめ Announcing .NET 5.0 Preview 6ASP.NET Core updates in .NET 5 Preview 6Announcing Entity Framework Core EFCore 5.0 Preview... 2020-06-26 .NETオブジェクト指向・システム開発
.NET .NET 5.0 Preview 5 リンクまとめ。 Announcing .NET 5.0 Preview 5ASP.NET Core updates in .NET 5 Preview 5Announcing Entity Framework Core 5.0 Previe... 2020-06-11 .NETオブジェクト指向・システム開発