Browse by Tags
All Tags »
ESB (
RSS)
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
Visual Studio Extensibility/ DSL Tools How to open files from the Output window - by Pablo How do I obtain an IVsHierarchy itemid - by Pablo How do I deal with the Visual Studio status bar - by Pablo ASP.NET MVC Scott has an excellent post on all the new bits in form posting scenarios The basics of ASP.NET MVC routes by Jeff Palermo IIS Prevent IIS from Binding to all Assigned IP Addresses ESB Building Our Own ESB - Publish / Subscribe Architecture / Software Design Composite Application Guidance...
"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...