Rama Charan's Blog
About technology and more..
Thursday, March 4, 2021
Devops links
Build Versioning in Azure DevOps Pipelines
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Devops links
Build Versioning in Azure DevOps Pipelines
Devops links
Build Versioning in Azure DevOps Pipelines
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 t...
Programming SCCM , Active directory using .Net
Some tools which help this development 1. The WMI Code Creator tool allows you to generate VBScript, C#, and VB .NET code that us...