Provide a custom IDbProfiler implemenation that can capture sql commands executed against a database and some utility methods around MiniProfiler components.
Base classes from RabbitSoftware including:
- DataItem and helper methods
- SmartList collection with custom validators
- String / Stream / XML extensions methods
For detail please check project site https://juanonsoftware.github.io/Rabbit-Foundation-Package/
Provides a MVC controller and uploader class that serve the DropzoneJS UI and handle files on the server.
Source repository: https://github.com/vndevpro/DropzoneMvc
Provide a custom IDbProfiler implemenation that can capture sql command executed against a database and some utility methods around MiniProfiler components.
This package is dedicated to work with MySQL by providing a factory to initialize MySQL connection
This library enables serialization an object of any type to string format (xml/json/base64) and to deserialize a resulted string back to object instance. Also it supports to implement a custom serialization strategy.
1. Serialize : serializes an object to string (depends on type...
More information