473,378 Members | 1,346 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

SOA using .Net

Hi,

I have Visual Studio 2005 installed on my computer.

Do I need any add-on library or software to develop SOA ?

Is there any tutorial that helps to develop SOA application in .Net ?

I need support for WS-* including Addressing, Eventing, Notification. Can
this be done using VS.Net.

Kindly advice.

Regards,
Kaushal Mehta
Feb 15 '08 #1
6 1960
"Kaushal Mehta" <Ka**********@discussions.microsoft.comwrote in message
news:EE**********************************@microsof t.com...
Hi,

I have Visual Studio 2005 installed on my computer.

Do I need any add-on library or software to develop SOA ?

Is there any tutorial that helps to develop SOA application in .Net ?

I need support for WS-* including Addressing, Eventing, Notification. Can
this be done using VS.Net.
First of all, I would dispute your terminology a little: "SOA" is not
identical to "WS-*". SOA is an architectural pattern, whereas the WS-* are
protocols that may be of use in implementing that pattern, or that may turn
out not to be of use in particular implementations of that pattern.

The ideal way to use the protocols you mentioned is to use Windows
Communication Framework. The development support for that is built into
Visual Studio 2008, and it is part of the .NET Framework 3.0 and 3.5. "3.0"
is just a set of additional libraries on top of 2.0, so there is no upgrade
issue. Also, you can use Visual Studio 2008 to develop applications
targeting .NET Framework 2.0, 3.0, or 3.5.

You may hear people mention WSE (Web Service Enhancements), but I consider
them to be obsolete and superseded by WCF, so I recommend you stay away from
them.
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer
Feb 15 '08 #2
=?Utf-8?B?S2F1c2hhbCBNZWh0YQ==?= <Ka**********@discussions.microsoft.com>
wrote in news:EE**********************************@microsof t.com:
Do I need any add-on library or software to develop SOA ?

Is there any tutorial that helps to develop SOA application in .Net ?
SOA is a concept - you can build it in any language you like.

--
sp**********@rogers.com (Do not e-mail)
Feb 15 '08 #3
Hi John,

Do you work with Microsoft ? If yes, what group ?

I asked this just out of curiosity.

Regards,
Kaushal Mehta

"John Saunders [MVP]" wrote:
"Kaushal Mehta" <Ka**********@discussions.microsoft.comwrote in message
news:EE**********************************@microsof t.com...
Hi,

I have Visual Studio 2005 installed on my computer.

Do I need any add-on library or software to develop SOA ?

Is there any tutorial that helps to develop SOA application in .Net ?

I need support for WS-* including Addressing, Eventing, Notification. Can
this be done using VS.Net.

First of all, I would dispute your terminology a little: "SOA" is not
identical to "WS-*". SOA is an architectural pattern, whereas the WS-* are
protocols that may be of use in implementing that pattern, or that may turn
out not to be of use in particular implementations of that pattern.

The ideal way to use the protocols you mentioned is to use Windows
Communication Framework. The development support for that is built into
Visual Studio 2008, and it is part of the .NET Framework 3.0 and 3.5. "3.0"
is just a set of additional libraries on top of 2.0, so there is no upgrade
issue. Also, you can use Visual Studio 2008 to develop applications
targeting .NET Framework 2.0, 3.0, or 3.5.

You may hear people mention WSE (Web Service Enhancements), but I consider
them to be obsolete and superseded by WCF, so I recommend you stay away from
them.
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer
Feb 16 '08 #4
"Kaushal Mehta" <Ka**********@discussions.microsoft.comwrote in message
news:61**********************************@microsof t.com...
Hi John,

Do you work with Microsoft ? If yes, what group ?

I asked this just out of curiosity.
MVPs are not Microsoft employees. See http://mvp.support.microsoft.com/. If
you like, you can also see my profile at
https://mvp.support.microsoft.com/profile/John.Saunders.
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer
Feb 16 '08 #5
Take a look at the Managed Services Engine
http://www.codeplex.com/servicesengine

The MSE enables SOA using an approach called Service Virtualization. Up on
the codeplex site there is a walkthrough guide that leads you in a hands-on
lab fashion through the process of creating SOA services.

The MSE is built on top of WCF so you need the .Net runtime and a copy of
sql2005 (express is fine) as the only pre-requisites

Thanks,
Raul Camacho
"Kaushal Mehta" wrote:
Hi,

I have Visual Studio 2005 installed on my computer.

Do I need any add-on library or software to develop SOA ?

Is there any tutorial that helps to develop SOA application in .Net ?

I need support for WS-* including Addressing, Eventing, Notification. Can
this be done using VS.Net.

Kindly advice.

Regards,
Kaushal Mehta

Feb 27 '08 #6
Thanks, but I'm not actually interested in the building of the service at
this point, I'm really just talking about the conceptual structure of the
service.
"raulc" <ra***@discussions.microsoft.comwrote in message
news:69**********************************@microsof t.com...
Take a look at the Managed Services Engine
http://www.codeplex.com/servicesengine

The MSE enables SOA using an approach called Service Virtualization. Up on
the codeplex site there is a walkthrough guide that leads you in a
hands-on
lab fashion through the process of creating SOA services.

The MSE is built on top of WCF so you need the .Net runtime and a copy of
sql2005 (express is fine) as the only pre-requisites

Thanks,
Raul Camacho
"Kaushal Mehta" wrote:
>Hi,

I have Visual Studio 2005 installed on my computer.

Do I need any add-on library or software to develop SOA ?

Is there any tutorial that helps to develop SOA application in .Net ?

I need support for WS-* including Addressing, Eventing, Notification. Can
this be done using VS.Net.

Kindly advice.

Regards,
Kaushal Mehta


Feb 27 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Enos Meroka | last post by:
Hallo, I am a student doing my project in the university.. I have been trying to compile the program using HP -UX aCC compiler, however I keep on getting the following errors. ...
3
by: Mike L | last post by:
Should the command call "using" be before or after my namespace? **AFTER** namespace DataGridBrowser { using System; using System.Drawing; using System.Drawing.Drawing2D; using...
3
by: xzzy | last post by:
I was wondering why we have to have using System.Data using System.Configuration using etc.... why are they not all lumped into one 'using'? In other words, is there a best way to use...
14
by: pmud | last post by:
Hi, I need to use an Excel Sheet in ASP.NET application so that the users can enter (copy, paste ) large number of rows in this Excel Sheet. Also, Whatever the USER ENETRS needs to go to the...
8
by: acb | last post by:
Hi, I wrote a DLL Component (using Visual Studio 2005) and managed to include it into a C# Console application. I am now trying to include this component into a Web project. I copy the DLL...
0
by: Metal2You | last post by:
I'm working on an ASP.NET 2.0 application in Visual Studio 2005 that accesses a Sybase database back end. We're using Sybase SQL Anywhere 9.0.2.3228. I have installed and registered the Sybase...
10
by: mg | last post by:
I'm migrating from VB6 and have a question about using 'Using' and the best way to use it. Here is a example of a small bit of code: dbConx("open") Using CN Dim CMD As New OleDbCommand(sSQL,...
0
by: Eugene Anthony | last post by:
The problem with my coding is that despite removing the records stored in the array list, the rptPages repeater control is still visible. The rptPages repeater control displayes the navigation...
3
by: JDeats | last post by:
I have some .NET 1.1 code that utilizes this technique for encrypting and decrypting a file. http://support.microsoft.com/kb/307010 In .NET 2.0 this approach is not fully supported (a .NET 2.0...
6
by: =?Utf-8?B?U2hhd24gU2VzbmE=?= | last post by:
Greetings! I was researching AJAX to provide a solution to displaying status messages while a long process executed. I found several examples online and was able to use their code to get a quick...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.