
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

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

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

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

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

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

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

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

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

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

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

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

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

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

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