Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How to make application scale, just asking about application layer only not database.

user-image
Question added by Mudassar Ali Fayyaz , software architect , Ciklum
Date Posted: 2015/05/24
Mridul Raj
by Mridul Raj , Software Development Senior Advisor , Dell

Well for a beginning, you could start with

1. usage of caching.

2. Make the code thread safe.

3. In .net application, use the parallel library tasks to perform independent tasks.

4. In web application use bundling and minification if the UI has lot of images + jquery scripts.

More Questions Like This