Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
.NET Docs & Tutorials Tour
Yuta Matsumura
January 28, 2019
Technology
0
170
.NET Docs & Tutorials Tour
https://fukuten.connpass.com/event/115669/
Yuta Matsumura
January 28, 2019
Tweet
Share
Other Decks in Technology
See All in Technology
ソフトバンクaPaaS領域への挑戦
sbtechnight
0
300
Amplifyで Webアプリケーションの 堅固な土台をサクッと構築する方法
kawasakiteruo
0
210
CityGMLとFBXの連携で地理空間のエンタメ化
soh_mitian
0
670
データ分析のためのAWS Well-Architected -Data Analytics Lens-
maru1981
0
220
Autonomous Database Cloud 技術詳細 / adb-s_technical_detail_jp
oracle4engineer
PRO
10
19k
VS Code Meetup #21 - もう一度知りたい基礎編 - ファイル操作、コーディングの基本編
74th
0
180
Cloud Foundryの移行先はどこか? オープンソースPaaS探し
kolinz
0
350
サイバー攻撃を想定したクラウドネイティブセキュリティガイドラインとCNAPP及びSecurity Observabilityの未来
syoshie
1
1k
ふりかえりの技術 / retrospectives
soudai
3
140
私のAWS愛を聞け!ここが好きだよAmazon FSx for NetApp ONTAP
non97
0
730
DevelopersIO 2022 俺のTerraform Pipeline
takakuni
0
430
Goで実装するブランドネットワークとの接続ポイント
pongzu
2
260
Featured
See All Featured
Visualization
eitanlees
125
12k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
6
560
Design by the Numbers
sachag
271
17k
Build your cross-platform service in a week with App Engine
jlugia
219
17k
4 Signs Your Business is Dying
shpigford
169
20k
A Philosophy of Restraint
colly
192
15k
KATA
mclloyd
7
8.8k
Git: the NoSQL Database
bkeepers
PRO
415
59k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
39
13k
Robots, Beer and Maslow
schacon
152
7.1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
655
120k
Designing for Performance
lara
597
63k
Transcript
.NET Docs & Tutorials Tour 2019/01/28 Fukuoka.NET #12 @tsubakimoto_s
Yuta Matsumura @tsubakimoto_s Developer (C#, .NET Core, Azure) Microsoft MVP
for Developer Technologies Fukuoka.NET Organizer (C# User Group) Japan Azure User Group Fukuoka Staff PHP Conference Fukuoka 2019 Organizer Currently working for
今日お話しすること • .NETのドキュメントの紹介 • どのように管理されているか • より良い情報の集め方
.NETに含まれるもの
Official Document Blog GitHub
Official Document
https://dotnet.microsoft.com/
https://dotnet.microsoft.com/ それぞれのドキュメントが用意されている
プログラミング言語 種類 URL Overview https://docs.microsoft.com/ja-jp/dotnet/ C# https://docs.microsoft.com/ja-jp/dotnet/csharp Visual Basic https://docs.microsoft.com/ja-jp/dotnet/visual-basic
F# https://docs.microsoft.com/ja-jp/dotnet/fsharp
フレームワーク 種類 URL .NET Standard https://docs.microsoft.com/ja-jp/dotnet/standard .NET Framework https://docs.microsoft.com/ja-jp/dotnet/framework/ .NET
Core https://docs.microsoft.com/ja-jp/dotnet/core
.NET APIブラウザー Microsoftから提供される.NETベースのAPIがすべて検索できる https://docs.microsoft.com/ja-jp/dotnet/api/ https://docs.microsoft.com/ja-jp/teamblog/announcing-unified-dotnet-experience-on-docs
Webアプリケーション 種類 URL Overview https://docs.microsoft.com/ja-jp/aspnet/ ASP.NET https://docs.microsoft.com/aspnet/overview ASP.NET Core https://docs.microsoft.com/aspnet/core/
O/R Mapper 種類 URL Overview https://docs.microsoft.com/ja-jp/ef/ Entity Framework 6 https://docs.microsoft.com/ef/ef6/get-started
Entity Framework Core https://docs.microsoft.com/ef/core/
Cloud, Mobile, Desktop, Gaming, Machine Learning 種類 URL Azure for
.NET https://docs.microsoft.com/ja-jp/dotnet/azure/ Xamarin https://docs.microsoft.com/ja-jp/xamarin/ios https://docs.microsoft.com/ja-jp/xamarin/android https://docs.microsoft.com/ja-jp/xamarin/xamarin-forms Desktop https://docs.microsoft.com/uwp https://docs.microsoft.com/ja-jp/dotnet/framework/wpf/index https://docs.microsoft.com/ja-jp/dotnet/framework/winforms/index Gaming https://visualstudio.microsoft.com/vs/features/game- development/ ML.NET https://docs.microsoft.com/ja-jp/dotnet/machine-learning
Tutorials https://dotnet.microsoft.com/learn
Tutorials https://dotnet.microsoft.com/learn 豊富なチュートリアルで「始め方」を体験できる
ブラウザでC#を実行したいなら Try .NET https://try.dot.net/ https://github.com/dotnet/try • ブラウザでの実行 • サイトへの埋め込み •
Gistのコードの実行 • カスタムテーマ
ブラウザでC#を実行したいなら .NET Fiddle https://dotnetfiddle.net/ • ブラウザでの実行 • サイトへの埋め込み • スニペットとして保存
• 共有リンク生成 • コラボレーション(チャット) • .NET Framework or .NET Core • VB.NET や IL に変換
Architecture https://dot.net/architecture
Architecture https://dot.net/architecture マイクロサービスアーキテクチャ のガイドラインやサンプル
Architecture ドキュメントは全てフ リーで公開されている (PDF, MOBI, EPUB) Web版には日本語訳 のドキュメントもある
Architecture さらにサンプルコード はGitHubで公開され ている (サンプルってレベル じゃねーぞ!)
Architecture https://dot.net/architecture DevOpsやALMの ベストプラクティス
Architecture https://dot.net/architecture 既存の.NETアプリを クラウド化するための指南書
Architecture https://dot.net/architecture .NET+Azureな プロダクションアプリの作り方
Architecture https://dot.net/architecture ASP.NET Core アプリケーションアーキテクチャ
Architecture https://dot.net/architecture モバイルアプリを.NETで作る (Xamarin+Azure)
Architecture https://dot.net/architecture UWP アプリケーションアーキテクチャ
Blog
Blog これまで紹介した公式ドキュメントだけでもかなりの 技術範囲と情報量です。 鮮度の新しい情報のキャッチアップには、ブログを参考 にすることをオススメします。
Blog • .NET Blog • https://blogs.msdn.microsoft.com/dotnet/ • ASP.NET Blog •
https://blogs.msdn.microsoft.com/webdev • http://www.hanselman.com/blog/CategoryView.aspx?category=ASP.NET • Visual Studio • https://blogs.msdn.microsoft.com/visualstudio
GitHub
公式ドキュメントはGitHubで管理されている dotnet/docs aspnet/docs aspnet/EntityFramework.Docs
日本語版もあります dotnet/docs.ja-jp aspnet/docs.ja-jp aspnet/EntityFramework.Docs.ja-jp
公式アナウンスもGitHubをウォッチすべき • .NET • https://github.com/dotnet/announcements/issues • https://github.com/aspnet/Announcements/issues • Entity Framework
Coreの情報もここ • Azure • https://github.com/Azure/app-service-announcements/issues ブログ化される前にアナウンスをチェックしよう!
None
アナウンスのカテゴリはラベルで判別する
こういうラベルは要注意(破壊的変更など)
ご清聴ありがとうございました