By tag: spark
0
kicks
Working with Partials in Spark: Part 2
We continue to take look 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 organized code.
0
kicks
Working with Partials in Spark: Part 1
Taking 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, compartmental...
0
kicks
Learning how to use Named Content Areas w/ Spark
Taking 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.
0
kicks
ASP.NET MVC WebForms vs Spark View Engines. Part 2. Markup
It's second article from the series of the "Web Foms vs Spark View Engine". It shows differences between pages on the real project.
0
kicks
ASP.NET WebForms vs Spark View Engine. Part 1
First part from the series of articles that fully compare ASP.NET MVC engines - standard Web Forms engine and Spark View Engine: by functionality, by code and by performance.
0
kicks
Exploring how to use Expressions w/ Spark
Exploring how to use Expressions w/ Spark. We are going to take a look at the various different ways you can use Looping Expressions with the Spark View engine.
0
kicks
Exploring how to use Expressions w/ Spark
Taking a look at the various different ways you can use Expressions with the Spark View engine. We are going to review simply scenarios such as math based expressions and move up to looking at nested if-then-else statements.
0
kicks
Exploring how to use Global Variables and ViewData (Strongly typed and
Taking a look at how to utilized both global variables and local variables. We will also take a look at how to create and use both strongly typed viewdata and weakly typed view data.
0
kicks
Learning how to add IntelliSense for the Spark View Engine
Learning how to add IntelliSense for the Spark View Engine inside Visual Studio
0
kicks
Saying Hello to the Spark View Engine
Taking a introductory look at the Spark View engine. The 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.
0
kicks
Spark Language Package - Preview 1
This is a very early copy of a msi which installs a Spark language package for Visual Studio 2008. It will put dlls into a Program Files\Spark directory and add just enough registry keys to add color and intellisense to files with a .spark extension.
0
kicks
Spark and NHaml - Crazy ASP.NET MVC ViewEngines
Scott Hanselman's talks about two ASP.NET MVC view engines.