Interview Question
Qus: How you will increase the performance of application in .net application and what are criteria will be consider while preparation of design of application?
Following are the parameters you will consider when preparing for the design of the application -
1. Architecture
2. Test-Driven Development
3. Continuous Integration
4. Persistance
5. Security
6. Performance
To increase the performance of a .NET application, consider the following implementations -
1. Caching
2. Disable View State
3. Remove Unused Modules
4. Use Web Optimization Tools
5. Image optimization
Answers (2)
1. Architecture
2. Test-Driven Development
3. Continuous Integration
4. Persistance
5. Security
6. Performance
To increase the performance of a .NET application, consider the following implementations -
1. Caching
2. Disable View State
3. Remove Unused Modules
4. Use Web Optimization Tools
5. Image optimization
Disposing the object of unmanaged code.