-
Recent Posts
Recent Comments
- Mario T. Lanza on Entity Validation Ideation
- Michael Stelly on Simple Async HTTP Module for Appcelerator
- David on Simple XML to JSON with PHP
- Name on Simple XML to JSON with PHP
- Ludico8 on Simple Async HTTP Module for Appcelerator
Archives
Categories
- .NET
- Adapter Patter
- Appcelerator
- ASP.NET
- ASP.NET MVC
- BDD
- Behavior Driven Design
- C#
- Color Scheme
- Compiled Class
- configuration
- Domain Driven Design
- Domain Service
- DTO
- dynamic
- Entity Validation
- Firefox
- Fluent NHibernate
- Git
- HTML
- Implement Interface
- infrastructure
- Javascript
- JSON
- Lambda Expressions
- Microsoft
- model
- monochrome
- MSpec
- MVC
- Nhibernate
- PHP
- Presenter
- Repository
- ReSharper
- RESTful web service
- Rhino Mocks
- Specification
- Specifications
- theme
- Uncategorized
- Unit Test
- View
- Visual Studio
- Web Service
- XML
Meta
Category Archives: configuration
Configuring Fluent NHibernate with an External NHibernate Config File
A while ago I was having issues using configuring fluent NHibernate with an external configuration file. I kept running into the issue of mappings not being registered. I was finally able to get it working appropriately and thought I would … Continue reading
Also posted in Fluent NHibernate, infrastructure, Nhibernate
4 Comments
How to Configure Selenium RC for Use In C# NUnit Tests
When I set about integrating Selenium into my test suites, I found all the information I needed to do that with but had to hunt and peck through my google searches to find it. So, as a point of reference, … Continue reading
Also posted in Domain Driven Design, Entity Validation
7 Comments
Application Configuration
I had cause to recently revisit an old ASP.NET application I’d written way back when I was a development newcomer. Digging around the web.config I found the appSettings section: <appSettings> <add key=”systemEmailAddress” value=”me@me.com” /> <add key=”adminEmailAddress” value=”me@me.com” /> <add key=”templateDirectory” … Continue reading
Also posted in BDD, Behavior Driven Design, Git, MSpec, ReSharper, Specifications, Unit Test
13 Comments
