|
|
Stories recently tagged with 'SOA'
|
|
submitted by
_ama
1 month, 29 days ago
dotnetcurry.com — 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: Other | Views: 15
|
|
tags:
PHP, SOA, SQLServer, JavaScript, .Net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 3 days ago, submitted by
powerrush
5 months, 11 days ago
noop.nl — 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: Other | Views: 734
|
|
tags:
Patterns, ProjectManagement, methodology, ObjectOriented, Scrum | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bradygaster
11 months, 4 days ago
bradygaster.com — 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...
|
|
tags:
SOA, C#, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ussherm
11 months, 19 days ago
codebetter.com — 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...
|
|
tags:
SOA, Agile, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
offwhite
1 year, 1 month ago
brennan.offwhite.net — 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...
|
|
tags:
ESB, SOA, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bashmohandes
1 year, 2 months ago
spellcoder.com — 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...
|
|
tags:
SOA, SOA/WCF, Architecture, WCF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ashithmr
1 year, 2 months ago
blogs.msdn.com — 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...
|
|
tags:
SOA, Microsoft, IBM | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bashmohandes
1 year, 3 months ago
spellcoder.com — # Part 1- Service Oriented Architecture
* Background
* Motivations
* What is a service ?
* Message Exchange Patterns (MEP's)
* Industry Standards
* Web Standards read more...
|
|
tags:
SOA, WCF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spirit1
1 year, 4 months ago
sqlteam.com — 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: Database | Views: 0
|
|
tags:
ServiceBroker, Queues, SqlServer2005, SOA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
aspcode.net
1 year, 5 months ago
aspcode.net — 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: ASP.NET | Views: 10
|
|
tags:
Architecture, SOA, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 6 months ago, submitted by
crpietschmann
1 year, 6 months ago
msdn2.microsoft.com — 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: Web Services | Views: 5
|
|
tags:
IIS7, .NET3.0, WindowsServer2007, SOA, Vista | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 6 months ago, submitted by
crpietschmann
1 year, 6 months ago
weblogs.asp.net — 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...
|
|
tags:
Oracle, WSIF, WCF, SOA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 6 months ago, submitted by
crpietschmann
1 year, 6 months ago
weblogs.asp.net — 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: Patterns | Views: 1
|
|
tags:
Architecture, SOA, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|