Stories recently tagged with 'MVC' Subscribe to this feed

IJoinedFilter Part 3: IFilterPriority (geekswithblogs.net)

submitted by g0t4g0t4(10) 2 days ago

After implementing several aspects of controller actions as compos-able filters, it became apparent that controlling the order would be import. One of the latest additions is a filter to build up a view model property with data aspects... read more...

add a comment | category: | Views: 3

tags: another

ASP.NET MVC Performance II: Optimizing resources (weblogs.asp.net)

submitted by gpeipmangpeipman(1830) 2 days, 18 hours ago

In my previous posting about ASP.NET MVC performance I showed you how to combine resources like scripts, style sheets and images. In this posting I will show you how to minimize resources so we don’t waste the bandwidth we got. read more...

add a comment | category: | Views: 5

tags: another

ASP.NET MVC Performance I: Combining resources (weblogs.asp.net)

submitted by gpeipmangpeipman(1830) 3 days, 13 hours ago

I wrote a small postings series about how to optimize ASP.NET MVC applications. This posting is small introduction to series and it also introduces first two optimization steps: resources and images combining. read more...

add a comment | category: | Views: 8

tags: another

Using IIS Rewriting with MVC Routes to Keep Your Routes Simple (weblogs.asp.net)

submitted by MikeMoreMikeMore(170) 4 days, 9 hours ago

I saw an interesting question this past week on how to set up MVC Routes to work with some ugly legacy URL’s. There was probably several way to get it to work with MVC routes, but I recommended using IIS Rewriting to map those legacy URL’s to clean MVC routes. read more...

add a comment | category: | Views: 8

tags: another

ASP.NET MVC 2 RC 2 Released (haacked.com)

published 4 days, 14 hours ago, submitted by johnsheehanjohnsheehan(4540) 4 days, 22 hours ago

After receiving feedback from our last release candidate back in December, we decided it would be prudent to have one more release candidate that incorporated the feedback. You can read the release notes for everything that changed, there’s not a whole lot. read more...

add a comment | category: | Views: 192

tags: another

Wrting HTML Helpers that 'auto-close' when used in a 'using' statement (www.inflecto.co.uk)

submitted by rmmasonrmmason(25) 5 days, 15 hours ago

How to create your own html helpers that auto close when used in a using statement. read more...

add a comment | category: | Views: 7

tags: another

Validating a variable length list, ASP.NET MVC 2-style (blog.stevensanderson.com)

published 10 days, 12 hours ago, submitted by glennenglennen(235) 11 days, 3 hours ago

Steve Anderson follow up article on how to validate a variable elgnth list in MVC 2. read more...

1 comment | category: | Views: 212

tags: another

Editing a variable length list, ASP.NET MVC 2-style (blog.stevensanderson.com)

submitted by glennenglennen(235) 11 days, 3 hours ago

A while back I posted about a way of editing a list of items where the user can add or remove as many items as they want. Tim Scott later provided some helpers to make the code neater. Now, I find myself making use of this technique so often that I thought it would be worthwhile providing an update to show how you can do it even more easily with ASP.NET MVC 2 because of its strongly-typed and templated input helpers. read more...

add a comment | category: | Views: 6

tags: another

Using jQuery in an ASP.NET MVC application To Create Stunning Tooltips (www.dotnetcurry.com)

submitted by malcolmsmalcolms(698) 11 days, 17 hours ago

The following article demonstrates how to use jQuery with ASP.NET MVC to create stunning tooltips. read more...

add a comment | category: | Views: 9

tags: another

Editing a variable length list, ASP.NET MVC 2-style (blog.codeville.net)

submitted by johnsheehanjohnsheehan(4540) 12 days, 10 hours ago

A while back I posted about a way of editing a list of items where the user can add or remove as many items as they want. Tim Scott later provided some helpers to make the code neater. Now, I find myself making use of this technique so often that I thought it would be worthwhile providing an update to show how you can do it even more easily with ASP.NET MVC 2 because of its strongly-typed and templated input helpers. read more...

add a comment | category: | Views: 10

tags: another

Creating custom HTML helpers (www.asp.net)

submitted by bacalaobacalao(260) 12 days, 19 hours ago

Helpful article from ASP.NET read more...

add a comment | category: | Views: 7

tags: another

Dynamic Select Lists with MVC and jQuery (www.codecapers.com)

submitted by mceranskimceranski(115) 13 days, 2 hours ago

A tutorial on how to build cascading select list with MVC and jQuery. This particular example uses jQuery to make asynchronous calls to the controller and return data as a JsonResult. The JSON data is then consumed by jQuery and used to dynamically populate a select list. read more...

add a comment | category: | Views: 13

tags: another

Translating routes (ASP.NET MVC and Webforms) (blog.maartenballiauw.be)

published 12 days, 13 hours ago, submitted by maartenbamaartenba(5585) 14 days, 20 hours ago

For one of the first blog posts of the new year, I thought about doing something cool. And being someone working with ASP.NET MVC, I thought about a cool thing related to that: let’s do something with routes! Since System.Web.Routing is not limited to ASP.NET MVC, this post will also play nice with ASP.NET Webforms. But what’s the cool thing? How about… translating route values? read more...

1 comment | category: | Views: 206

tags: another

Keeping Your ASP.NET Session Alive Using jQuery (www.dotnetcurry.com)

published 12 days, 14 hours ago, submitted by malcolmsmalcolms(698) 15 days, 17 hours ago

The following article demonstrates how to keep your session alive when you're using ASP.NET MVC and jQuery. read more...

3 comments | category: | Views: 361

tags: another

Measuring the Performance of Asynchronous Controllers (blog.codeville.net)

published 15 days, 6 hours ago, submitted by desmonddesmond(1830) 15 days, 19 hours ago

It's easy enough to start using Asynchronous Controllers with ASP.NET MVC 2.0. But how do you know whether it's giving you any benefits? You might be surprised to learn that, in many default scenarios, you won't get any benefit unless you also make some crucial configuration changes. In this blog post you'll see a simple way to load test your asynchronous controllers, and find a rundown of important configuration options that will dramatically affect their behavior. read more...

add a comment | category: | Views: 189

tags: another

ASP.NET WebForms vs MVC from another angle (rosshawkins.net)

submitted by rosshawkinsrosshawkins(45) 16 days, 17 hours ago

While scanning my RSS feeds this weekend I’ve noticed a lot of MVC vs WebForms type postings. I feel the need for my own little rant in this area. It’s one which I’ve been meaning to get off my chest for a little while, and so now seems like as good a time as any to get it over and done with.. so here goes. read more...

add a comment | category: | Views: 12

tags: another