Videos tagged with Donn Felker
In this episode we are going to explore how create an editable Lists of data in MVC 2. We will show you how to create this list by using the enhanced binding features which are part of MVC 2. Having the ability to easily bind your model to your view will provide great flexibility and convince.
DimeCasts.Net #169: Hello World, I am Win Phone 7
In this episode we are going to take a first look at Windows Phone 7 Development.In this episode we will walk through creating a simple hello world application as well as give a quick tour of how to use the emulator.
DimeCasts.Net #159: Working with Partials in Spark: Part 2
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.
DimeCasts.Net #157: Working with Partials in Spark: Part 1
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.
DimeCasts.Net #156: Learning how to use Named Content Areas w/ Spark
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.
DimeCasts.Net #121: Exploring how to use Looping Expressions w/ Spark
In this episode we will continue taking a look at the Spark View engine.We are going to take a look at the various different ways you can use Looping Expressions with the Spark View engine.
DimeCasts.Net #119: Exploring how to use Expressions w/ Spark
In this episode we will continue taking a look at the Spark View engine.We are going to take 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.
DimeCasts.Net #117: Exploring how to use Global Variables and ViewData (Strongly typed and weak typed) with Spark
In this episode we will continue taking a look at the Spark View engine.In this episode we will focus our attention on 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.
DimeCasts.Net #115: Learning how to add IntelliSense for the Spark View Engine
In this episode we are going to continue our look at how to use the Spark View EngineWe will be focusing on how to add intellisense to the Visual Studio IDE to aid in your development experiance.
DimeCasts.Net #113: Saying Hello to the Spark View Engine
In this episode we are going to start a series where we take an indepth look at the Spark View Engine.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.