Stories recently tagged with 'SOA'

FREE Technical E-Book Previews, Magazines and other Technical Material(dotnetcurry.com)

submitted by _ama_ama(5) 3 years, 8 months ago

One of our partner sites Revresponse has come up with a few FREE technical resources that we would like to share with our viewers. All you have to do is: 1. Simply choose the resource 2. Click on ‘Request Now’ 3. Complete the application form and submit it. All the resources shown here are absolutely FREE to professionals who qualify. Please check out the ‘Geographical Eligibility’ before downloading the books. The books shown here are for Developers, Testers, Team Leads, Project Leads, Project Managers , CEO’s etc. read more...

add a comment |category: |Views: 42

tags: another

Top 100 Best Software Engineering Books, Ever(noop.nl)

submitted by powerrushpowerrush(3873) 3 years, 11 months ago

In this post I proudly present the Top 100 of Best Software Engineering Books, Ever. I have created this list using four different criteria: 1) number of Amazon reviews, 2) average Amazon rating, 3) number of Google hits and 4) Jolt awards. read more...

3 comments |category: |Views: 846

tags: another

.NET Rocks! #337(dotnetrocks.com)

submitted by jonasjonas(2215) 4 years ago

Carl and Richard talk SOA with Jim Webber (Global Architecture lead for ThoughtWorks). read more...

add a comment |category: |Views: 1

tags: another

Using a ServiceContainer with Delegates - Truly Simple Services(bradygaster.com)

submitted by bradygasterbradygaster(4897) 4 years, 5 months ago

Everything's a service, so if you just add your methods (as delegates) to a service container you can call them when you need them from any class that has access to said service container. read more...

add a comment |category: |Views: 18

tags: another

A Microcosm of Agile Design(codebetter.com)

submitted by usshermussherm(5285) 4 years, 5 months ago

Jeremy discusses a real-life example of using agile design in the enterprise and how YAGNI can save you work... if only we'd take the time to think it through. read more...

add a comment |category: |Views: 3

tags: another

NServiceBus available on SourceForge(udidahan.weblogs.us)

submitted by dovedove(735) 4 years, 5 months ago

Highly extensible, publish/subscribe, workflow integrated communications framework for .NET recently made open source by Udi Dahan read more...

2 comments |category: |Views: 19

tags: another

What is ESB and do you need it?(brennan.offwhite.net)

submitted by offwhiteoffwhite(975) 4 years, 7 months ago

Do you really need an Enterprise Service Bus for to implement a Service Oriented Architecture? Is this debate pointless before we know what SOA is? read more...

add a comment |category: |Views: 17

tags: another

SOA via WCF - Part 2-(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 4 years, 8 months ago

This is the second part of my presentation in SilverKey Demo Day 2 (SKDD 2) last July, for the first part, Check Here, you will also find the presentation slides & samples read more...

add a comment |category: |Views: 350

tags: another

IBM comes around, agrees with Microsoft on SOA(blogs.msdn.com)

submitted by ashithmrashithmr(90) 4 years, 8 months ago

Finally, IBM has agreed with Microsoft on SOA. MS has been patient and sticking to there guns - " SOA is not a Technology\PRODUCT, it is a way of building Systems." read more...

add a comment |category: |Views: 1

tags: another

SOA via WCF - Part 1(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 4 years, 9 months ago

# Part 1- Service Oriented Architecture * Background * Motivations * What is a service ? * Message Exchange Patterns (MEP's) * Industry Standards * Web Standards read more...

add a comment |category: |Views: 743

tags: another

Centralized Asynchronous Auditing with Service Broker(sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 10 months ago

Service Broker is a new feature in SQL Server 2005. It is an integrated part of the database engine and it provides queuing and reliable direct asynchronous messaging between SQL Server 2005 instances only. In the future this is planned to be extended to non-SQL Server instances. This article shows how to use Service Broker and triggers to capture data changes. read more...

add a comment |category: |Views: 30

tags: another

Simple ASP.NET SOA architecture(aspcode.net)

submitted by aspcode.netaspcode.net(1045) 4 years, 11 months ago

Shows how to create a a ASP.NET driven application providing a domainname to ip service for a Windows client application. Gives the architecture to build yoiur own ASP.NET SOA applications read more...

add a comment |category: |Views: 224

tags: another

Introduction to Windows Communication Foundation (WCF)(blogs.ittoolbox.com)

submitted by .NetFreak.NetFreak(20) 4 years, 11 months ago

Explanation of the basics of WCF and some code to get you started. read more...

add a comment |category: |Views: 111

tags: another

Windows Vista Technical Articles: Hosting and Consuming WCF Services(msdn2.microsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years ago

This article discusses Windows Communication Foundation (WCF) hosting options and consuming WCF services. The traditional ASMX Web services were hosted only on Microsoft Internet Information Services (IIS). The hosting options for WCF services are significantly enhanced in Microsoft .NET Framework 3.0. We will discuss extending the hosting model to include Windows Services and Self-Hosting options. We will also explore in detail IIS hosting (versions 5.1, 6.0, and 7.0) and Windows Activation Services (WAS) hosting options available for WCF services. The content for this article is based on Chapter 5 of Pro WCF: Practical Microsoft SOA Implementation, published by Apress. This book is authored by a global team of Avanade consultants. It is targeted towards beginner-to-intermediate readers and is part of the Apress series that discusses Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), and Windows Workflow Foundation (WF). read more...

1 comment |category: |Views: 21

tags: another

Message oriented interop between WCF and Oracle App Server WSIF(weblogs.asp.net)

submitted by crpietschmanncrpietschmann(11.3k) 5 years ago

A few weeks ago, in an SOA forum, someone inquired about which technologies to use to achieve untyped interactions with Web Services. Untyped interactions are interactions in which the Service Contract (WSDL, Policies, etc) is not available at design time. This is a classic Enterprise Service Bus (ESB) scenario in which multiple and generic interactions with Web Services are needed and in which generating specific proxies per Web Services is not a practical solution. Going back to my conversation, my response to the question was that the Windows Communication Foundation (WCF) channel model in .NET and the Web Services Invocation Framework (WSIF) in J2EE are technologies that can address those types of scenarios. Surprisingly, when somebody else asked me about .NET-J2EE interoperability references for those technologies, mainly WSIF, I could not find a good example for them to reference. read more...

add a comment |category: |Views: 18

tags: another

SOA Reference model(weblogs.asp.net)

submitted by crpietschmanncrpietschmann(11.3k) 5 years ago

My friend John Evdemon has been writing about the different components of a SOA Reference model. Check the first two posts here and here. Both articles emphasize in the idea of a SOA model based on capabilities that can evolve independently throughout the system lifetime. read more...

add a comment |category: |Views: 55

tags: another