Mike Bosch's Blog on .NET

Agile enterprise architecture in .NET, SOA, WCF, WS-*, AJAX, MVC, Sharepoint and more...

Browse by Tags

All Tags » MVC (RSS)
WorkGrabber.com - Sweet ASP.NET MVC 1.0 + jQuery Application
You may have noticed this blog has been awfully quiet in the past couple of months. That's because I've been working on a neat side project with a couple of other developers. Today, we'd like to submit our project to the ASP.NET community to get some...
Posted: Apr 07 2009, 11:30 AM by MikeBosch | with 12 comment(s)
Filed under: , ,
Announcing ASP.NET MVC 1.0 Final Release - Download Available
ASP.NET MVC 1.0 is finally out. Download it now! http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&displaylang=en
Posted: Mar 18 2009, 11:02 AM by MikeBosch | with no comments
Filed under: ,
Updating MvcPager to work with ASP.NET MVC RC 1 (refresh)
At first glance, upgrading to the RC1 was quite a debacle. First of all, any link that I created using the much more performant Html.RouteLink (instead of Html.ActionLink) just stopped working. It turns out there was a regression bug in the RC that caused...
Posted: Feb 01 2009, 11:18 AM by MikeBosch | with 6 comment(s)
Filed under: ,
Hierarchical Treeview with ASP.NET MVC & jQuery
First of all, an apology for being so quiet over the past few weeks. I've been putting my blogging aside for a while to chase some pet projects I'm working on. More on that later. I did, however, run into a particular situation that I thought would be...
Posted: Nov 25 2008, 04:20 PM by MikeBosch | with 28 comment(s)
Filed under: , ,
RESTFul Ruby on Rails Resource for ASP.NET MVC ideas
I've been feverishly adapting and experimenting with the ASP.NET MVC Framework since the very first CTP. I must admit, it keeps getting better with every release. This past week was the official BETA release and I'm loving it. It has been a challenge...
Posted: Oct 20 2008, 10:49 PM by MikeBosch | with 2 comment(s)
Filed under: ,
Showcase of "Live" ASP.NET MVC Sites
It looks like people are starting to deploy sites based on the ASP.NET MVC Framework already. I've been trying to collect some examples and here's what I got so far. WorkGrabber.com - Find Local Contractors - Nice site for finding local contractors and...
Posted: May 05 2008, 08:00 AM by MikeBosch | with 56 comment(s)
Filed under: ,
Using the ComponentController in ASP.NET MVC CTP 2
ASP.NET MVC CTP 2 shipped with a new controller class which you may have missed. Community feedback begged for a better way to handle component pages that don't rely on the main page's view data. A classic example might be a stock ticker. We would want...
Posted: Mar 10 2008, 12:45 PM by MikeBosch | with 19 comment(s)
Filed under: ,
ASP.NET MVC Tip # 7 - Using a CAPTCHA with MVC
Problem: You need a CAPTCHA to use when submitting forms in MVC Solution: For this I will defer to an excellent explanation: http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/
Posted: Mar 07 2008, 12:17 PM by MikeBosch | with no comments
Filed under: ,
ASP.NET MVC Tip #6 - Code Snippets for Quickly Testing Routes
Scenario: You want to write some tests for your route configuration, but you hate typing... Solution: We can create some VS Code Snippets to generate most of the tests for you. While messing around with Kigg , I got the idea to create some snippets to...
Posted: Feb 21 2008, 07:00 AM by MikeBosch | with 6 comment(s)
Filed under: ,
ASP.NET MVC Tip #5 - Submitting an AJAX Form with jQuery
This is one of the neatest, straightforward, and down right coolest way to submit a form with the ASP.NET MVC Framework. I've blogged in the past about jQuery and how useful it is. Combining MVC with jQuery can produce some really neat Web 2.0 style applications...
Posted: Feb 15 2008, 01:18 AM by MikeBosch | with 28 comment(s)
Filed under: , , ,
More Posts Next page »