by H.Thirukkumaran | Aug 9, 2017 | tip of the day
It is better to have rollback strategy for deployment of applications added to release notes. Try the rollback in one of the environments immediately after deployment to make sure it works 100% and it is a clean rollback. Identify any tools that can do rollback or...
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
Whenever you develop any application it is better to make build it as multi-lingual app. This should be accommodated in the basic architecture of any application.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
If your project is using an open source component then it is better to get the source code of the corresponding version of the open source component and have it in your configuration management system. This will help you to fix any minor bugs quickly and not have to...
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
To increase accountability in team conduct frequent audits. In projects we don’t get what we expect we get what we inspect.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
To concatenate array of strings and generate a single string use String.Join method. Use: To get command line arguements and concatenate them to a single line.
Recent Comments