Articles : Page 1 of 1

  • Razor View Syntax

    Razor View Syntax

    Jul 10
    03

    There’s an old saying, “Good things come to those who wait.” I remember when I first joined the ASP.NET MVC project, I (and many customers) wanted to include a new streamlined custom view engine. Unfortunately at the time, it wasn’t in the card since we had higher priority features to implement. Well the time for a new view engine has finally come as announced by Scott Guthrie in this very detailed blog post. While I’m very excited about the new streamlined syntax, there’s a lot under the...


  • Introducing “Razor” – a new view engine for ASP.NET

    Introducing “Razor” – a new view engine for ASP.NET

    Jul 10
    03

    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 optimiz...


  • Episode #159: Working with Partials in Spark: Part 2

    Episode #159: Working with Partials in Spark: Part 2

    Jan 10
    19

    Author: Donn Felker In this episode we are going to continue looking at how to use Partials within the Spark View Engine. In this episode we will take a deeper look at partials and learn more about their _undocumented_ features. We will also be learning how partials will allow us to create clean, compartmentalized and well orgianized code. Watch Here View Details Here ...


  • Episode #157: Working with Partials in Spark: Part 1

    Episode #157: Working with Partials in Spark: Part 1

    Jan 10
    07

    Presented By: Codebetter.com Author: Donn Felker In this episode we are going to take a look at how to use Partials within the Spark View Engine. We will be taking a first look at partials and learn how we can setup our application to use partials as well as how to use them in your application. We will also be learning how partials will allow us to create clean, compartmentalized and well orgianized code. Watch Here View Details Here ...


  • Episode #156: Learning how to use Named Content Areas w/ Spark

    Episode #156: Learning how to use Named Content Areas w/ Spark

    Dec 09
    29

    Author: Donn Felker In this episode we are going to take a look at the how to setup and use Named Content Areas w/ the Spark view Engine. Named Content areas allow for an easy and simple way to organize the content or structure of you website. Watch Here View Details Here ...



  • 1