Asp.net mvc models without databases/framework

后端 未结 2 1847
别那么骄傲
别那么骄傲 2021-01-14 18:13

Are there any tutorials/examples on how to create an asp.net mvc app without the model being managed by a database (through linq2sql or entity framework). I\'ve to create a

2条回答
  •  猫巷女王i
    2021-01-14 18:50

    MVC 3 has extra support for JSON which you might want to look into.

    Or use the futures with MVC 2.

提交回复
热议问题