Skip to main content

Home/ ASP.Net MVC/ Group items tagged MVC

Rss Feed Group items tagged

Jacques Bosch

FubuMVC | The MVC framework that doesn't get in your way. - 1 views

  •  
    "FubuMVC is a "Front Controller" pattern-style MVC framework designed for use in web applications built on ASP.NET."
Wicked Tunez

.NET Zone The evolution of asynchronous controllers in ASP.NET MVC | .NET Zone - 1 views

  •  
    Async Controller in ASP.NET MVC 3 (and 4)
Jacques Bosch

Leon Cullens' Blog | Essential guide to ASP.NET MVC3 performance - 1 views

  •  
    "The .NET CLR can give your web application a significant performance boost compared to other platforms such as PHP due to it's compiled nature. Not only does your .NET code perform better because it's more low-level, it also comes with good support for parallel programming. This guide will not explain the basics of a responsive and fast web application by talking about CSS minifying, sprites, content delivery networks, etc. Instead this guide will be an essential guide for making sure you don't miss any features that can enhance the performance of your ASP.NET MVC3 application. "
Jacques Bosch

Implementing resource oriented controllers in ASP.NET MVC - Pablo M. Cibraro (aka Cibrax) - 2 views

  •  
    "One common problem with the naming convention and default routing mechanism in ASP.NET MVC is that we tend to group actions in a controller for sharing an URL space. This basically leads to complex controllers with a lot of unrelated methods that break the SOLID principles. Too many responsibilities in a simple class affects maintainability in the long run and causes secondary effects that complicates unit testing. For example, we usually end up with class constructors that receives too many dependencies as it is discussed here in SO."
Jacques Bosch

Integrating Backbone.js with ASP.NET Web API - Pablo M. Cibraro (aka Cibrax) - 1 views

  •  
    "In case you did not see the latest news, what we used to know as WCF Web API was recently rebranded and included in ASP.NET MVC 4 as ASP.NET Web API. While both frameworks are similar in essence with focus on HTTP, the latter was primarily designed for building HTTP services that don't typically require an user intervention. For example, some AJAX endpoints or a Web API for a mobile application. While you could use ASP.NET MVC for implementing those kind of services, that would require some extra work for implementing things right like content-negotiation, documentation, versioning, etc. What really matter is that both framework share many of the extensibility points like model binders, filters or routing to name a few."
Johann Strydom

ASP.NET MVC Client-Side Validation Summary with jQuery Validation Plugin - 0 views

  •  
    This link helped me the most in terms of figuring out how to implement jQuery validation with MVC. It includes a sample app that is very useful.
  •  
    Thanx. Will check it out.
Jacques Bosch

InfoQ: Fulfilling the Promise of MVC - 0 views

  •  
    "Model-View-Controller (MVC) is probably the most cited example of an architectural software pattern. It was conceived by Trygve Reenskaug working in the SmallTalk group at Xerox Parc in 1978. One motivation for the pattern was the separation of concerns: to allow Model objects to be concerned only with modeling business capabilities, not with how their data and methods were presented to the user, nor with capturing or responding directly to user inputs.[1] "
Jacques Bosch

jQuery Templates with ASP.NET MVC - Hajan's Blog - 0 views

  •  
    "Now, I will show one real-world example which you may use it in your daily work of developing applications with ASP.NET MVC and jQuery."
Jacques Bosch

Announcing release of ASP.NET MVC 3, IIS Express, SQL CE 4, Web Farm Framework, Orchard... - 0 views

  •  
    "I'm excited to announce the release today of several products: * ASP.NET MVC 3 * NuGet * IIS Express 7.5 * SQL Server Compact Edition 4 * Web Deploy and Web Farm Framework 2.0 * Orchard 1.0 * WebMatrix 1.0 "
Wicked Tunez

Aaronontheweb | ASP.NET MVC3 / Razor: How to Get Just the Uri for an Action Method - 1 views

  •  
    How to place a relative Uri for one of your ASP.NET MVC controller's action methods
Jacques Bosch

KISS Your ASP.NET MVC Routes - 0 views

  •  
    "A little bit of thinking and compromise can remove unnecessary complexity from the routes in an MVC application. "
Jean-Paul Malherbe

Profiling your website like a true Ninja - 2 views

  • Profiling your website like a true Ninja 7 days ago After a mammoth effort by Jarrod Dixon the team’s production profiler is now ready for an open source release. http://code.google.com/p/mvc-mini-profiler/ Let me start with a bold claim. Our open-source profiler is perhaps the best and most comprehensive production web page profiler out there for any web platform. There I said it, so let me back up that statement.
  •  
    After a mammoth effort by Jarrod Dixon the team's production profiler is now ready for an open source release. http://code.google.com/p/mvc-mini-profiler/ Let me start with a bold claim. Our open-source profiler is perhaps the best and most comprehensive production web page profiler out there for any web platform.
Jacques Bosch

Naked Objects MVC has gone fully open source - 1 views

  •  
    " Naked Objects takes a domain object model, written as POCOs but following a few very simple conventions, and dynamically creates one or more complete user interfaces for it, using reflection (not 'code generation' or 'scaffolding'). It is highly effective in support of Domain-Driven Design, OO Modelling, and/or Agile Development. Naked Objects MVC builds upon the core framework to create a complete web-based user interface, using ASP.NET MVC 3. The generic user interface may be customised via the .CSS, by adding custom views, or custom controllers, as needed. Entity Framework is used to persist objects on a database. Security may be handled simply via Forms Authentication and attribute-based authorisation, or more comprehensively via Microsoft WIF and an STS. "
Jacques Bosch

Getting Started with ASP.NET Membership, Profile and RoleManager | JohnnyCoder - 1 views

  •  
    "A new ASP.NET MVC project includes preconfigured Membership, Profile and RoleManager providers right out of the box. Try it yourself - create a ASP.NET MVC application, crack open the web.config file and have a look. "
Wicked Tunez

Understanding ASP.NET MVC Model Binding - 1 views

  •  
    Great article about how modelbinding works in Asp.net MVC and how to write your own moderlbinders.
Wicked Tunez

Jon Lanceley's .Net Blog: MVC3 RadioButtonList Helper - 2 views

  •  
    MVC3 RadioButtonList Helper
Wicked Tunez

ASP.NET MVC 4, ASP.NET Web API and ASP.NET Web Pages v2 (Razor) now all open source wit... - 0 views

  •  
    MVC4 goes opensource, now with takebacks.
Jacques Bosch

Mayday | Alerting companies to problems users experience - 1 views

shared by Jacques Bosch on 15 Dec 11 - No Cached
  •  
    (Not strictly speaking ASP.Net MVC, but very relevant to MVC sites too.) "Mayday detects changes in users behaviour, validation and javascript errors providing insights into users experience & what problems happen."
‹ Previous 21 - 40 of 144 Next › Last »
Showing 20 items per page