MVC
Tag details
Welcome to the 'MVC' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'MVC'.
Look up
"MVC"
at The Free Dictionary
Latest blogosphere posts tagged “MVC”
-
Naming Your Action Methods in ASP.Net MVC
No Free Time —
Authority: 104
Something that I always do now and might in fact be quite obvious to regular people but I’m quite slow so it took me a little while to realise this was a good practise. Let’s say I have a page for editing a blog post. I want the form to be at /BlogManagement/Edit/postId. So I write my first action method: [ ...20 hours ago -
Journey Of Microsoft ASP.NET Developers : Cowboys To Craftsmen?
INSPIONS - Murali's Thought Garage —
Authority: 117
Quite an interesting way to put the Journey of ASP.NET (developers) from ASP.NET Page based design to MVC based applications. Hope I am not taking it out of context. Its not explicit, but it is written all over the wall. Nevertheless, towers of abstraction and magic by Visual Studio often make developers ignore the ...22 hours ago -
Recent Podcasts
you've been HAACKED —
Authority: 567
Just wanted to highlight a couple of podcasts that were suckers gracious enough to have me as a guest. HerdingCode In this podcast I join the fellas at HerdingCode . Although this podcast came out after the Hanselminutes one, it was actually recorded a long time prior to that one. Jon Galloway , who ...1 day ago -
Flex Developers required
CareerGuruz.Com —
Authority: 149
Sr. Flex DeveloepersSkills: Java/J2EE, .Net, XML, Web Services, Ajax, XSLT, HTML, DHTML, Java Script, Action Script,Exp: 4 – 6 YrsJob Description:-Knowledge of Action Script 2.0 or Action Script 3.0- Mandatory-4 Years of IT Experience of which minimum 1 year in Flex- Mandatory-Exposure to interface Flex with other ...2 days ago -
ASP.NET MVC: Creating reports using Chart control
PimpThisBlog.com - Latest published stories —
Authority: 466
ASP.NET Chart control is powerful control you can use to add charting support to your web applications. Although chart controls are mainly used with ASP.NET forms it is not very hard to use them also in ASP.NET MVC applications. In this posting I will show you how to use ASP.NET Chart control in ASP.NET MVC ...2 days ago -
ASP.NET MVC: Creating reports using Chart control
Gunnar Peipman's ASP.NET blog —
Authority: 488
ASP.NET Chart control is powerful control you can use to add charting support to your web applications. Although chart controls are mainly used with ASP.NET forms it is not very hard to use them also in ASP.NET MVC applications . In this posting I will show you how to use ASP.NET Chart control in ASP.NET MVC ...2 days ago -
Connected Show #20 – Who’s Exception Is It?!
JrzyShr Dev Guy —
Authority: 406
In this episode guest Milan Negovan talks about health monitoring in ASP.NET and what to do when things go wrong! (Starts at 24:47). We cover different options on exception handling & instrumentation in web applications. Peter and Dmitry talk about Eclipse support for Windows 7, the Windows Azure Content ...4 days ago -
A better Model Binder addendum
Jimmy Bogard —
Authority: 408
A while back, I wrote about a ModelBinder enhancement we use to do arbitrary filtering on types. The underlying matching algorithm only matches on one type, but we like to use layer supertypes for a lot of our domain objects, so we want to use a single model binder for every Entity or Enumeration type in our ...4 days ago -
Handling Exceptions in ASP.Net MVC 1
No Free Time —
Authority: 104
Here’s a handy way to handle uncaught exceptions in ASP.Net MVC 1. Make a base controller with the following code: public class BaseController : Controller { ILog log = LogManager .GetLogger( “BaseController” ); string actionName = “” ; string controllerName = “” ; ...4 days ago -
Switch from PureMvc to Mate for Flex development (ToDoList 2010)
Rive.be | Rien Verbrugghe - Blog —
Authority: 113
There is just so much setting up to do with PureMVC, and enough is enough. Every time again, and again…The constants, the viewComponent wrapper, listNotificationInterests, handleNotification, there’s tons of stuff to do when setting up a Mediator.PureMVC is also not very Bindable friendly. Just the thing that can ...4 days ago -
Html.RenderAction and Html.Action
you've been HAACKED —
Authority: 567
One of the upcoming new features being added to ASP.NET MVC 2 Beta is a little helper method called Html.RenderAction and its counterpart, Html.Action . This has been a part of our ASP.NET MVC Futures library for a while, but is now being added to the core product. Both of these methods allow you to call into an ...5 days ago -
Marvel VS Capcom 2 Fightstick Mistake
Platform Nation —
Authority: 444
Mad Catz released the Marvel VS Capcom 2 Arcade Fightstick Tournament Edition September 10th of this year. The Tournament Edition was originally advertised as being an individually numbered “Collectors Edition”, but as it turns out neither the package nor the control itself was individually numbered. So what ...5 days ago -
Dew Drop – November 18, 2009
Alvin Ashcraft's Morning Dew —
Authority: 127
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Project 2010 Reference: ...5 days ago -
Readable Return Urls in your MVC Urls
naspinski —
Authority: 100
Dont surrender your clean, readable url to a nasty returnUrl string; keep your MVC urls readable Asp.Net MVC projects have a great routing resource available to them; this makes for very clean and human-readable urls: http://website/Extensions/.doc,.pdf A lot of these web ...6 days ago -
PDC 2009 – Day 1, Keynote
Dave Bost —
Authority: 400
Wow! PDC 2009 kicked off with a big bang of announcements galore today. Here is my list of notes that I captured from today’s keynote. As you can surmise, I’m not the best note taker in the world. I’ve always suffered this problem all the way back to College. If you have any tips for my on how to take better ...6 days ago -
Super Tuesday!
{ null != Steve } —
Authority: 126
One of my coworkers recommend combining some posts together than one a bunch of ‘one offs’ of links or news of interest. I’ve accumulated a set of links, thoughts, experiences, etc… over the last few days (I’ve been busy). New Sharp Architecture Release ...6 days ago -
Pass Number 1: ActiveRecordEngine for ASP.NET
Rob Conery —
Authority: 454
I have a SubSonic prototype that’s been sitting on my hard drive for a while – something I’ve been meaning to spruce up for a bit and release. As of right now I’m happy I didn’t – the code would be considered SubSonic’s and I’d rather it get pulled into a larger effort (wink wink, nudge nudge… bat ...6 days ago -
Microsoft PDC09 keynote highlights
Maarten Balliauw {blog} —
Authority: 403
Finally found some time to write a short blog post on the announcements this morning at PDC 2009 . Ray Ozzie started the keynote this morning, focusing on Microsoft’s “three-screen” vision for the future. There will be three screens connected to the cloud: TV, (handheld) devices and of course good old PC. ...6 days ago -
ASP.NET MVC 2 Beta Released
you've been HAACKED —
Authority: 567
Today at PDC09 (the keynote was streaming live ), Bob Muglia announced the release of ASP.NET MVC 2 Beta . Feel free to download it right away! While you do that I want to present this public service message. The Beta release includes tooling for Visual Studio 2008 SP1. We did not ship updated tooling ...6 days ago -
Dew Drop – November 17, 2009
Alvin Ashcraft's Morning Dew —
Authority: 127
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Text Sharp – Visual ...6 days ago

