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 …
Code Review Tip: Using the ‘warning’ Preprocessor Directive
Communicating changes back to a source developer during a remote code review (when the review is done while the developer is not near) can be very difficult. Emailing the thoughts/changes/errors is an …
Continue Reading about Code Review Tip: Using the ‘warning’ Preprocessor Directive →
The new MarketWatch.com
Over the last 5+ months myself (as well as thirteen other Magenic consultants) have been nose-to-the-grind-stone on a very high profile project. Due to the NDA at the time we were not allowed to state …
MVC HtmlHelper.ActionLink with Css Class
When using the MVC helpers (namely the HtmlHelper class in this example) you have to be aware of what you’re typing into the htmlAttributes object (which is an overload of the Action method on that …
Continue Reading about MVC HtmlHelper.ActionLink with Css Class →
Castle Windsor 2.0 RTM
2.0 RELEASED! Wow… I’ve been using castle for, I’m not sure, maybe 4 years and its finally released version 2.0. I’ve been running off the trunk for _ages_ too. I’m happy to see that this new …