Close

Enterprise Node Advocacy Talk

Node.js adaptability in a medium to large, regulated enterprise can be quite challenging; various process items including risk & compliance, OSS, supportability, static-code analysis, IDE/SC integration info-sec concerns etc need to be addressed before any new technology can be adapted. My co-worker Daniel Imrie-Situnayake did a great presentation on this very topic titled "Within the Whale: a…

Share

WCF vs. ASP.NET Web API – An Architect’s Primer - Speaking to Southern California .NET Architecture Users Group

I will be speaking to the next Southern California .NET Architecture Users Group - IASA chapter meeting will be Thursday February 21, 2013 at Rancho Santiago Community College District, 2323 N. Broadway, Santa Ana. Meeting starts at 7:00 pm, pizza and networking 6:30 pm. Abstract follows. WCF vs. ASP.NET Web API – An Architect’s Primer…

Share

Refactoring Resources Extraordinaire

Ebook: 31 Days of Refactoring (Sean Chambers) http://lostechies.com/wp-content/uploads/2011/03/31DaysRefactoring.pdf http://www.lostechies.com/blogs/sean_chambers/archive/2009/07/31/31-days-of-refactoring.aspx   Presentation: Refactoring Tactics and Strategies http://lens.cos.ufrj.br/sugarloafplop/2002/download/refactoring-tutorial.pdf   Site: SourceMaking’s Refactorings Catalog http://sourcemaking.com/refactoring   Book: Refactoring: Improving the Design of Existing Code (Martin Fowler, Kent Beck, et. al.) http://martinfowler.com/books/refactoring.html   Book: Refactoring To Patterns (Joshua Kerievsky) http://www.industriallogic.com/xp/refactoring/   Site: Martin Fowler’s Refactorings Catalog http://refactoring.com/catalog/index.html   Site:…

Share

AppFabric, PSModulePath and Error Code 1603

Argh, the 1603 generic error when building a new VM AppFabric installation failed because installer MSI returned with error code : 1603 with the following information in the log file. 2012-10-12 17:15:42, Information Setup Process.ExitCode: 0x00000643 2012-10-12 17:15:42, Error Setup AppFabric installation failed because installer MSI returned with error code : 1603 may not be…

Share

Dependency Injection vs. Inversion of Control?

The terms Dependency Injection and Inversion of Control are colloquially used interchangeably and numerous times, the distinction is lost. In one of the DI must read books, Dependency Injection in .NET by Mark Seeman, the particularity of these entities are explained quite well. Following is the excerpt. The term Inversion of Control (IoC) originally meant any sort of programming style where an…

Share