Skip to content

Library with common purpose functionality for working with .NET.

License

Notifications You must be signed in to change notification settings

bielu/Skybrud.Essentials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skybrud.Essentials GitHub license NuGet NuGet

Skybrud.Essentials is a library with common purpose functionality for working with .NET.

The package can help you work with date and time beyond the standard DateTime and DateTimeOffset classes in .NET. It has better support for various date formats - such as unix time, ISO 8601, RFC 822 and RFC 2822.

It also contains utilities for converting string values, changing text casing and working with both JSON and XML.

Installation

To install the Skybrud.Essentials, simply pick one of the methods below:

  1. NuGet Package
    Install this NuGet package in your Visual Studio project. Makes updating easy.
  2. ZIP file
    Grab a ZIP file of the latest release; unzip and move Skybrud.Essentials.dll matching your target framework to the bin directory of your project.

Found a bug? Have a question?

Changelog

The releases page lists the relevant changes from each release.

Documentation

The package isn't very well document at the moment in terms of examples, but you can find a few examples on the reference page.

About

Library with common purpose functionality for working with .NET.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.9%
  • Other 0.1%