オブジェクト指向・システム開発

スポンサーリンク
Visual Studio

Visual Studio 2019 v16.8 Preview 2

Visual Studio 2019 v16.8 Preview 2 Releases New Features Today!メモ。Gitの使い勝手も向上。
.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...
Git

ソースコードブランチ管理のパターン

情報源: ソースコードブランチ管理のパターンマーティンファウラーによるブランチ管理の分類。細かい。
.NET

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

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

WSL 2がWindows 10 Versions 1903と 1909でサポートされるようになるよ

Support for Windows Subsystem for Linux (WSL) 2 distros is being backported to Windows 10 version 1903, and 1909!情報源: WS...
.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...
Memo

Visual Studio Code July 2020(1.48)

Learn what is new in the Visual Studio Code July 2020 Release (1.48)情報源: Visual Studio Code July 2020設定同期機能の追加など。
Visual Studio

Visual Studio 2019 v16.7 and v16.8 Preview 1 Release Today! | Visual Studio Blog

Announcing the release of Visual Studio 2019 version 16.7 and Visual Studio 2019 version 16.8 Preview 1. Both versions i...
.NET

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

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