Skip to main content

Home/ ASP.Net MVC/ Group items tagged views

Rss Feed Group items tagged

Jacques Bosch

Introducing "Razor" - a new view engine for ASP.NET - ScottGu's Blog - 0 views

  •  
    One of the things my team has been working on has been a new view engine option for ASP.NET. ASP.NET MVC has always supported the concept of "view engines" - which are the pluggable modules that implement different template syntax options. The "default" view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml. The new view-engine option we've been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is "Razor", and we'll be shipping the first public beta of it shortly.
Jacques Bosch

DarthFubuMVC/htmltags - GitHub - 0 views

  •  
    "In general, you should avoid building strings of HTML in your applications. There are plenty of template/view engines that are much more suitable for generating dynamic markup. However, there are some situations that require you to build snippets of HTML from code (e.g., view extensions in FubuMVC or HtmlHelper extensions in ASP.NET MVC). HtmlTags is the best way to build those snippets."
Jean-Paul Malherbe

Knockout : Home - 4 views

  •  
    Alternative AJAX frontend for Asp.Net MVC applications
  •  
    Simplify dynamic JavaScript UIs by applying the Model-View-View Model (MVVM) pattern.
Jacques Bosch

Backbone.js - JavaScript MVC | blogfreakz.com - 0 views

  •  
    "backbone.js from DocumentCloud is a small (2KB, packed) open-source library which allows you to apply the MVC (Model-View-Controller) principle to your JavaScript applications. Backbone supplies structure to JavaScript-heavy applications by providing models key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface."
Jacques Bosch

Spark View Engine | Html friendly. Less is more. - 4 views

shared by Jacques Bosch on 09 Jan 12 - Cached
  •  
    "Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and the code to fit seamlessly."
  • ...2 more comments...
  •  
    Razor beats Spark hands down
  •  
    How so? You've tried it?
  •  
    Looked at Spark about a yaer ago and it seemed ok - better than the webforms one. Started using Razor very recently and it is just amazing.
  •  
    Yup, been using Razor in MM for the last 9 months or more, and it is awesome! But I read this, yesterday, that's why I tagged it: http://geek.ianbattersby.com/2012/01/07/battle-of-heart-vs-mind-you-win-again-razor-over-spark
Jacques Bosch

ASP.NET MVC 2 - MSDN - 0 views

  •  
    "The Model-View-Controller (MVC) pattern is an architectural design principle that separates the components of a Web application. This separation gives you more control over the individual parts of the application, which lets you more easily develop, modify, and test them."
Jacques Bosch

Walkthrough: Using Forms Authentication in ASP.NET MVC - 0 views

  •  
    "Many Web applications require a way to restrict access to some resources (such as specific pages) so that those resources are accessible only to authenticated users. The default Web application project template for ASP.NET MVC provides a controller, data models, and views that you can use to add ASP.NET forms authentication to your application. The built-in functionality lets users register, log on and off, and change their password. For many applications, this functionality provides a sufficient level of user authentication."
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

Naked Objects MVC - 0 views

  •  
    "Naked Objects MVC combines the power of the naked objects pattern with Microsoft's ASP.NET MVC 2 framework. Now you can take a POCO domain object model and turn it into a fully-functional web application in minutes, without writing a single line of user interface code. You can then customise the generic user interface by adding custom style sheets, custom views and custom controllers, following standard ASP.NET patterns."
Wicked Tunez

C# Tuple Tips - 1 views

  •  
    Handy to pass more than one model to a view
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. "
Wicked Tunez

ASP.NET - Download: Sprite and Image Optimization Preview 3 - 0 views

  •  
    ASp.net Sprite and image optimization framework. Works for Asp.net MVC3 and Asp.net webforms 4
1 - 19 of 19
Showing 20 items per page