A Kubernetes cluster is made up of masters and nodes. These are L beinux hosts running on anything from VMs, bare metal servers, all the
Category: Default
How to create delete trigger in SQL Server?
Hello Everyone, I hope you are doing well. Today, I will be explaining on how to create the Delete Triggers in Sql Server. We all
How to auto-generate unique-identifier column in Sql?
Hello everyone, In this article lets see the sample code that can help you auto-generate the unique-identifier in sql server. The above sql query creates
Kubernetes Architecture
Kubernetes architecture at a high level is relatively straightforward. It is composed of a master node and a set of worker nodes. The nodes can
Iterative Model of SDLC
Introduction to Iterative Model In this model, iterative process starts with a small set of software requirements being simply implanted and increases the evolving versions
How to clear all data from SQL Database?
Hello people, How are you?Today I was working on something and then came to realize that I had to clear the sql database. For a
Github actions for CI/CD of .net core app
Intoduction to Github Actions GitHub Actions is a powerful automation and workflow tool provided by GitHub, a popular platform for version control and collaboration on
Global Azure Bootcamp 2021 Nepal
Hey folks, yesterday was kind of great day. Let me tell you why. It was Global Azure Bootcamp 2021. The event was planned and executed
Filtering by Date efficiently
Hey Guys, Often we try to do some filtering with respect to date only, but that throws some errors like this. Code Sample : Normally