.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...
.NET

.NETでApplicationExceptionを使用してはいけない

リマインダー。理由基本的に潜在的なバグがある。もともとユーザーカスタムな例外を定義するために基底クラスとして作られているので、生身で使う物では無い。結論ちゃんと調べて適切なExceptionの派生型を使用する。Exceptionクラスをカス...
.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 -...
.NET

Memo: Roslynを使ってC#のコードでC#のコードをコンパイルする

using System;using System.Collections.Generic;using System.Text;using System.IO;using Microsoft.CodeAnalysis.CSharp;usin...
.NET

Memo: C++/CLIでの.NET Frameworkのバージョン指定

基本は以下。MSBuild ターゲット フレームワークおよびターゲット プラットフォーム具体的には、<PropertyGroup Label="Globals">を探して、その中に<TargetFrameworkVersion>vバージョン...
.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...
.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 – ...
.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...
.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...
.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 Preview...
スポンサーリンク