Search results for query: *

  • Users: etkmlm
  • Content: Threads
  • Order by date
  1. etkmlm

    Question Validation Messages Not Working

    Hi, I have an issue with validation messages. I think the problem is caused by 2 post method. [HttpGet] [Authorize] public ActionResult Others(string bid) { return View(ret); } [HttpPost] public ActionResult...
  2. etkmlm

    Resolved ASP.NET Code First Paradox

    Hi, I'm using MVC5 with .NET 4.6.1. I want to users can follow each other but don't know how can I do this.. I tried these things: public class User { [Key] public int ID { get; set; } public String Avatar { get; set; } public String State { get; set; }...
  3. etkmlm

    Resolved Entity Framwork Not Working

    i have a problem with Entity. Want to use Entity in DbContext class but it is not working even though I added it to the packages. So when i write the "System.Data.Entity", it turns red. (Error: CS0234) Maybe Visual Studio doesn't see the Entity package. Visual Studio 2019 .NET Core 2.0...
Back
Top Bottom