Posts by Lucas Segers • 36 points
2 posts
-
1
votes1
answer82
viewsA: Is it bad practice to cache an entire Model on IIS?
For what is available here, Outputcache stores only the return of your action (whether html, json, etc.) and not objects. In your case, you are avoiding a query in the database (which is always…
-
1
votes1
answer85
viewsA: Tag SELECT is duplicating with Materializecss and Angularjs
Could be the Materialize versions you’re using. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/css/materialize.min.css"> <script…