A library for easily calling Stored Procedures in .NET. Works great with Entity Framework Code First models.
Code Only Stored Procedures will not create any Stored Procedures on your database. Instead, its aim is to make it easy to call your existing stored procedures by writing simple code.
Extensions to expose lists, collections, dictionaries, and enumerables as read-only.
IList<T>.AsReadOnly()
ICollection<T>.AsReadOnly()
IDictionary<TKey,TValue>.AsReadOnly()
IEnumerable<T>.AsReadOnly()
CLI11 provides all the features you expect in a powerful command line parser, with a beautiful, minimal syntax and no dependencies beyond C++11. It is header only, and comes in a single file form for easy inclusion in projects. It is easy to use for small projects, but powerful enough for complex...
More information