Change the Domain URL or Redirect URL based on Country or IP
Post Views: 56 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…
Learn developer and data technologies with us
Post Views: 56 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,280 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: 17 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: 19 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: 24 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…