When to use .NET Framework and .NET Core
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 proper situation. What
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 proper situation. What
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
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 process. (0x80070020) **XXXX
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 by combining two
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 Server Database Project.