This class can be used to export resources from the database to ASP.NET compatible resources (Resx). This class takes all the resources in the database and creates RESX files that match these resources.

Please note that it will overrwrite any existing resource files if they already exist, so please use this class with care if you have existing ResX resources.

Note this class is primarily ASP.NET specific in that it looks at ASP.NET specific directory structures for ResX imports and strongly typed resource creation.