Visual Studio 2022 Preview 1 now available!
Microsoft has announced the release of preview 1 Visual Studio 2022 as first release. This means, we can install Visual Studio 2022, however, this is available for 64bits only. This
Microsoft has announced the release of preview 1 Visual Studio 2022 as first release. This means, we can install Visual Studio 2022, however, this is available for 64bits only. This
Background Azure’s computer vision services give wide range of options to do image analysis. These AI services enable to discover the content and analyze images and videos in real time.
In this article, I will explain some file upload insights and show how to upload single or multiples in app.net razor pages application. I will cover following points: File Upload
Logging is one of the most crucial things in application development. It is fundamental and helps to troubleshoot any application issues. Like other .NET library we can implement Serilog in
When we start the development of any application, the first thing is implementing a theme for the solution. As per current industries trends, it is seen that developers try to
Recently, one of my team member faced this error while implementing swagger in asp.net core. Environment Details: Visual Studio 2019 ASP.NET Core 3.1 Swashbuckle.AspNetCore 5.6.3 Error: Unable to resolve service
In this article, we are going to learn how to compare two databases using SQL Server Database Project (Template) available in Visual Studio. I will cover the following points: Introduction
Introduction Still several banks, corporate companies, enterprise businesses prefer to use Windows Server. Besides this, those organizations choose server-based application for their businesses due to various reasons. This article will
Actual Error: Assets file project.assets.json not found. Run a NuGet package restore to generate this file. ‘..\sdk\3.1.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets’ The error occurs because the dotnet cli does not create the all of
We might get this error sometimes while running add-migration command. Error: The term ‘Add-Migration’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check