↧
ASP.NET MVC: How to set global ViewBag properties and have them available in...
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 are stuff like...
View ArticleASP.NET: Setup a MVC5 website with MySQL, Entity Framework 6 Code-First and...
The new features available in EF6 allow any developer to build a simple DB-powered website with very few lines of code. There are many tutorials explaining how to do that with SQL Express available on...
View Article