f7q / learning

NET Core learning Github
Other
0 stars 1 forks source link

News #6

Open f7q opened 8 years ago

f7q commented 8 years ago

情報収集用

URLのリンク集など

適宜、アップデート

f7q commented 8 years ago

コンテナサーバのチュートリアル

Hiper-V用にDockerコンテナが作成されおり、Windows Sever 2008あたりにビルド用コンテナがあった。 更に小さいNano Serverというのが最新のコンテナで、最小単位のコンテナになる。

但し、Windows Server 2016から搭載予定のプロダクトらしく、C#6.0およびVB14、NetFramework Coreシリーズなどのビルド環境用として使えそう。

f7q commented 8 years ago

asp-net-communityの3月の情報

IdentityでCokkie以外の通信手法が今のところないため、代替としてIdentityServer4の実装が今のところ有力

JwtBearerにしろ、RESTfulのセキュリティ通信になると、途端に難しい・・・DIやAOPで開発簡単になってるのだろうか、フレームワークから外れると難易度が途端に上がる。

f7q commented 8 years ago

asp-net-communityの3月の情報その2

Shannon Deminick shared some content about how to do custom assembly loading with ASP.NET Core

CMS開発しているShannonさんことShazwazzaさんのリポジトリ

知識として役に立ちそう

f7q commented 8 years ago

dotnetリリース情報

https://github.com/Microsoft/dotnet/tree/master/releases

NET Core 1.0.0の既存の問題点 https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.0-known-issues.md

VisualStudio バグ情報

https://connect.microsoft.com/VisualStudio/Feedback

Edgeコンポーネント

https://github.com/MicrosoftEdge/

f7q commented 8 years ago

Build 2016

Visual Studio 15 Previewが発表、C#7コンパイラは次期開発環境搭載

RedHatEnterpriseLinux

開発者無料ライセンスと発表 ほか、Azure連携強化とSQLServer開発を進行してる。 インストールガイドによるとCentOS7から対応だろうから、RHEL7から実装と考えられる。 CentOS6は対応してないかも

f7q commented 8 years ago

asp-net-communityの4月の情報

dotnet-botみたいに応用出来そう。

f7q commented 7 years ago

dotnet.exeの環境

UsingCoreRun

windows

set CORE_LIBRARIES=%ProgramFiles%\dotnet\shared\Microsoft.NETCore.App\1.0.1

linux

set CORE_LIBRARIES=/usr/share/Microsoft.NETCore.App/1.0.1

他、nuget環境やpowershell環境、onegetなど、環境情報整理する必要がある。

f7q commented 7 years ago

Visual Studio 2017

3月7日発売予定 1年かかった・・・

Visual Studio 2015

.NET Core サポートされなくなった。 Announcing .NET Core Tools 1.0 2017以降勧告中

SDKは1.0.0と1.0.1、.NET Core1.0.4と.NET Core 1.1.1が最新

f7q commented 7 years ago

.NET Core 2.0 & .NET Standard

Roadmapだと2017.Q3になっていて、Visual Studio 2017にはない。

[追記] Visual Studio 2017 Preview

VS2017 15.3には搭載予定。今はプレビュー版。サイドバイサイドで、プレビュー版もインストールできる。

[追記] LTSのサポート期間が3年とホームページでアナウンス

https://www.microsoft.com/net/core/support

f7q commented 6 years ago

Visual Studio 2017 Update 3

8月14日リリース(VS2017 15.3)

SDKは1.0.4と2.0.0、.NET Core1.0.5と.NET Core 1.1.2、.NET Core 2.0.0が最新

f7q commented 6 years ago

NET Core 2.1 Preview1リリース

その他 NET Framework SDK 4.7.1 の各OSの範囲が記事になってる。 link OS・IE・Office、CPU、.NET Frameworkのサポート期間 image link .NET Frameworkのバージョンを整理する (1/2) image

f7q commented 6 years ago

NET Core 2.1 Preview2リリース

https://support.microsoft.com/ja-jp/help/13853/windows-lifecycle-fact-sheet

Windows 10 のバージョン履歴 提供日 サービスの終了
Windows 10 バージョン 1803 2018 年 4 月 9日 2019 年 10 月 9 日**
Windows 10 バージョン 1709 2017 年 10 月 17 日 2019 年 4 月 9 日**
Windows 10 バージョン 1703 2017 年 4 月 5 日 2018 年 10 月 9 日**
Windows 10 バージョン 1607 2016 年 8 月 2 日 2018 年 4 月 10 日**
Windows 10 バージョン 1511 2015 年 11 月 10 日 2017 年 10 月 10 日**
Windows 10 バージョン 1507 2015 年 7 月 29 日 2017 年 5 月 9 日
f7q commented 6 years ago

.NET Core 2.1 RC1 リリース