DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'SOA' Subscribe to this feed
1
kicks
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 add a comment | category: | Views: 15
tags: , , , , | tag it

21
kicks
published 5 months, 3 days ago, submitted by powerrush 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...

Add a comment 3 comments | category: | Views: 734
tags: , , , , | tag it

1
kicks
submitted by jonas jonas 6 months, 25 days ago

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

Add a comment add a comment | category: | Views: 0
tags: , , | tag it

2
kicks
submitted by bradygaster 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...

Add a comment add a comment | category: | Views: 1
tags: , , | tag it

4
kicks
submitted by ussherm 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...

Add a comment add a comment | category: | Views: 2
tags: , , | tag it

3
kicks
submitted by dove dove 11 months, 25 days ago

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

Add a comment 2 comments | category: | Views: 5
tags: , , , , | tag it

2
kicks
submitted by offwhite 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...

Add a comment add a comment | category: | Views: 0
tags: , , | tag it

4
kicks
submitted by bashmohandes 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...

Add a comment add a comment | category: | Views: 6
tags: , , , | tag it

3
kicks
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...

Add a comment add a comment | category: | Views: 0
tags: , , | tag it

5
kicks
submitted by bashmohandes 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...

Add a comment add a comment | category: | Views: 2
tags: , | tag it

1
kicks
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 add a comment | category: | Views: 0
tags: , , , | tag it

3
kicks
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 add a comment | category: | Views: 10
tags: , , | tag it

3
kicks
submitted by .NetFreak 1 year, 5 months ago

blogs.ittoolbox.com — Explanation of the basics of WCF and some code to get you started. read more...

Add a comment add a comment | category: | Views: 30
tags: , , , , | tag it

9
kicks
published 1 year, 6 months ago, submitted by crpietschmann 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...

Add a comment 1 comment | category: | Views: 5
tags: , , , , | tag it

10
kicks
published 1 year, 6 months ago, submitted by crpietschmann 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...

Add a comment add a comment | category: | Views: 1
tags: , , , | tag it

10
kicks
published 1 year, 6 months ago, submitted by crpietschmann 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 add a comment | category: | Views: 1
tags: , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge