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 Offsite Link "", Offsite Link "MVC" at The Free Dictionary

Latest blogosphere posts tagged “ MVC”

  • Dew Drop – November 27. 2009


    Alvin Ashcraft's Morning DewAuthority 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 Team Build and Layer ...
    3 hours ago
  • The Flex Application Frameworks SmackDown (sorta)


    TuVinhSoft .,JSCAuthority Authority: 435
    The Selecting the Right Flex Application Framework post provided a summary comparison of the Flex application frameworks out there, highlighting the ones I thought were the “heavyweights” a Flex developer should focus on. The purpose was primarily to help you make a quick, easy, but well-informed decision, without ...
    10 hours ago
  • Selecting the Right Flex Application Framework


    TuVinhSoft .,JSCAuthority Authority: 435
    So you’ve decided to use Flex for your web application development. It’s easy to follow the online tutorials and prototype an application, but deciding on an application framework for your major production Flex application is more difficult. The Flex community is divided between Adobe’s Cairngorm and Cliff ...
    10 hours ago
  • 20 Promising Open Source PHP Content Management Systems(CMS)


    TuVinhSoft .,JSCAuthority Authority: 435
    Content Management System, or CMS is an application used to manage news easily so that users can publish, edit and delete articles from the back-end admin system. HTML and other scripting language are not necessary to operate a CMS, though having them will add more advantages.Since we had looked into 22 open source ...
    11 hours ago
  • Supporting multiple submit buttons on an ASP.NET MVC view


    Maarten Balliauw {blog}Authority Authority: 406
    A while ago, I was asked for advice on how to support multiple submit buttons in an ASP.NET MVC application, preferably without using any JavaScript. The idea was that a form could contain more than one submit button issuing a form post to a different controller action. The above situation can be solved in many ways, ...
    1 day ago
  • Dew Drop – November 25, 2009


    Alvin Ashcraft's Morning DewAuthority 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 Web Deployment ...
    2 days ago
  • Useful Moq Extension Method


    Matt Manela's BlogAuthority Authority:
    I have been working with ASP .NET MVC and I use the Moq mocking library to help test the code I write.   Often in ASP MVC anonymous objects are passed around as function arguments.  This is especially common in calls to RouteUrl.  Since I want to be able to test this and verify that it is called correctly I ...
    2 days ago
  • Dew Drop – November 24, 2009


    Alvin Ashcraft's Morning DewAuthority 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 Source Code for ...
    3 days ago
  • Base Controller Class and TempData


    Eric PolereckyAuthority Authority: 108
    Need: To pass information to every view based on an environmental variable. The specific case I ran across this need is when you want to use the minified version of your JavaScript libraries in production and the human readable in dev/QA. Solution: Create your own base controller class. Override either ...
    3 days ago
  • Orchard team looking for a new developer


    Tales from the Evil EmpireAuthority Authority: 477
    My team is looking for a new full-time developer. The project is to build a completely new open-source CMS based on ASP.NET MVC 2. It’s a lot of fun :) https://careers.microsoft.com/JobDetails.aspx?ss=&pg=0&so=&rw=1&jid=9434&jlang=EN
    4 days ago
  • Naming Your Action Methods in ASP.Net MVC


    No Free TimeAuthority Authority: 110
    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: [ ...
    4 days ago
  • Journey Of Microsoft ASP.NET Developers : Cowboys To Craftsmen?


    INSPIONS - Murali's Thought GarageAuthority Authority: 118
    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 ...
    4 days ago
  • Recent Podcasts


    you've been HAACKEDAuthority 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 ...
    4 days ago
  • Flex Developers required


    CareerGuruz.ComAuthority Authority: 148
    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 ...
    5 days ago
  • ASP.NET MVC: Creating reports using Chart control


    PimpThisBlog.com - Latest published storiesAuthority Authority: 467
    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 ...
    5 days ago
  • ASP.NET MVC: Creating reports using Chart control


    Gunnar Peipman's ASP.NET blogAuthority Authority: 461
    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 ...
    6 days ago
  • Connected Show #20 – Who’s Exception Is It?!


    JrzyShr Dev GuyAuthority 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 ...
    1 week ago
  • A better Model Binder addendum


    Jimmy BogardAuthority Authority: 410
    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 ...
    1 week ago
  • Handling Exceptions in ASP.Net MVC 1


    No Free TimeAuthority Authority: 110
    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 = “” ; ...
    1 week ago
  • Switch from PureMvc to Mate for Flex development (ToDoList 2010)


    Rive.be | Rien Verbrugghe - BlogAuthority Authority: 114
    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 ...
    1 week ago

Comments about MVC

Personal attacks are NOT allowed
Please read our comment policy