Automatic strong-name signing of referenced assemblies.
Utility software to strong-name sign .NET assemblies, including assemblies you do not have the source code for.
If you strong-name sign your own projects you may have noticed that if you reference an unsigned third party assembly you get an...
More information
Translates Linq Expressions to SQL 'where' clause. Makes it safer to work with "Poco ORM-ish thing" (PetaPoco, AsyncPoco etc). Generates sql and parameters to be passed to Database class methods such as Query, Single, Delete etc.
Strong Namer will automatically add strong names to referenced assemblies which do not already have a strong name. This will allow you to reference and use NuGet packages with assemblies which are not strong named from your projects that do use a strong name. NOTE: This fork use MsBuild 12 instead...
More information
AsyncPoco bindings for StaTypPocoQueries. It translates Linq Expressions to SQL 'where' clause. Makes it safer to work with AsyncPoco. Generates sql and parameters to be passed to Database class methods such as Query, Single, Delete etc.
Library to strongly-type your interfaces (properties, methods, APIs, DB entities, appsettings).
Eliminate stringly-typed interfaces.
Make compiler your friend, introduce semantics to your code.
Ready-to-use strong types to strongly-type your interfaces (properties, methods, APIs, DB entities, appsettings).
Eliminate stringly-typed interfaces.
Make compiler your friend, introduce semantics to your code.
EZCache allows you to cache various types of items in caches that are configured for each cached item type, using a simple fluent API.
Each item type cache can be configured to be singletons, or multi-instance caches. Items in the cache can be preloaded, set to expire,
auto-reload,...
More information
Enums have issues. This library provides a base class SharpEnum to create strongly typed alternatives to enums. Flags supported and includes json custom serializers.
Provides strong types and repository access for mongo DB and Azure Cosmos DB, which is both weak typed.
You can have all the sources with examples from here:
https://github.com/rammicz/MongoRepo