
Tag: HowTo
Samples, how-to, guides, etc.

ASP.NET MVC: How to set global ViewBag properties and have them available in each View
When you’re building a website featuring a whole lot of Views you most likely end up setting a lot of variables & properties in each and every ViewBag object: some common examples …
Read More