This document contains an interview transcript with questions about the interviewee's development experience and practices. Some key points:
- The interviewee has worked as a freelance developer for many years, completing around 20 projects of varying sizes for different clients.
- Favorite development tools include Visual Studio 2010/2015 and SQL Server Management Studio. Source control experience includes SVN, TFS and Git.
- The interviewee emphasizes dividing code into logical layers and modules to improve maintainability. Databases should also be normalized.
- To improve loading speed, the interviewee recommends precompiling ASP.NET sites to static HTML or removing unnecessary frontend frameworks/libraries.