Some people are not sure of the difference between ToLookup vs ToDictionary LINQ methods. To break it down real simple: One is a look up (ToLookup) One is a dictionary (ToDictionary) Duh. …
New DimeCast: Spark Partials Part 2
I have another DimeCast up on DimeCasts.net. More Info: 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 …
Continue Reading about New DimeCast: Spark Partials Part 2 →
MVC vs. WebForms. Stop It.
Since Microsoft joined the MVC foray with ASP.NET MVC (other options existed previously, such as Monorail) I've personally witnessed (and been part of ) a lot of MVC vs. WebForms discussions. Usually …
FIX: Failed to Generate a User Instance …
I generate my databases on the fly while using Active Record. Every time I start a new project and fire up the app to auto-gen the SQL Express DB I get this error: Failed to generate a user …
Continue Reading about FIX: Failed to Generate a User Instance … →
New DimeCast Is Up: Spark Partials Part 1
A new DimeCast is up 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 …
Continue Reading about New DimeCast Is Up: Spark Partials Part 1 →
New DimeCast is Up
I have a new DimeCast up, Learning how to use Named Content Areas with Spark. I cover some basics on the usage of the named content areas as well as how to utilize the named content areas to help …