TCMS Business Services Caching The Info Services Domain of the TCMS Application provides the data responses (Response DTOs) as the return for Web Service data requests (Request DTOs) calls. This process is expensive as it must make calls to Cloud Services a...
Read more
About: Brad Huett
I am a Principal Architect at Liquid Hub in the Philadelphia area specializing in Agile Practices as a Certified Scrum Master (CSM). I use Test Driven Development (TDD) and Acceptance Test Driven Development (ATDD) with Behavior Driven Development (BDD) as my bridge to Agile User Stories Acceptance Criteria in a Domain Driven Design (DDD) implementing true RESTful services
Recent Posts by Brad Huett
The Modern Developer’s Postings … The Blogs
Posted by Brad Huett Comments are closed
A Blog on the Blogs It has been over three months as of today, August 8th, 2013, since The Modern Developer went “Live” for the world. I have had a number of people ask me about older post when discussing various development...
Read more
yield return and the Iterator Pattern
Posted by Brad Huett Comments are closed
Using the Yield Keyword for Elegant Code The yield C# keyword was added in C# 2.0 in order to simplify implementation of the “Iterator Pattern” in Typed C# objects. The “Gang of Four” in their Design Patterns book in the 90’s defined the...
Read more
pass (the) word … Secretly
Posted by Brad Huett Comments are closed
Passwords and Configuration Files It is so easy to embed connection strings in Web.config and App.config files. Maybe that’s the problem: It Is So Easy. App.config files are plain text, human readable, documents. They are easily read as they are plain XML formatted text files. XML Files presents security...
Read more
TCMS Info Services … The Func<>y Onion
Posted by Brad Huett Comments are closed
The TCMS Onion Info Services Layers How Func<T,T> creates the Onion Architecture This is the fifth installment of the Technologist Career Management System series. If you wish to catch up with previous posts: The Modern Developer’s Showcase Projects The TCMS Domains and...
Read more
Recent Comments by Brad Huett
- March 30, 2015 on Back to Basics … Three or Four OOP Pillars?
- January 11, 2014 on The Sprint Retrospective Process
- May 1, 2013 on The Modern Developer