C-sharp Auto Property Initializer in C# 6.0 The Auto Property feature was first added to the C# language with the release of C# 3.0 as a part of .NET Framework 3.5 that allows us to define the property without any
Javascript Layout thrashing is killing the performance of your web application Layout Thrashing occurs when JavaScript violently writes, then reads, from the DOM, multiple times causing document reflows and then web browser has to repaint the web page, which causes significant delay when loading
Css Ultimate way of Commenting your CSS code Commenting is a small thing, but can have big impact, especially when working on large teams. It doesn’t only inform and guide fellow developers, it underpins a code quality standard. If code is
Blog Hello World! Shifted to Github Pages I always loved Wordpress as a blogging platform because of its flexibility. But it was way too complex for the kind of blog I wanted i.e. a simple blog where I can share