Skip to content

Collection of helpful methods/functions for nearly every C# project.

License

Notifications You must be signed in to change notification settings

tsjdev-apps/LittleHelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LittleHelpers

Collection of helpful methods/functions for nearly every C# project.

Download

This package is available on NuGet as LittleHelpersSharp: Nuget

Compatible with

  • .NET Core
  • .NET Framework 4.5+
  • Mono 4.6
  • Xamarin
  • Universal Windows Platform (UWP)
  • Windows 8+
  • Windows Phone 8.1

Features

Extension Methods

  • DateTimeExtensions
    • ToUnixTimeStamp
  • EnumerableExtensions
    • PickRandom
    • Shuffle
    • HasItems
    • IsEmpty
    • IsNullOrEmpty
    • ToObservableCollection
    • ForEach
    • AddRange
  • ExceptionExtensions
    • LogDebug
  • ObjectExtensions
    • IsNotNull
    • IsNull
    • AsString
  • StringExtensions
    • IsNeitherNullNorEmpty
    • IsNullOrEmpty

Helpers

  • EnumHelper
    • GetEnumDefault
    • GetEnumAsEnumarable

Services

  • HttpService
    • GetRequestAsync

About

Collection of helpful methods/functions for nearly every C# project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages