Posts by Deybson Ferreira • 1 point
3 posts
-
0
votes3
answers157
viewsA: Why doesn’t View see the javascript file?
add this in webConfig, in my solved <system.web> <httpHandlers> <add path="*.js" verb="GET,HEAD" type="System.Web.StaticFileHandler" /> <add path="*.css" verb="GET,HEAD"…
-
0
votes2
answers100
viewsQ: How to recover address ID?
I’m using Asp.mvc. On my route has the ID, the page address for example has http://user/1 . I wanted to get this number 1 at the bottom of the page, there’s some way to do it?…
-
0
votes3
answers84
viewsQ: What are the good practices of MVC with Entity Framework?
I would like to know what are the good practices of MVC using the Entity Framework, regarding the MVC folders. When I create the Entity Framework, it automatically creates the database file, and the…