Thoughts on Software Development, .Net, OOP, Design Patterns and all things cool
Browse by Tags
All Tags »
ASP.Net MVC (
RSS)
-
|
Well, it is about time we ( Tim , Chris and myself) actually made this announcement. We will be doing a MVC bo ok with O'Reilly titled 'Programming MVC'. We are super excited and super pumped to get this out the door. All three of us are huge...
|
-
|
Just wanted to send a message out there to anyone that is going to be in the Raleigh/Durham area this week. I will be giving 2 talks this week. One at TriNug and another at the Raleigh Code Camp . If you are in the area and want to stop by to heckle me...
|
-
|
Today I was browsing my list of RSS feeds and I stumbled upon a posting that showed some Asp.Net code. This code was nothing out of the ordinary, it was simply someone building a table with a repeater. The first thing that came to mind when I saw the...
|
-
|
I forgot to mention in my upgrading to MVC beta post to mention one little gotcha. Since the MVC team renamed Html.Form() to Html.BeginForm you will have to update all your references. However, you will also have to swap the logic that is being used....
|
-
|
Today is the official launch of the Asp.Net MVC beta (can get the bits here ) so I can finally blog about the upgrade process for Dimecasts.net First things first, what is new in this drop: The added the MVC assemblies into the GAC. This was done to allow...
|
-
|
In a prior posting ( here ) I walked through how to add the YUI DataTable to your site. Today I thought I would take that a step further and explain how to create custom formatters so your grid can look all fancy and stuff. A custom formatter is a way...
|
-
|
Like many other nerds (sorry people, lets face we are nerds :) ), as soon as I heard that MVC Preview 5 had been released I wanted to run out and upgrade Dimecasts.net. Let me first start off by saying this. Anyone that decides to build a production application...
|
-
|
If you are trying to use the HTML Helper RenderPartial and you received the following error: CS1502: The best overloaded method match for 'System.IO.TextWriter.Write(char)' has some invalid arguments error do worry, you are not alone. When I was...
|
-
|
I decided that I wanted to give the YahooUI (YUI) framework/library a go recently. My first task was to get a few of my data listing pages on Dimecasts.net to use the DataTable Control from YUI. Having never used the library I was not sure what I was...
|
-
|
One of the really great things about the ASP.Net MVC framework is how extendable it is. One area of extension is in the area of controller creation. The framework allows you to replace the default ControllerFactory with your own factory and because of...
|
-
|
I have been using the MVC framework now for 3+ months. In fact I already have a public production site running on the framework ( www.dimecasts.net ). I have to say that I am really, really happy with the progress and direction that the team is making...
|
-
|
As part of my process to upgrade DimeCasts.net to preview 4 I wanted to take advantage of the new HandleErrorAttribute. Out of the box this looked like something that I would want to use and could use very easily. However, I quickly realized that this...
|
-
|
Today I decided to sit down and upgrade the Dimecasts.net code to run on MVC preview 4. To be honest I did not know exactly what to expect, and I have to say, it was kinda painful but not too bad. Let me first start off by saying this. Anyone that decides...
|
-
|
Today I ran into a need where I wanted to create the html needed to render an image as a link and I wanted that clicking of that image to route to a controller action. The off the shelf Html helper that comes with the MVC frame does not support...
|
-
|
Today I was making some changes to the DimeCasts.Net site and I realized that I did not like the URL's that I was currently using as I did not feel they accuracy reflected the intent of the route. However, because Google has already linked many...
|
More Posts
Next page »