Search results for query: *

  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

    Sorry, I checked the meaning from google translate. I didn't mean it in this sense. After that I will check the translations again and again, thank you. And actually what I meant was I wouldn't do it again.
  3. etkmlm

    Resolved ASP.NET Code First Paradox

    Thanks, I will try. Ok, I will consider it.
  4. etkmlm

    Resolved ASP.NET Code First Paradox

    Whenever I use ICollection, SQL automatically creates unnecessary related tables. Yeah, it works fine. Finally, thanks for suggests.
  5. 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; }...
  6. etkmlm

    Resolved Entity Framwork Not Working

    Thanks for answer. It worked with removing other entity references and reinstalling.
  7. etkmlm

    Resolved Entity Framwork Not Working

    http://go.microsoft.com/fwlink/?LinkID=263480
  8. etkmlm

    Resolved Entity Framwork Not Working

    With NuGet, thanks.
  9. 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