.NET

.NET

.NET Conf 2021 – Focus on Windows

最終的な感想としては、Microsoftの中でもDevチームとWindowsチームが同床異夢であるという認識は変わらなかったかな。選択肢が増えることは良いのかもしれないけれど、こちら側としてはそれでは今後どうすれば良いのかと言う方向性が決定...
.NET

.NET 6 Preview 1

Announcing .NET 6 Preview 1ASP.NET Core updates in .NET 6 Preview 1Announcing Entity Framework Core 6.0 Preview 1いよいよ.NE...
.NET

.NET 5プロジェクトでのCOM参照の追加

Visual Studio 2019 v16.6より.NET CoreプロジェクトでのCOM参照の仕組みが追加されており、Visual Studio 2019 v16.8/.NET 5でもその機能を使うことが出来ます。こういうめんどくさいこ...
.NET

.NET 5でシングルバイナリを作る

.NET Coreから.NETのアプリケーションを1本の実行ファイル(シングルバイナリ)にする方法が出来て、.NET 5でも当然引き継がれています。ちなみに、シングルバイナリファイルを正式には単一ファイルアプリケーション(Single-fi...
.NET

Visual Studio 2019 v16.8 / Visual Studio 2019 for Mac version 8.8

Visual Studio 2019 v16.8 and v16.9 Preview 1 Release TodayVisual Studio 2019 for Mac version 8.8 is now availableVS2019 ...
.NET

.NET 5, C# 9, F# 5 GA リンクまとめ

C# 9.0 on the recordAnnouncing F# 5Announcing .NET 5.0Announcing ASP.NET Core in .NET 5Announcing the Release of EF Core...
.NET

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

Memo: Roslynを使ってC#のコードでC#のコードをコンパイルするの続きで、コンパイル結果をインメモリで取得して、そこからリフレクションを使ってインスタンスを作成する方法と、コンパイルエラー処理を追加。using System;us...
.NET

.NET 5 RC2 リンクまとめ

Announcing .NET 5.0 RC 2 | .NET BlogAnnouncing Entity Framework Core (EF Core) 5 RC2 | .NET BlogASP.NET Core updates in ...
.NET

.NET Conf 2020

Join the .NET Conf 2020 free virtual event November 10-12 to learn about the newest developments across the .NET platfor...
.NET

C#コーディングルール_#14_StyleCopAnalyzersのインストール|ピーコックアンダーソン

前回はStyleCopAnalyzersのお話をしました。StyleCopAnalyzersを使うと,間違った…情報源: C#コーディングルール_#14_StyleCopAnalyzersのインストール|ピーコックアンダーソンナイスなSty...
.NET

NET Core Releases and Support | .NET Blog

While we’ve covered .NET Core releases, cadence and support policies in previous blog posts, the information has been di...
.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...
.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...
.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 – ...
スポンサーリンク