Posts Tagged ‘WCF

When working in a Service Oriented Architecture there are two main problems I get asked a lot about.

How do I know when new services are available, or how do I inform others of my new services?
How do I share object types across shared services?

Problem
To put some context around these two main questions.  Traditionally services are [...]

After a long wait, Microsoft has finally released ASP.NET MVC 1.0.  I’ve been following the progress of the product on ScottGu’s blog since day one.  From the looks of things, its seems pretty solid.  I’ll play with the final release later tonight and post my overall impressions.  I’m curious how people intend to use MVC [...]

As a software architect I tend to work on a lot of frameworks and low level code that I hand off to developers.  My main goal when design a framework is to make the usability as simple as possible.  I try to isolate my developers away from boilerplate code so they can spend more time [...]


top