• Stars
    star
    1
  • Language
    C#
  • License
    Apache License 2.0
  • Created almost 8 years ago
  • Updated 24 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A library designed to simplify serialization in .Net. Compatible with .Net Core.

More Repositories

1

Craig-s-Utility-Library

A giant set of utility classes originally start back in the .Net 2.0 days and updated until .Net Core and .Net Standard became a thing. At which point I took the library and broke it up into a ton of smaller libraries. View my profile for more up to date versions of everything.
C#
417
star
2

SQLParser

An SQL Parser/Lexer for C#
C#
102
star
3

Structure.Sketching

Image processing library for use in .Net applications that supports .Net Core.
C#
84
star
4

SQLHelper

SQLHelper is a wrapper around DbConnection/DbCommand and a micro ORM. It automatically handles batching, data conversion, transactions, etc. for you. It's been around even longer than Dapper as part various libraries I've had over the years.
C#
24
star
5

Batman

Basic application framework
C#
20
star
6

FileCurator

FileCurator simplifies access and management of files from various locations. It could be something on your system, a url, a resource in your app, or any other 3rd party you wish to tie in (Dropbox, etc). There are also a number of file parsers built in.
C#
15
star
7

BigBookOfDataTypes

This is a large set of data types, extension methods, and utilities designed to make your life a little easier.
C#
12
star
8

Spidey

A multi threaded web crawler library that is generic enough to allow different engines to be swapped in.
C#
11
star
9

Enlighten

Set of NLP tools.
C#
8
star
10

Mirage

System.Random on steroids. The library can be used to generate a random value for any type. It also has the ability to generate email addresses, phone numbers, time zones, company names, names, titles, lorem ipsum, and even entire objects.
C#
8
star
11

Canister

Canister is a simple C# library aimed at enhancing the built-in IoC container in .NET. It enables you to effortlessly add all objects of a specified type and introduces the concept of modules to automatically wire up your system. With Canister, managing dependencies becomes a breeze, allowing you to focus on writing maintainable code.
C#
7
star
12

FastActivator

It's Activator.CreateInstance... But faster.
C#
5
star
13

TaskMaster

TaskMaster is a library to help running tasks only after certain criteria is met.
C#
5
star
14

Environs

Environs is a small C# library that provides a simplified interface for working with Windows Management Instrumentation (WMI), Lightweight Directory Access Protocol (LDAP), and related functionality. It aims to make it easier to perform common operations and tasks in these areas without the need for extensive knowledge of the underlying protocols.
C#
5
star
15

Data.Modeler

A library designed to model database schemas in C#. Works with .Net Core.
C#
5
star
16

DragonHoard

Dragon Hoard is a fast, thread safe, developer friendly in-memory caching service.
C#
4
star
17

Simple-Html-To-Pdf

The "Simple HTML to PDF" project is a lightweight library and NuGet package for .NET that enables easy conversion of HTML content to PDF documents using the wkhtmltopdf command-line tool, making it effortless to generate high-quality PDF files from HTML strings in .NET applications.
C#
4
star
18

Aspectus

Aspectus is an advanced Aspect-Oriented Programming (AOP) library that simplifies the injection of cross-cutting concerns into your codebase. It empowers you to write clean and maintainable code by separating cross-cutting concerns from the core logic of your application.
C#
4
star
19

Inflatable

An ORM. Useful for prototyping but it has the ability to generate a database from a model, keeps them in sync, and has the ability to analyze the database and make suggestions. Has lazy loading, allows quering using IQueryables, straight SQL, and caching of data is built in. So in otherwords, it's a basic ORM.
C#
3
star
20

SimpleMail

SimpleMail is a C# library designed to simplify sending emails. It provides a convenient and straightforward interface for sending email messages.
C#
2
star
21

Valkyrie

Valkyrie is a validation library for .Net.
C#
2
star
22

Holmes

A library to help with analyzing a database. It then make suggestions for improvement or can apply them automatically if you like to live dangerously. For the most part it reports recent expensive queries, missing indexes, overlapping indexes, and unused indexes. However it can be expanded upon to add your own analyzer.
C#
2
star
23

ObjectCartographer

ObjectCartographer is a high-performance, convention-based C# object-to-object mapping library designed to simplify the process of copying data between objects. It eliminates the tedious task of manually writing code for data copying by providing a developer-friendly approach.
C#
2
star
24

HashBrowns

A library to help simplify encryption within .Net.
C#
1
star
25

Mecha

Mecha is a library designed to test your code in ways you probably never thought of before. It automatically finds edge cases and exceptions in your code with no input needed. Just point it at a class or method and fire away. It's even better than a cat laying on your keyboard at finding weird data for your tests.
C#
1
star
26

Corset

A library designed to simplify compression in .Net. Compatible with .Net Core.
C#
1
star
27

SpellChekr

Basic spell checker
C#
1
star
28

Mithril

A C#/ASP.Net application framework designed for swift development of maintainable internal applications using a modular design.
C#
1
star
29

Gestalt

Gestalt is a comprehensive application module system designed to streamline the development and packaging process of applications. With Gestalt, effortlessly construct robust applications using modular design principles and leverage the power of dependency injection for seamless integration of reusable components.
C#
1
star
30

Monarch

A command line parser and command runner. In this you define a command and the input object. The library then parses the command line args, figures out which command to run, and then parses the data and places it in the input object. Comes with built in help and version info commands.
C#
1
star