How to track an active file in solution explorer in Visual Studio while editing a file.Go to Tools > Options > Projects and Solutions > GeneralJun 9, 20211Jun 9, 20211
What is the difference between href=“”, href=“#” and href=“javascript:void(0)”The Short Answer:Jun 3, 2019Jun 3, 2019
Find Out What Your Entity Framework Query Is Really DoingYou can turn on logging for your Entity Framework code by making some changes in your config fileApr 4, 2019Apr 4, 2019
Tips for cleaner code: Cleaning up IF statementsWe know that IF statements are very crucial in our development we can’t really get out of using them.Nov 7, 2018Nov 7, 2018
Intentions of design patterns Part-1In this first part we will discuss about patterns of creationJul 14, 2018Jul 14, 2018
Converting T-SQL queries in LINQIf you have had and / or have enough experience with the T-SQL language and today you are faced with a software that has an ORM to do the…May 15, 20182May 15, 20182
Common Mistakes in C# ProgrammingUsing string concatenation incorrectly In older languages, it was common just to use the plus sign to concatenate strings. The problem with…Apr 21, 2018Apr 21, 2018
[MySQL] — Improving Performance and Avoiding Problems1 — When creating a Stored Procedure, do not use the same name in the query parameter in the Where clause and the field name in the query…Mar 23, 2018Mar 23, 2018