In most code that you find that uses lists you will find something like this: if(products.Count() > 0) { // Do stuff } Personally, I’ve seen this …
New DimeCast: Exploring Expressions with Spark
I have another DimeCast that went live this morning. This one is entitled “Exploring Expressions with Spark.”. Here’s what we cover: ”We are going to take a look at the various different ways …
Continue Reading about New DimeCast: Exploring Expressions with Spark →
ASP.NET MVC without Installing the MVC Bits
I was recently was helping out a collague with an ASP.NET MVC problem and I was given a link to a solution. I opened it and got this message: Which ends up giving you the following in the …
Continue Reading about ASP.NET MVC without Installing the MVC Bits →
New DimeCast: Exploring how to use Global Vars & View Data in Spark
I have a new DimeCast up! The title is above. In this DimeCast I cover … how to utilize both global variables and local variables. We will also take a look at how to create and use both strongly …
Continue Reading about New DimeCast: Exploring how to use Global Vars & View Data in Spark →
Auditing with Castle Active Record
Sometimes you need to audit everything you do in a transactional system. A lot of standards such as SOX and others state that you must audit your transactions. Doing this by hand inside of your system …
Spark Part 1 DimeCast Amendment
In the latest DimeCast I recorded I developed the demo app while running the ASP.NET Development Web Server. A colleague of mine, Tim Schmidt, caught an error (thanks Tim). If you are going to run …