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.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
To learn more about how to optimize your site for Google crawling and ranking refer to www.googleguide.com.
Recent Comments