New Microsoft Azure Certifications
Microsoft has recently announced new certification exam tracks for Azure Administrators, Developers and Architects. Here are the line ups that should help you move your career with right certifications. The…
70-777 – Azure Cosmos DB Certification Exam (BETA)
“70-777: Implementing Microsoft Azure Cosmos DB Solutions” is the new Microsoft certification in the town for any Developer or Architect who leverages Azure Cosmos DB. If you understand how Cosmos…
Enterprise Architecture
What is an Enterprise Architecture? In this modern world there is lots of confusion about enterprise architecture, in that sense I would write a short scribble about enterprise architecture or…
Azure Cosmos DB – Change feed support(PREVIEW)–available
Today Microsoft announced the preview of Change feed Support for Azure Cosmos DB, which allows you to build scalable solutions. By default change feed will be enabled in all the…
Introduction to NDepend : Static Code Analysis Tool
As a developer, you always have to take the pain of getting adapted to the best practices and coding guidelines to be followed as per the organizational or industrial standards.…
PowerShell: Check a parameter/variable value is null
While you are writing PowerShell modules, with lot with parameters and you might want to verify these parameters are not ‘null’ to validate some business cases. In normal powershell inline…