Skip to content

A collection of .NET class libraries that contain reusable software components designed to assist software developers with writing less and semantically more meaningful code.

License

Notifications You must be signed in to change notification settings

stevenvolckaert/enterprise-library

Repository files navigation

Steven Volckaert's Enterprise Library Build status

Steven Volckaert's Enterprise Library is a collection of .NET class libraries that contain reusable software components designed to assist software developers with writing less and semantically more meaningful code.

In practice, the class libraries extend on types available in the various namespaces of the Framework Class Library (FCL) (CoreFX for the .NET Standard 1.5 target). Therefore, it contains no application-specific code and has no depencencies to third-party .NET libraries or frameworks.

Library contents

Steven Volckaert's Enterprise Library comprises a collection of class libraries.

Assembly name Description
StevenVolckaert.Core Contains commonly used functions extending types defined in the System namespace.

NuGet

Enterprise Library is available on NuGet.

Design

Forking and compiling from source

One of the frameworks the library targets is .NET Framework 3.5, which is not installed by default on Windows 8, Windows 8.1 or Windows 10. Instead, you need to install the framework manually. Installing the .NET Framework 3.5 on Windows 8, Windows 8.1 and Windows 10 explains how to do this.

Using this method didn't work for me on Windows 10, but I managed to install .NET Framework 3.5 using the DISM.exe tool. See Can't install .NET 3.5 on Windows 10 on StackExchange for more information.

Alternatively, you can remove the .NET Framework 3.5 build target: Simply remove it from the project.json.

License

Steven Volckaert's Enterprise Library is licensed under the MIT license.

External links

About

A collection of .NET class libraries that contain reusable software components designed to assist software developers with writing less and semantically more meaningful code.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages