1,330 reputation
514
bio website
location Texas
age 37
visits member for 2 years, 1 month
seen 2 days ago
stats profile views 72

I've been writing distributed applications since 1997.


2d
awarded  Popular Question
May
16
comment Is Domain Entity violating Single Responsibility Principle?
Updated my answer
May
16
revised Is Domain Entity violating Single Responsibility Principle?
added additional info due to an update to the question
May
13
answered Is Domain Entity violating Single Responsibility Principle?
Apr
19
awarded  Yearling
Jan
28
comment Application layer vs domain layer?
That is the perfect type of question for this site. You should post it, so that every has a chance to answer.
Jan
11
comment project layout using webapi
update has been made.
Jan
11
revised project layout using webapi
spelling, added note about webapi sitting on a different machine than the MVC app
Jan
11
comment project layout using webapi
Its a legitimate concern
Jan
11
comment project layout using webapi
the WebApi and the mvc app sit on different boxes.
Jan
11
comment project layout using webapi
The WebAPI project is the service layer boundry. I could have implemented it as, for example, a windows service hosting a WCF service. but we don't need any queuing, duplexing, or complex security requirements. So I went with the WebAPI.
Jan
11
asked project layout using webapi
Sep
10
awarded  Nice Question
Apr
30
answered How do you estimate the time required for a “research phase” in agile development?
Apr
19
awarded  Yearling
Mar
30
awarded  Guru
Mar
22
answered Application layer vs domain layer?
Mar
22
answered Variable naming conventions?
Mar
22
comment Can someone explain to me what a constructor is and set/get methods in Java?
why the downvote?
Mar
22
answered Is this kind of Design by Contract useless?