This project provides utility libraries for .NET applications. Currently the following libraries have been implemented:
- Utilme.Result A generic Result library. On success, the library returns a result object; on failure, it returns an error.
- Utilme.SpdTransformSDP parser and writer for .NET. It transforms between SDP text, object, and JSON representations.