Visual Studio 2022 Preview 1 now available!
Post Views: 587 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: 587 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: 427 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,531 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: 1,700 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: 80 Recently, we were facing this error while deploying the asp.net solution into server (IIS) as a separate application (Sub Domain) in a main web application. Scenario I…
Post Views: 124 Introduction This write up will describe differences and when to use .NET Framework and .NET Core shortly. This will help reader to understand and use it in…
Post Views: 518 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…
Post Views: 457 Error: Failed to register URL “http://localhost:XXXX/” for site “SITE NAME” application “/”. Error description: The process cannot access the file because it is being used by another…
Post Views: 693 How to create a database view using Entity Framework Code first approach? User case scenario: There are several cases when your applications may need to display data…
Post Views: 8,496 In this article, we are going to learn about SQL Server Database Project (Template) available in Visual Studio. I will cover the following points, Introduction of SQL…