Skip to main content

Home/ ASP.Net MVC/ Group items tagged templates

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.
Peter Munnings

jQuery 1.5 Templates - 5 views

Here are some great examples of the Microsoft Templates that are now included in jQuery 1.5 http://api.jquery.com/jQuery.tmpl/ http://api.jquery.com/tmpl

jQuery 1.5 templates

started by Peter Munnings on 14 Mar 11 no follow-up yet
Jacques Bosch

Back to basics: how to code an HTML5 template | Webdesigner Depot - 3 views

  •  
    "Markup is a beautiful thing, and it certainly has changed over the years. What was effectively HTML1, has certainly progressed to an amazing semantic markup language, to which we can largely thank the W3C. And, what do ya know, the next thing to thank them for has come about - HTML5."
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."
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

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."
1 - 8 of 8
Showing 20 items per page