c# get records which exist in each group ASP.NET MVC Entity Framework
Problem: Get users which exists in all entities, like Ali exists in ENT01,ENT02,ENT03
Problem: Get users which exists in all entities, like Ali exists in ENT01,ENT02,ENT03
I have code that runs on application start that prefixes all of my routes with a {lang} parameter.
I’m trying to figure which way is the best way of storing data acessible only for the user that is logged in.
How can I log all handled exceptions?
I’m trying to upload a file from my view to my controller, but the value is always null.
I have class in C# –
I am trying to implement a code that detects a Bitly link and track users based on there mobile device (Android, IOS, Website) e.g I want to have the count of android users, Apple users, and website users that clicked on the Bitly link so here is my code
I have an application that I am trying to write with .Net. I have a SeedData.cs class that I am trying to use to populate my database, but I am experiencing some connection issues and I keep on getting the error: System.ArgumentException: ‘Keyword not supported: ‘trustedconnection’.’for the following line:
first i create list of models in [HttpGet] action and return to view.
How can i select distinct() based on one field?