Browse by Tags
All Tags »
SOA (
RSS)
After a month of absence - blog carnival returns! I had some time this weekend to catch-up so here are the highlights (a lot of Domain Driven Design (DDD) !!!) DSL DSL Migration - very nice post by Martin Fowler DDD DDD & Many to Many Object Relational Mapping - by Udi Dahan ALT.NET DDD Podcust comments - another one by Udi Dahan Domain Driven Design: A Step by Step Guide - by Casey Charlton DDD: The Ubiquitous Language - by Casey Charlton DDD: There Is No Database - by Casey Charlton DDD: Command...
This week in the blog carnival modeling, T4, C# 4.0, framework desing, SOA, performance and ASP.NET related links. Modeling and UML DSL Tools and Oslo by Stuart Kent UML Syntax and Semantics by Steve Cook T4 Using extension methods in T4 templates by Gareth Jones C# 4.0 C# 4.0 - Named and Optional Parameters - Behind the Scenes by Matthew Podwysocki Framework design PDC 2008 Talk: Framework Design Guidelines Framework Design Guidelines Videos ASP.NET/ASP.NET MVC /WPF /SIlverlight ScottGu has post...
תגים:WPF, ASP.NET, C#, DSL, Performance, Best Practices, ESB, framework, SOA, DEV, ASP.NET MVC, Blog Carnival, UML, .NET 4.0, T4, Oslo
Alot interesting posts this week - I collected the ones that I liked (and read their blog) the most. Hope you'll enjoy this weekend reading. DSL Tools / T4 /Modeling T4 (Text Template Transformation Toolkit) Code Generation - Best Kept Visual Studio Secret - by Scott Hanselman informIT video interview on DSL Tools with Ted Neward and Gareth Jones Class Diagrams - by Steve Cook Extension Methods If the .Net BCL is drywall, Extension Methods are spackle by Jeremy D. Miller Emulating Java Enums...
תגים:ASP.NET, Ajax, C#, LINQ, F#, VSX, DSL, NDepend, ESB, SOA, EIA, Architecture, .NET 3.5SP1, Functional, EA, DEV, ASP.NET MVC, Blog Carnival, UML, .NET 4.0, T4
In this carnival there're a lot of software design/patterns and frameworks a bit of SOA, UML, DSL and NDepend and . . . V I S U A L S T U D I O 2 0 1 0 !!! UML Rejoining the OMG – UML and beyond - by Steve Cook Visual Studio 2010 Visual Studio 2010 and .NET 4.0 Overview Videos on channel9 ALL WEEK !!! DSL How do I create a ModelElement via API by Pablo Galiano F# and functional programming Object Oriented F# - Creating Classes by Matthew Podwysocki Software design ,Design Patterns and Frameworks...
תגים:C#, F#, DSL, alt.net, NDepend, Testing, AOP, aspect oriented programming, framework, SOA, Architecture, Agile, Functional, DEV, Unity, MEF, Visual Studio 2010, UML, .NET 4.0
After a couple of weeks of crappy Internet connections I finally managed to connect via my cell phone (still crappy though). Visual Studio Extensibility Localized VS Shell (w/ SP1) Download Links T4 Editor - Clarius' T4 Editor ships V1.0 DSL DSL Questions and answers by Martin Fowler ASP.NET jQuery and Microsoft Algorithms Back To Basics: Algorithms and Going Back To Virtual School Functional programming The Weekly Source Code 34 - The Rise of F# Object Oriented F# - Extension Everything Side...
תגים:WPF, ASP.NET, C#, F#, VSX, DSL, Best Practices, AOP, framework, vs shell, SOA, Functional, Tech, DEV, ASP.NET MVC, Blog Carnival, MEF
A great post in Technology Architecture & Projects about enterprise architecture, soa, system architecture and more. Check this Carnival of Enterprise Architecture #11 for tons of links & blogs on architecture related topics and issues. To understand what's a Blog Carnival check this site.
Well third post based on InfoQ... Found free .NET and Agile books, you can download them below (regsitration required): Composite Software Construction Scrum and XP from the Trenches Agile Patterns: The Technical Cluster Domain Driven Design Quickly Scrum Checklists Enterprise SOA Adoption Strategies
"Google architect Gregor Hohpe talks to Stefan Tilkov about integration and conversation patterns. Gregor, who co-authored the classic ” Enterprise Integration Patterns ”, is also well-known for his ” Starbucks Does Not Use Two-Phase Commit ” article, in which he showed the difference between the kind of co-ordination computer scientists wish for as opposed to what is found in practice." See the 41 min. interview with him.
IServiceOriented has posted an implementation for ESB - Publish/Subscribe. I have couple of comments about the implementation. 1. I would split the ServiceBusRuntime into several partial classes each of them will be responsible for a group of logical commands, ie: ServiceBusRuntimeListner , ServiceBusRuntimePublishSubscribe , ServiceBusRuntimeService etc. This way you get maintainability and psychological (and FS) separation of the core system providing better readability and understanding of the...