Modeling a many-to-many relationship in ASP.NET MVC using LINQ to SQL

前端 未结 6 1734
时光说笑
时光说笑 2020-12-14 05:15

I\'ve been reading and watching videos about MVC and I\'m starting to get a little confused. The simple tutorials are far too simple and they seem to only involve a single d

6条回答
  •  遥遥无期
    2020-12-14 05:48

    You won't get everything on silver plate. You will have to go through hell of wtf yourself.

    It's like with me and Ruby on Rails - every time i see sample snippet or sample application - it seems super duper simple and neat. But - because I've never actually created anything myself, i got no ideas with what even to start.

    So - just go through some books and sample applications. Then - create something. This feeling (with what to start, how to structure etc.) will disappear quite soon.

    Later on - don't forget about second extreme - feeling that you know everything you have to know. :)


    And yeah - you did not provide enough information. There's various paths to go by. I believe - you won't want to hear advanced domain driven design approaches. Neither you want to see Sql right next to html markup. Only you know 'the context' and can decide what's necessary, good and what's not.

提交回复
热议问题