How to compress a Database - like resource and embed it into an assembly for use at runtime
Posted by: EggHeadCafe.com New Articles,
on 12 May 2011 |
View original | Bookmarked: 0 time(s)
Data Compression and embedded resources can be a very efficient way to store data that is needed in an application and obviates the need for any external dependencies on databases. Here, I show how to store an XML Document representing a Datatable of Latin Phrases and their English meanings (some of them are very funny) and then use the resulting class library to build a whole web site out of it. read more
By Peter Bromberg