Added engineering practices through :
- Database Engineering with SQL Server Data Tools
- Application Life Cycle Management with Team Foundation Server 2013
- Performance Testing (JMeter + New Relic)
- Performance Profiling (ANTS Profiler)
- Production environment troubleshooting (Hardware & Software configuration review)
Refactored a 10 year legacy application in a layered architecture
- Added transactional behavior
- Service Based Architecture
- Loose coupling between persentation, business and persistence logic
- Introduced DI (Unity), Logging Framework (Common.Logging)
- DAL based on a micro ORM (Dapper) + data model sync with code generation
- Added multi-tenancy feature
- Windows...