Is there a better way to read value from dictionaries in C# without error?Are you using TryGetValue or ContainsKey in C# dictionaries the right way? Small choices can have big impacts on performance…Dec 1Dec 1
Logic of building a pagination UI component — a thought processRecently I came across a need of figuring out logic for building a pagination component for a website. It was built in ASP.NET Core and…Apr 12, 2021Apr 12, 2021
SQL Server Hidden “Load Evil” (Performance Issue)With DapperDapper is one of the best state of the art ORM out there for .NET developers and most of us are already using it in our application…Aug 3, 20198Aug 3, 20198
Vue.js 2: Two-way data binding in Parent and Child componentsOne thing that Vue.js made easy for developers is two-way data binding with v-model directive. We don’t have to explicitly track the…Mar 3, 20198Mar 3, 20198