「git」の検索結果 377 件

DI(依存性注入),Unity,学習,設計

unity
... 降の新機能を活用した宣言的な構成を提供し、簡潔なコードで依存性の管理ができるように設計されています。VContainerはオープンソースで、GitHub上で公開されています。 サンプルについて Unity向けDIコンテナ作者のページのサンプルをベースに実際に動作を見てい ...

C#,JSON,VisualStudio,Webアクセス,学習

c# C#
... ing url { get; set; } } public class Location { public string longitude { get; set; } public string latitude { get; set; } } Json ...

C#,Webアクセス,WindowsFormアプリ,学習

c# C#
... ing url { get; set; } } public class Location { public string longitude { get; set; } public string latitude { get; set; } } Syst ...

C#,JSON,WindowsFormアプリ

c# C#
... class Location { // 経度を保持するプロパティ public string Longitude { get; set; } // 緯度を保持するプロパティ public string Lati ...

C#,WindowsFormアプリ,学習

c# C#
... を無視する if (!char.IsControl(e.KeyChar) && !char.IsDigit(e.KeyChar)) { e.Handled = true; ...

C#,WindowsFormアプリ,データベース,設計

c# C#
... ソリューションの作成 BookManagerでソリューションを作成します(サンプルなので、自由に命名して構いません)この時点でGitリポジトリを作成しますmainブランチから「自作版」というブランチを作成します 教科書を進めるときには、mainブランチから「教科 ...

C#

c# C#
Windowsアプリケーションを作成するのに一番やさしいのは、WindowsFormアプリのテンプレートをベースにすることです WindowsFromsアプリとは WinForms (Windows Forms) は、Microsoft .NET Framework( ...

C#,JSON

c# C#
... n Loc) { result += $"Latitude:{loc.Latitude} , Longitude{loc.Longitude}\n"; } return result; } } pu ...

C#,学習,設計

c# C#
... } public class Location { [JsonPropertyName("longitude")] public string Longitude { get; set; } [JsonP ...

C#,学習,練習問題

c# C#
... Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius, Pisces } class Program { ...