
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 - 2424 views - 10/18/12 by Mario Sannum in Uncategorized

Over a year ago I wrote a post
where I compared four technologies that can be used to build business
applications rapidly. The original post was inspired...
0 replies - 5337 views - 09/09/12 by Robert Maclean in Articles

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 - 12530 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 - 2889 views - 07/21/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 - 1805 views - 07/09/12 by Jon Davis in Articles

DHTMLX, a professional provider of web UI components, has released DHTMLX Scheduler .NET, an event calendar control optimized and designed for ASP.NET MVC....
0 replies - 1552 views - 01/05/12 by Ivan Petrenko in Announcements

Today Scott Guthrie announced the availability of ASP.NET MVC3 Beta 1. Each release of ASP.NET MVC builds on the one before and adds more features and...
0 replies - 2270 views - 10/06/10 by Dane Morgridge in Articles

One of the things I love about ASP.NET MVC is the fact that I get to work with bare-metal HTML. With Webforms we got the ease of use of just dropping a control...
0 replies - 3510 views - 08/25/10 by Dane Morgridge in Articles

The routing engine in ASP.NET MVC is very powerful and one feature of them is the ability to use named routes. They can help when you need to get the url of...
0 replies - 5085 views - 08/13/10 by Dane Morgridge in Articles

I have been working primarily with ASP.NET MVC at work but have been doing some small Ruby on Rails stuff in the off hours and the similarities between the two...
0 replies - 5078 views - 08/03/10 by Dane Morgridge in Articles

We got a really cool feature called extension methods in C# 3.0. This allowed a developer to add methods to existing classes, even sealed ones. This...
0 replies - 6673 views - 07/27/10 by Dane Morgridge in Articles

Having worked building websites for several years now, on thing that I love is being able to build SEO friendly URLs. A framework that makes that easy is even...
1 replies - 10342 views - 07/26/10 by Dane Morgridge in Articles

ASP.NET MVC has changed the way .NET developers write web applications just has jQuery has changed the way developers approach javascript. If you haven't...
0 replies - 25911 views - 07/06/10 by Dane Morgridge in Articles

All good blogging platforms have theme support. So while working on WeBlog I initially implemented theme support by using a base controller class. The base...
0 replies - 2679 views - 05/31/10 by Michael Ceranski in News

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 to...
0 replies - 1743 views - 05/21/10 by Michael Ceranski in News