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

22 Comparison Points: LightSwitch vs. Dynamics CRM vs. SharePoint vs. ASP.NET MVC

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

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

DHTMLX Scheduler for ASP.NET - Add Rich Event Calendar to Your Web App

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

ASP.NET MVC3 Beta 1

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

ASP.NET MVC HTML Helpers

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

Named Routes with ASP.NET MVC

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

Is ASP.NET MVC A Gateway to Ruby on Rails?

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

ASP.NET MVC & Url Extensions

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

ASP.NET MVC Routing Basics

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, jQuery & JSON

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

How to Build a Custom View Engine with Theme Support

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

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 to...

0 replies - 1743 views - 05/21/10 by Michael Ceranski in News