bucket-sort logo bucket-sort

プログラミングとインフラエンジニアリングの覚え書き

  • Posts
  • About
  • Contact

継承

[C#] System.Object クラスを整理する — すべてのクラスの基底クラスと提供されるメソッド

May 1, 2026 bucket-sort
C# の全クラスの基底クラス System.Object の役割、メソッド一覧、オーバーライドの実践的な注意点を整理します。
C# .NET
C#.NETObject継承オーバーライドEqualsGetHashCode

[C#] メンバーのシャドーイング(hiding) — new キーワードで基底クラスのメンバーを隠す

Apr 29, 2026 bucket-sort
new 修飾子によるメンバーのシャドーイングの仕組みと、virtual/override との本質的な違いをコード例で解説します。
C# .NET
C#.NETNewシャドーイングHiding継承VirtualOverrideクラス設計

[C#] sealed の設計戦略 — クラスを「継承させない」という積極的な判断

Apr 26, 2026 bucket-sort
sealed の言語仕様に留まらず、クラス設計における sealed の判断基準とリスク回避の実践テクニックを解説します。
C# .NET
C#.NETSealed継承クラス設計設計

[C#] 多重継承を許さない言語設計 — Diamond Problem と C++ の経験から考える

Apr 25, 2026 bucket-sort
多重継承の概念・利点・弊害と、C# がそれを排除した設計思想をコード例とともに解説します。
C# .NET
C#.NETC++継承多重継承インターフェース設計

Recent Posts

  • [WPF] XAML の構文を理解する: 名前空間とキーワード Aug 23, 2026
  • [WPF] Window クラスを支える基底クラス Aug 22, 2026
  • [WPF] Window クラスの役割と上位クラス Aug 21, 2026
  • [WPF] Application クラスの役割 Aug 20, 2026
  • [WPF] WPF の主要アセンブリと名前空間 Aug 19, 2026

Categories

  • C#165
  • .NET164
  • AWS27
  • Entity Framework Core24
  • Laravel16
  • Linux15
  • MySQL9
  • Apache8
  • PHP8
  • Data Access6
  • DynamoDB6
  • セキュリティ6
  • Nginx5
  • WordPress4
  • インフラ4
  • テスト4
  • Hugo3
  • .NET Framework1
  • Aurora1
  • Diagnostics1

Tags

  • C#
  • .NET
  • Entity Framework Core
  • AWS
  • Laravel
  • コレクション
  • PHP
  • セキュリティ
  • MySQL
  • Linux
  • パフォーマンス
  • LINQ
  • WPF
  • Apache
  • SQL Server
  • System.Collections.Generic
  • デリゲート
  • リフレクション
  • ADO.NET
  • Code Snippet
  • DbContext
  • DynamoDB
  • NoSQL
  • PHP-FPM
  • RDS
  • System.Collections
  • Windows
  • メタデータ
  • メモリ管理
  • CIL
  • DoS
  • Nginx
  • WordPress
  • アセンブリ
  • ラムダ式
  • 監視
  • 設計
  • Amazon Linux 2023
  • Delegate
  • Docker
  • IDisposable
  • Ipset
  • Iptables
  • LINQ to Objects
  • Migration
  • OPCache
  • Pointer
  • Reflection
  • System.Collections.Specialized
  • Unsafe
Powered by Hugo & Explore Theme.