Category Archives: SOA

MicroServices

Over the years, applications can keep growing, as features get added, to the point that they become quite difficult to manage, and any new change requires a lot of resources both time and people to make that change. The standard design pattern of choice seems to be a monolithic architecture where the components are all […]

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> .NET, .NET Framework, Cloud, SOA | Comments Off on MicroServices

Configuration file attributes

The configSource attribute in .config files can be used in a section to source other configuration files. This was introduced in ASP.Net 2.0 and also handy in WCF configuration.<configuration> <system.serviceModel> <services configSource=MySvc.config > </services></configuration>

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> asp.net, SOA, WCF | Comments Off on Configuration file attributes

WCF webcast series

If you are trying to learn WCF, check out Michele Leroux Bustamante’s great 15 part WCF MSDN webcast series this summer. Michele is the chief Architect of IDesign. Read her book – “Learning WCF” and also check out Juwal Lowy (also from IDesign) – “Programming WCF Services” book.

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> SOA, WCF | Comments Off on WCF webcast series