Cross module communication with Autofac Part 1
The next series of blogs is going to be about creating an system that allows cross module communication while preventing said module(s) from having a direct dependency on each other.
Read more »
Read more »
The age of NuGet
The age of NuGet has dawned. No more unknown frameworks that escape your clutches. No more ploughing through obscure installation documentation to try and integrate said framework into your own project.
It all became as easy as point and click.
Read more »
It all became as easy as point and click.
Read more »
Extending MVC Contrib MenuBuilder
Today i am going to talk about MVCContrib's MenuBuilder. I started using it in a project of mine because it did exactly what i wanted it to and it saved me the effort of writing something like that myself.
Read more »
Read more »
Spark and MvcContrib and the 'The type or namespace name 'FluentHtml' does not exist' error
So its been a while since my last post. The past year getting my .Net 3.5 and WCF certification and switching to a new job have kept me rather busy. But perhaps more on that in a different post.
Lately I have been busy with asp.net mvc and my favourite viewengine Spark.
However it seems there is a problem in the spark compiler. Whenever
the app pool recycles, the spark compiler doesn't seem to load all of
the referenced assemblies, resulting in compilation errors.
Read more »
Lately I have been busy with asp.net mvc and my favourite viewengine Spark.
However it seems there is a problem in the spark compiler. Whenever
the app pool recycles, the spark compiler doesn't seem to load all of
the referenced assemblies, resulting in compilation errors.
Read more »
Request Response ServiceLayer
For s short while now i have been involving myself with the open source project Agatha. Originally developed by Davy Brion for use in the company he works at, his company now graciously allowed Davy to open source it.
Read more »
Read more »