Skip to content

This library provides a set of default interfaces and code extensions upon .Net to ease up programming.

License

Notifications You must be signed in to change notification settings

DaanV2/DaanV2.Essentials.Net

Repository files navigation

Essentials

Nuget Nuget

This library provides a set of default interfaces and code extensions upon .Net to ease up programming.

Features Summary

Overview Essentials

  • Interfaces
    • The collection of interfaces and their purpose within this library.
  • Code Extension
    • The collection of different addition on existing interfaces within the library and on .Net api itself.

Compiling

If compiling for .Net core when added the source code directly, then add NETCORE to 'Conditional compilation symbols'. this can be found under 'Properties' -> 'Build'.

There is also an option to use faster but unsafe code. turn on allow safe code in the project and add UNSAFE to the 'Conditional compilation symbols'.