c# Programming Glossary: blobs
Class with single method — best approach? http://stackoverflow.com/questions/205689/class-with-single-method-best-approach to accept wrappers instead of the actual objects. Fosters blobs As static methods are usually used as utility methods and utility..
Hash and salt passwords in C# http://stackoverflow.com/questions/2138429/hash-and-salt-passwords-in-c-sharp to put them into config files. Hashes and salts are binary blobs you don't need to convert them to strings unless you want to..
When to Use Static Classes in C# http://stackoverflow.com/questions/241339/when-to-use-static-classes-in-c-sharp to accept wrappers instead of the actual objects. Fosters blobs As static methods are usually used as utility methods and utility..
How do I convert an array of floats to a byte[] and back? http://stackoverflow.com/questions/4635769/how-do-i-convert-an-array-of-floats-to-a-byte-and-back values into a IO Stream. The target storage is Azure Page blobs in case that matters. I don't care about what endian this is..
Choosing between immutable objects and structs for value objects http://stackoverflow.com/questions/575977/choosing-between-immutable-objects-and-structs-for-value-objects here is on small since you don't want to copy large blobs of data and indirection through references is actually cheap..
Loading web user controls from blob storage in asp.net http://stackoverflow.com/questions/7538194/loading-web-user-controls-from-blob-storage-in-asp-net this usercontrol to my web page c# asp.net azure storage blobs share improve this question I'd used following approach..
ServiceStack.Net Redis: Storing Related Objects vs. Related Object Ids http://stackoverflow.com/questions/8914349/servicestack-net-redis-storing-related-objects-vs-related-object-ids in order to provide a high level API around POCOs and it blobs the POCOs in Redis's binary safe string values though there..
OData with ServiceStack? http://stackoverflow.com/questions/9577938/odata-with-servicestack We don't think relying on magic behavior from black box blobs ever lasts the test of time. Historically whenever we've used..
|