When we come to the designing of the information system, a term often make us think; Who are Stakeholders? so let us define this with
Author: Chandan
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
Understanding .NET Framework
Introduction to .Net Framework .NET is a software development framework designed and developed by Microsoft to build any types of software on Web, Desktop
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
GitLab vs GitHub: Explore Their Major Differences and Similarities
When it comes to GitLab vs GitHub, what’s the best development platform for your team in 2021? Which one’s the best solution for your use
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
How to avoid Temporary Collections in C# using “yield”
Most of us do some common type of mistakes by introducing a temporary collections of any List or IEnumerable types, right? Often we do some