When to use .NET Framework and .NET Core
Post Views: 119 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…
Learn developer and data technologies with us
Post Views: 119 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: 148 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: 501 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: 672 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,459 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…
Post Views: 35 There can be some requirements that redirect the page or may be block the access of some section or some part of website based on country. There…
Post Views: 14 Ahmed Elnably joins Scott Hanselman to discuss a sample project, Developer Finder, that was created to showcase how to use Web App for Containers in the context…
Post Views: 1,270 We can pass the Data from Controller to View in 2 ways. 1. ViewData Example for Single value data Action Controller Code: In controller write below code…
Post Views: 15 Building a Cortana skill means that Cortana can use your bots, services, websites, and apps to help people – but did you know that you can write…
Post Views: 6 Visual Studio is a productivity game changer for C#! The .NET Compiler Platform (“Roslyn”) enables many new experiences that will change the way you write and debug…