Don't use FirstorDefault() unless you are sure its valid/ verified in the business scenario. else you are going to introduce bugs in the code.
Wednesday, August 9, 2017
using Linq methods with caution - E.g FirstorDefault()
Don't use FirstorDefault() unless you are sure its valid/ verified in the business scenario. else you are going to introduce bugs in the code.
Subscribe to:
Posts (Atom)
Devops links
Build Versioning in Azure DevOps Pipelines
-
Build Versioning in Azure DevOps Pipelines
-
For india 1) http://www.mustseeindia.com/<place you want to visit eg:vizag>
-
Ref 1: With using ajax cascading dropdown list http://csharpdotnetfreak.blogspot.com/2009/02/ajax-cascading-dropdownlist-database.html ...