visual studio codespaces

Now What Is Visual Studio Codespaces?

Visual Studio Online gets rebranded and now called Visual Studio Codespaces and is a cloud-hosted development platform offered by tech giant Microsoft. Introduction If you don’t know or haven’t used Visual Studio Online, let us tell you that it’s an online version of your desktop-based integrated development environment (IDE) for .NET and other supported programming […]

Now What Is Visual Studio Codespaces? Read More »

varchar and varchar(max)

Practical 5 Varchar and Varchar(max) Differences in SQL Server, 4th one is the best

Varchar and Varchar(max) data types are very important in SQL Server. In this post, we will discuss the differences between varchar and varchar(max) in SQL Server. The main purpose of this post is to make it clear what to use and when with respect to the varchar and varchar(max) data type in SQL Server. Introduction

Practical 5 Varchar and Varchar(max) Differences in SQL Server, 4th one is the best Read More »

Build Rebuild and Clean in Visual Studio

Essential Difference between Build Rebuild and Clean in Visual Studio

In this post, we will be listing down the difference between build rebuild and clean in visual studio. We have encountered this topic many times among freshers and a couple of year’s experienced professionals as well. Introduction Some programmers have made this a habit of doing clean + build every time they change code without

Essential Difference between Build Rebuild and Clean in Visual Studio Read More »

ASP.NET Core Tutorial

ASP.NET Core Tutorial for Beginners 2022 Step-by-Step

In this ASP.NET Core tutorial for beginners, we will be discussing in detail the ASP.NET Core framework, installation, and setup, creating and running a “hello world” application in asp.net core. What is ASP.NET Core? ASP.NET Core is a cross-platform, open-source framework for building modern cloud-based applications. It’s a redesign of the previous version of ASP.NET

ASP.NET Core Tutorial for Beginners 2022 Step-by-Step Read More »