Interface007
-
- 12,443 total downloads
- last updated 9/19/2024
- Latest version: 1.2.0
Command line tools including a menu-system that creates menu entries from methods or public methods of classes by interpreting the documentation comments. -
- 11,519 total downloads
- last updated 9/19/2024
- Latest version: 1.2.0
Some generic tools like encrypting JSON converter, simple string hashing and guard methods for null-validation of method parameters. -
- 11,412 total downloads
- last updated 9/19/2024
- Latest version: 1.2.0
Simple scoped logging. Provides ability to forward log entries to other frameworks. The main aspect to implement this was to provide logging inside my libraries while still letting the main application decide... More information -
- 5,557 total downloads
- last updated 1/11/2014
- Latest version: 1.0.0
This library provides some "tools" for dealing with authentication like MVC attributes to add another authentication factor when accessing specific MVC actions. The purpose of this project is to provide tools... More information -
- 3,587 total downloads
- last updated 9/19/2024
- Latest version: 1.2.0
Very simple ORM for accessing named result sets / SPROCs - see Sem.Data.SprocAccess.SqlServer or Sem.Data.SprocAccess.FileSystem. The interface IDatabase implements a single method that executes a SPROC and... More information -
- 3,243 total downloads
- last updated 9/19/2024
- Latest version: 1.2.0
Implementation of IDatabase.Execute using static text-files. This implementation can be used to easily mock database access. Each SPROC gets its own folder and each combination of parameters its own file. -
- 2,419 total downloads
- last updated 9/19/2024
- Latest version: 1.2.0
Implementation of IDatabase.Execute using SQL server SPROCs. -
- 1,692 total downloads
- last updated 9/19/2024
- Latest version: 1.2.0
Some helper methods to write "better" / "easier to read" unit tests. One example is ExpectedExceptionMessageAttribute - a replacement fo the ExpectedExceptionAttribute that also validates the exception... More information