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

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バージョン...
Microsoft

MSRがDNAで計算機を作ったらしい

Researchers use a strand-displacing DNA polymerase to do biocomputingMicrosoft ResearchがDNAの塩基配列をいわばチューリングマシンのリボンとして使う事で...
.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...
オブジェクト指向・システム開発

「DXって何じゃらほい?或いは2025年の崖っ淵に向かって熊とワルツを踊る刹那について」を読んでいる途中で意識が飛んだ

何週間か前のこと、急にエンプラっぽくないAIベンチャーの社長さんからメッセで飲みに誘われ、秋葉原の焼き鳥屋さんでDXとやらについて聞かれて、とりあえずこのレポート読んどけと返しつつも考えちゃった訳です。Direct Xとか、よくテレビに出て...
.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 – ...
Git

Exciting new updates to the Git experience in Visual Studio | Visual Studio Blog

We've been addressing your feedback for improving the Git experience within Visual Studio. This post talks about updates...
オブジェクト指向・システム開発

[試して理解]Linuxのしくみ ~実験と図解で学ぶOSとハードウェアの基礎知識 – 武内覚

div.BlockA { float: left; width: 30%;}div.BlockB { float: none;}div.box1 { padding: 0.5em 1em; margin: 2em 0; font-weigh...
.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...
Windows

現行のWSL2でX Windowのアプリを動かすためのチュートリアル(英語記事紹介)

情報源: Running WSL GUI Apps on Windows 10 - Microsoft Tech Community - 1493242Windows上でX Serverを動かして、アプリを動かす方法と、xrdpを使ってリモ...
.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...
docker/container

WSL2の使用からDockerインストールまで(英語記事紹介)

Using WSL2 in a Docker Linux container on Windows to run a Minecraft Java Edition - Microsoft Tech Community - 1482133Wi...
スポンサーリンク