by H.Thirukkumaran | Aug 9, 2017 | tip of the day
JetBrains is offering a free decompiler for .NET. Check out the cool features of the tool here. https://www.jetbrains.com/decompiler/. If you have two dlls and wanted to compare then decompiler is one good option.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
It is better to track the growth rate of your application per sprint release. Count SLOC of an application per programming language used before start of sprint. Divide each SLOC group by its Caper Jones factor and add function points to get the total. Do the same at...
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
Use the plug-in from http://yslow.org/ to find out how to improve the performance of your website. They have also outlined 23 best practices check it out.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
Use bundling feature to minimize the number of HTTP requests to your website. Bundling enables web applications to serve multiple files for one http request.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
To improve the performance of your website use minification feature which will remove white spaces, new lines and empty lines in your css, js files and reduce their size there by users can download them faster.
Recent Comments