bruce.krakower
-
Teaq by: bruce.krakower
- 20,260 total downloads
- last updated 10/4/2016
- Latest version: 2.1.6121.27453
Teaq is a mini-ORM that offers object materialization, relational mapping and query batching services. Teaq offers a simple API to do common database interactions with SQL Server. Performance is most important, as is low startup cost. In addition, queries can be arbitrarily batched to minimize... More information -
- 7,940 total downloads
- last updated 2/2/2018
- Latest version: 1.3.1
Using RestKit is as simple as 'representation = Resource.Json().Get(uri)', then 'representation.GetContentAsJson()'. You can therefore handle unexpected content. Variations exist for Xml and Text. For advanced scenarios, you have full control of serialization, a callback pipeline, and full access to... More information -
- 6,658 total downloads
- last updated 2/18/2017
- Latest version: 0.9.2.2
CryptKeeper enables you to store secrets in memory and use SecureString with reliably destroyed clear text. The CryptKeeper Secret class is designed to be thread-safe. You can use the underlying secret as an array of bytes or a string (if you must).