Visual Studio 2022 Preview 1 now available!
Post Views: 574 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…
Learn developer and data technologies with us
Post Views: 574 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…
Post Views: 406 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…
Post Views: 3,485 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…
Post Views: 3,297 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…
Post Views: 5,374 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…
Post Views: 1,755 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…
Post Views: 1,687 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…
Post Views: 336 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.…
Post Views: 134 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…
Post Views: 495 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…