Reduce number of config files to as few as possible
- by Scott
For most of my applications I use iBatis.Net for database access/modeling and log4Net for logging. In doing this, I need a number of *.config files for each project. For example, for a simple application I need to have the following *.config files:
app.config ([AssemblyName].[Extention].config)
[AssemblyName].SqlMap.config…