When to use .NET Framework and .NET Core
Post Views: 137 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: 137 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: 204 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: 467 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: 725 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: 69 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: 1,291 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: 42 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…
Post Views: 26 Entity Framework Core is a lightweight, extensible, and cross-platform version of the popular Entity Framework data access technology. In this session we’ll look at what’s new in…
Post Views: 29 In many cases, we might end up with having same element ID in DOM, however, this is not recommended. In such scenario, if we want to perform…