ππ¨π° πππ§ π°π π’π¦π©π«π¨π―π π©ππ«ππ¨π«π¦ππ§ππ π¨π .πππ?
There are few ways that can help you improve the performance of yourΒ .NET ApplicationΒ , because performance is more important than anything for better user satisfaction.
Use string builder for concatenation rather than string when concatenation data is huge.
2. Avoid boxing / unboxing by using generics.
3. Avoid writing in line SQL queries use stored procedures.
4. Choose your indexes (clustered and non-clustered) properly.
5. Use Caching for data which will not change frequently.
6. In ASPΒ .NET use output cache directive for page level caching.
If you like my work you can help me in growing through following ways