djspider117 / GhostCore

APIs developed over the year in a big utility lib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GhostCore

APIs developed over the years in a big utility lib.

Instalation (NuGet)

To get the entire GhostCore SDK use Install-Package GhostCore.SDK -Version 2.0.0

Individual Nu-Get Packages

  • Core Library - Install-Package GhostCore -Version 2.0.0
  • Bindings Library - Install-Package GhostCore.Bindings -Version 2.0.0
  • INPC Implementation - Install-Package GhostCore.ComponentModel -Version 2.0.0
  • INI Parser/Writer - Install-Package GhostCore.Configuration.INI -Version 2.0.0
  • RGB, HSL Color Library - Install-Package GhostCore.Graphics.Colors -Version 2.0.0
  • IoC Library - Install-Package GhostCore.IoC -Version 2.0.0
  • Logging Library - Install-Package GhostCore.Logging -Version 2.0.0
  • Math Library - Install-Package GhostCore.Math -Version 2.0.0
  • MVVM Library - Install-Package GhostCore.MVVM -Version 2.0.0
  • Networking Library - Install-Package GhostCore.Networking -Version 2.0.0
  • Pipelines Library - Install-Package GhostCore.Pipelines -Version 2.0.0
  • Safe Task Result - Install-Package GhostCore.SafeTaskResult -Version 2.0.0
  • Security Library - Install-Package GhostCore.Security -Version 2.0.0
  • Threading Library - Install-Package GhostCore.Threading -Version 2.0.0
  • Undo/Redo Library - Install-Package GhostCore.UndoRedo -Version 2.0.0
  • Validation Library - Install-Package GhostCore.Validation -Version 2.0.0
  • Win32 Wrapper - Install-Package GhostCore.Win32 -Version 2.0.0

About

APIs developed over the year in a big utility lib.


Languages

Language:C# 99.8%Language:Smalltalk 0.2%