DevCorner: Introducing Hyde, TechSmith’s first open source project
1
Today, TechSmith is excited to release its first open source project called Hyde. We developed the library internally to solve problems we've had interacting with Windows Azure Storage. The code and documentation are on Github, and we are also releasing a NuGet package.
What is Hyde?
Hyde is an Object to Entity mapper for Windows Azure, it hydrates and dehydrates objects to and from storage. Essentially, it maps a row in table storage to a strongly typed C# object and allows CRUD (create, read, Continue reading