ASP.NET MVC

  • submit to reddit

Get AppSettings from web.config in a generic way

I use this snippet in all web projects where I need to get settings from the AppSettings section in web.config. This method (static or not) makes it easy and...

1 replies - 2838 views - 10/18/12 by Mario Sannum in Uncategorized

19 Videos To Get You Up To Speed With VS 2012 and .NET 4.5 this Weekend!

If you haven't been watching the developer news out of Microsoft recently, you should probably know that the final versions of .NET 4.5 and Visual Studio 2012...

0 replies - 12767 views - 08/17/12 by Mitch Pronschinske in Articles

The History of ASP.NET MVC, So Far

This post is a mile high overview of the history of ASP.NET MVC, the features it brought with the various versions and the extensibility points introduced....

0 replies - 3035 views - 07/22/12 by Simone Chiaretta in Articles

Adding Compiled .ResX Resources To NuGet Packages

At my current workplace, we are using NuGet internally for managing internal ASP.NET MVC 3 project templates. If you open up Visual Studio’s Tools ->...

1 replies - 1869 views - 07/10/12 by Jon Davis in Articles

Building an RSS Feed in ASP.NET MVC

When building a website it is common to expose an RSS/ATOM feed for your content. Feeds serve two main purposes. The first, is that it allows other sites...

0 replies - 7070 views - 04/13/10 by Michael Ceranski in News

A Custom ASP.NET MVC Model Binder for Repositories

How do you take the values posted by an HTML form and turn them into a populated domain entity? One popular technique is to bind the POST values to a...

0 replies - 4602 views - 04/12/10 by Mike Hadlow in News

Simple Pager for ASP.NET MVC

I needed simple pager for one of my ASP.NET MVC projects. I mean really simple pager – no new types my code should be aware of, no any other chemistry I...

0 replies - 5127 views - 04/09/10 by Gunnar Peipman in News

Daily Dose - ASP.NET MVC 2 Has Arrived

Microsoft just released the second major version of ASP.NET MVC.  An alternative to HTML abstraction development in ASP.NET WebForms, ASP.NET MVC 2 is used in...

0 replies - 17872 views - 03/13/10 by Mitch Pronschinske in Daily Dose

Goodbye Http Handler, Hello FileResult

If you have been developing applications in ASP.NET MVC then you are probably familiar with the ActionResult class. The ActionResult is the most common type of...

0 replies - 6355 views - 03/12/10 by Michael Ceranski in News

Book Review: ASP.NET MVC in Action

0 replies - 4909 views - 03/10/10 by Alvin Ashcraft in Book Reviews

Introducing the MVC Melee!!!

Hi, how are you? Been well? Awesome. I wanted to tell you about something I think is pretty cool, and that's the MVC Melee. The ever so clever/kick ass JP ...

0 replies - 1366 views - 03/08/10 by Sara Chipps in Announcements

Building a Star Rating System with ASP.NET MVC and jQuery

While working on the WeBlog project I realized that I needed a star rating system for blog posts. A star rating allows your readings to rate content based...

0 replies - 9292 views - 03/02/10 by Michael Ceranski in News

ASP.NET MVC 1.0 Test Driven Development: Problem - Design - Solution

1 replies - 4536 views - 02/11/10 by Alvin Ashcraft in Book Reviews

When will WebForm vs MVC become like ListView vs Repeater?

Lately I’ve been reading again lot of discussions going on about whether WebForm is a much wiser choice for developers, if it will die in favor of...

0 replies - 4664 views - 01/22/10 by Simone Chiaretta in News

ASP.NET MVC Translated for the Web Forms Programmer (5 in a series) - What the Frig Is a View Model?

I wanted to expound on something very important that I kind of glazed over in the last post, View Models. View Models are something that is very pivotal to MVC...

0 replies - 3508 views - 10/29/09 by Sara Chipps in News