LPが簡単に作れるInstapageの紹介を公開
※ 株式会社GIGでは毎月社内勉強会を実施しています
GIG inc.
Good is good.
We provide opportunities to the SEKAI by fusing technology and ideas.
テクノロジーとクリエイティブでセカイをより良くする。小さなチームからスタートした多くの先人達が、世界をより豊かなモノに変革してきました。通信、UX、デバイス、技術の変化と共に世界はまだまだ加速度的に変わります。
Good is good. いいものはいい。GIGは、関わったユーザーやクライアントが前に進める“きっかけ”をつくりつづけます。
■ お問い合せ
https://giginc.co.jp/contact/
LPが簡単に作れるInstapageの紹介を公開
※ 株式会社GIGでは毎月社内勉強会を実施しています
GIG inc.
Good is good.
We provide opportunities to the SEKAI by fusing technology and ideas.
テクノロジーとクリエイティブでセカイをより良くする。小さなチームからスタートした多くの先人達が、世界をより豊かなモノに変革してきました。通信、UX、デバイス、技術の変化と共に世界はまだまだ加速度的に変わります。
Good is good. いいものはいい。GIGは、関わったユーザーやクライアントが前に進める“きっかけ”をつくりつづけます。
■ お問い合せ
https://giginc.co.jp/contact/
var msbuild = new MSBuild(2020);
var updates = msbuild.getUpdates("Azure", "Visual Studio", ".NET");
foreach (var update in updates)
{
update.Show();
}
Guidance for beginners and experts on how to set up a Windows driver developm...Atomu Hidaka
?
This explains how to build a Windows driver development environment that can be used immediately by beginners and experts alike. The author, who has extensive experience developing various Windows drivers, shows the latest and simplest ways to use Visual Studio and WDK.
English follows Japanese.
筑波技術大学アレクサスキル開発チームがJAWS のユーザグループで登壇した内容です.視覚障害者の開発についても少しだけ触れています.
This is a presentation given by the Tsukuba University of Technology Alexa Skills Development Team at a JAWS user group. It also touches briefly on development for visually impaired people.
2. 自己紹介
? 氏家晋(Ujiie Kuni)
? I work at GrapeCity and live in Sendai.
? .NET&C#界隈に生息して14年くらい(2004.11?)
? クラウドサービスを試すのが好き。Azure大好物
? Xamarin始めてます(2017.07?)
? 最近はProduct Marketing Managerになりました(2018.04?)
? 異動によりXamarinに限らずイロイロ全般的に触れる機会が多い
7. .NET Framework と .NET Core
.NET Framework
Windows
Forms
WPF ASP.NET
.NET Core
Console
ASP.NET
Core
UWP
(Windows
Only)
8. .NET Coreの開発環境(IDE, Code Editor)
? Windows
? Visual Studio 2017
? Visual Studio Code
? Mac
? Visual Studio for Mac
? Visual Studio Code
? Linux
? Visual Studio Code
9. .NET Coreの実行環境(オンプレミス)
? 実機
? Windows
? Linux
? Mac
? 仮想環境
? Hyper-V(on Windows)
? Docker Desktop(on Windows/Mac)
? その他
? Windows Subsystem for Linux(on Windows)