var msbuild = new MSBuild(2020);
var updates = msbuild.getUpdates("Azure", "Visual Studio", ".NET");
foreach (var update in updates)
{
update.Show();
}
9. ? High DPI サポート – Windows Forms on Windows 10
? Touch サポート – WPF on Windows 10
? Enhanced cryptography
? C# 7 and VB 15, including ValueTuple
? .NET Standard 1.6
? パフォーマンスと信頼性の向上
サポートされる Windows バージョン
? Windows 10 Creators Update (RS2), Windows 10 Anniversary Update (RS1), Windows 8.1, Windows 7 SP1
? Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2 SP1
https://blogs.msdn.microsoft.com/dotnet/2017/04/05/announcing-the-net-framework-4-7/
https://docs.microsoft.com/ja-jp/dotnet/articles/framework/winforms/high-dpi-support-in-windows-forms
.NET Framework 4.7 (GA)
10. .NET Framework & .NET Core
RyuJIT, SIMD
Runtime Compilers
.NET Compiler Platform (“Roslyn”)
C#/F#/VB Languages
.NET Core 2.0 Libraries
.NET Framework 4.7 Libraries
Libraries
.NET Framework 4.7 .NET Core
Fully-featured and integrated
.NET libraries and runtime for Windows
Modular and optimized
.NET libraries and runtimes
23. ? コンテナー型のアプリ仮想化技術
? コンテナー間は分離
? OS カーネルや各種ライブラリ等は共有
? 高速かつオーバーヘッドの少ない
デプロイ、再起動、移行
? オープンソース
App
A
Hypervisor (Type 2)
Host OS
Infrastructure
Guest
OS
Bins/
Libs
App
A’
Gues
t
OS
Bins/
Libs
App
B
Gues
t
OS
Bins/
Libs
VM
Guest
OS
Guest
OS
AppA’
Host OS
Infrastructure
Bins/Libs
AppA
Bins/Libs
AppB
AppB’
AppB’
AppB’
Container
Docker Engine
24. Visual Studio 2017
Containers Support
Integrated Docker tooling
Multi-container support
Easily deploy containers to Azure
25. Linux ベースの PaaS サービス & コンテナー実行基盤
Azure Web App on Linux (Public Preview)