This is part of a series of blog posts on the Windows Subsystem for Linux (WSL). For background information you may want to read the architectural overview, introduction to pico processes, WSL system calls, and WSL file system blog posts. Posted on behalf of Stephen Hufnagel Summary In Windows Insider build #16176 WSL now allows access to serial devices (COM ports). This blog post will describe ho
This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. This is part of a series of blog posts on the Windows Subsystem for Linux (WSL). For background information you may want to read the architectural overview, introduction to pico processes, WSL system calls, and WSL file system blog posts. Posted on behal
このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。 January 2017 Volume 32 Number 1 C++ - C++/WinRT の紹介 Kenny Kerr | January 2017 Windows ランタイム (WinRT) は、最新の Windows API を支えるテクノロジで、ユニバーサル Windows プラットフォーム (UWP) の中核を成します。PC、タブレット、HoloLens、スマートフォン、Xbox など、Windows が実行されているデバイスであれば、同じ API をすべての Windows デバイスで使用できます。 WinRT はコンポーネント オブジェクト モデル (COM) を基盤としています。ですが、W
このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。 November 2017 Volume 33 Number 11 Visual Studio - Visual Studio for Mac でのコードの編集とデバッグ Alessandro Del Del | November 2017 Visual Studio for Mac は、Microsoft のモバイルファースト、クラウドファーストのビジョンを見事に体現した、Microsoft の強力で新しいネイティブ開発環境です。Xamarin と .NET Core によるクロスプラットフォーム アプリの作成や、Unity によるゲーム開発を支援する環境で、既存の .NET スキルと、C# や F# など
このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。 April 2017 Volume 32 Number 4 コンテナー - 従来の .NET アプリを Docker で最新化する Elton Stoneman Microsoft .NET Framework は 15 年間にわたって成功を収めてきたアプリケーション プラットフォームです。以前のバージョンの .NET Framework と Windows Server では、ビジネスに不可欠なアプリケーションが数え切れないほど実行されています。このような従来のアプリケーションでは依然として大きなビジネス価値が提供されていますが、その保守、アップグレード、拡張、および管理は難しくなっている可能性があります。
This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. September 2016 Volume 31 Number 9 [Test Run] The Secretary Problem By James McCaffrey Suppose you want to hire a secretary. You have a pool of 100 applicants and you interview one applicant per day. After each interview, you must immediately decide to hi
このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。 June 2017 Volume 32 Number 6 データ ポイント - Visual Studio Code: MSSQL 拡張機能によるデータベース IDE の作成 Julie Lerman | June 2017 重要な .NET 開発では相変わらず Visual Studio を主力の IDE にしていますが、個人的にほれ込んでいるのが Visual Studio Code (VS Code) です。Windows または macOS で VS Code を使い、C#、JavaScript、または Node で作業を行っています。もちろん、VS Code とその多くの拡張機能によってサポートされ
This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. July 2016 Volume 31 Number 7 [CQRS] Leverage CQRS to Create Highly Responsive Systems By Peter Vogel | July 2016 The Command Query Responsibility Separation (CQRS) pattern has grown in popularity over the last three to four years. Certainly, it’s an esse
このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。 September 2017 Volume 32 Number 9 ASP.NET Core - Razor ページを使った簡単な ASP.NET MVC アプリ Steve Smith Razor ページは、ASP.NET Core 2.0 の新機能です。ASP.NET Core アプリ内のコードを整理するシンプルな方法を提供し、実装ロジックとビュー モデルを、ビューの実装コードに近い形に保ちます。ASP.NET Core アプリ開発を簡単に開始できる方法も用意されています。ただし、経験豊富な .NET 開発者の場合も Razor ページを検討の対象外にすべきではありません。Razor ページを使用すると、
This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. October 2016 Volume 31 Number 10 [Cognitive Services] Face and Emotion Recognition in Xamarin.Forms with Microsoft Cognitive Services By Alessandro Del At the Build 2016 conference, Microsoft announced a first preview of Cognitive Services (microsoft.co
This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. May 2016 Volume 31 Number 5 [ASP.NET] Writing Clean Code in ASP.NET Core with Dependency Injection By Steve Smith ASP.NET Core 1.0 is a complete rewrite of ASP.NET, and one of the main goals for this new framework is a more modular design. That is, apps
This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. August 2016 Volume 31 Number 8 [Data Points] EF Core Change-Tracking Behavior: Unchanged, Modified and Added By Julie Lerman Did you see what I did there, in this column’s title? You may have recognized Unchanged, Modified and Added as enums for EntityS
複数の移行を元に戻す必要がある場合は、まず、最後に成功した移行の名前を指定して Update-Database を呼び出します。次に、Remove-Migration を呼び出して、移行とスナップショットを一度にロール バックします。 移行に関するここまでの説明はすべて、移行がモデルへの変更のリフレクションにすぎないことを示しています。したがって、モデルへの変更を手動で元に戻した場合、その後このような変更を反映するすべての移行を削除しなくてなりません。 Scaffold-DbContext によるリバース エンジニアリング 以前のバージョンの EF は、データベースを Code First モデルにリバース エンジニアリングする機能が提供されていました。マイクロソフトは、Entity Framework Power Tools によってこの機能を利用可能にしており、EF6 からは EF D
View the entire series: Part 1: Introducing Libraries Part 2: Introducing Taskbar APIs Part 3: MultiTouch Capabilities in Windows 7 This article is based on a prerelease version of Windows 7. Details are subject to change. Contents Taskbar Buttons Overlay Icons and Progress Bars Thumbnail Toolbars Jump Lists Miscellaneous Features Summary The Windows 7 taskbar is the latest in a series of evolutio
This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Connect(); 2016 Volume 31 Number 12 [Office] Microsoft Graph: Gateway to Data and Intelligence By Yina Arenas; 2016 A key strategy for Microsoft is to “reinvent productivity” by empowering developers to build smart, people-centric applications on the Mic
This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. September 2016 Volume 31 Number 9 [ASP.NET Core] Feature Slices for ASP.NET Core MVC By Steve Smith Large Web apps require better organization than small ones. With large apps, the default organizational structure used by ASP.NET MVC (and Core MVC) start
This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. July 2010 Volume 25 Number 07 C# 4.0 - New C# Features in the .NET Framework 4 By Chris Burrows | July 2010 Since its initial release in 2002, the C# programming language has been improved to enable programmers to write clearer, more maintainable code. T
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く