Always remain updated about current software development trends

Articles having tag: MVC

DropDownList and SelectListItem Array Item Updates in MVC

So I ran into an interesting behavior today as I deployed my first MVC 4 app tonight. I have a list form that has a filter drop down that allows selection of categories. This list is static and rarely changes so rather than loading these items from the database...

Getting Started with ASP.NET MVC 3, Logging, and Depency Injection

I started a new ASP.NET MVC project recently and wanted to give you a little insight on kicking off new projects. There's some setup time you want to spend setting up your solution and getting the plumbing in order before you dive into writing unit tests...

Getting started with Web 2.0 using Wakanda

You aren't familiar with Web 2.0 development ? Wakanda is free, Open Source, and easy to learn, so after reading this article you'll be able to develop a Web 2.0 app whitout coding HTML5 ,CSS3, or SQL. ;)

RenderBody, RenderPage and RenderSection methods in MVC 3

In this article we will learn about the three methods of MVC 3 and those are RenderBody, RenderPage and RenderSection.\xa0 We will learn by the following topics: RenderBody What is RenderBody? How RenderBodyworks? RenderBody Example RenderPage What is RenderPage?...

Understanding ASP.NET MVC (Model View Controller) Architecture for Beginners

Learning ASP.NET MVC (Model View Controller) architecture and fundamentals for beginners

Fancy ASP.NET MVC Image Uploader

Let's build a sample project with a Google like image uploader embracing jQuery, AJAX, and ASP.NET MVC 3.