| Author: Sajid P K 18 Jul 2008 | Member Level: Gold Points : 1 |
hii... wht is its main differnce from remoting. is it same as remoting ?
|
| Author: beena 28 Jul 2008 | Member Level: Silver Points : 0 |
Sharepoint-Webparts
SharePoint2003 Development - Building |
| Author: Happy Coder 30 Jul 2008 | Member Level: Gold Points : 0 |
Good One
|
| Author: Arun Kumar Pandey 07 Aug 2008 | Member Level: Silver Points : 1 |
WCF is not same as remoting.Remoting works only on Microsoft plateform. WCF is a unification technology which unites the following technologies:-
.NET remoting MSMQ Web services COM+.
|
| Author: avtar 18 Aug 2008 | Member Level: Gold Points : 2 |
WCF is more loosely coupled inshort in remoting your hosting that is low level protocol TCPIP and your logic are tightly coupled where as in WCF you write your logic once and host it as webservice , remote service ..etc
so if u see in earlier version if same logic u want to host as webservice over http and also as remote serive over tcpip , you have to re-write everything but in wcf its just write once and host it on any binding..
|
| Author: gopi 09 Sep 2008 | Member Level: Silver Points : 1 |
hi TONY
gud one
but how to set " your resource to 1st one allways " in the list
|
| Author: Gaurav Arora 18 Oct 2008 | Member Level: Diamond Points : 1 |
Hi Tony,
A very good introductory Article for WCF. What is merely difference here from Remoting where using low-level protocols.
Could you please suggest a Book for the same topic.
Thanks & regards, Gaurav Arora
|
| Author: Pradeep Iyer 17 Nov 2008 | Member Level: Diamond Points : 1 |
Hi Tony,
Excellent article.
Anyone could gain good knowledge on WCF through this.
Thanks a lot.
Regards, Pradeep Y
|
| Author: sanjay kumar 11 Dec 2008 | Member Level: Bronze Points : 0 |
Very well described about wcf
|
| Author: Shuby Arora 02 Feb 2009 | Member Level: Gold Points : 1 |
Hi,
Excellent article. We'll gain good knowledge through this.
keep smilling Shuby arora
|
| Author: forcrack 27 Feb 2009 | Member Level: Bronze Points : 2 |
http://infoworld202.blogspot.com
Processing form data with PHP
Create WebSite
Add meta tag to blog website
Python Tutorial
databases in Perl
Using Databases In PHP
Boot Sector
Creating A Simple Search Engine In PHP
Assembly language Tutorial
Batch file programming
free Mircoprocessors Tutorial Training
C Socket Programming In Unix
http://infoworld202.blogspot.com
|
| Author: Akanksha srivastava 12 Mar 2009 | Member Level: Bronze Points : 0 |
Gud article.
|
| Author: Uttam Dhakal 26 Mar 2009 | Member Level: Silver Points : 1 |
.net remoting morever can be thinked as application to application communication whereas WCF is a bundle of communication technology which supports not only application to application but also machine to machine
|
| Author: Surya Kant 08 Apr 2009 | Member Level: Silver Points : 1 |
Go with following link:
http://www.4guysfromrolla.com/articles/031204-1.aspx
|
| Author: Dosth Mohammed 12 Apr 2009 | Member Level: Bronze Points : 1 |
here you can get more step by step tutorial from microsoft
http://msdn.microsoft.com/en-us/library/ms734712.aspx
|
| Author: aradhya 12 May 2009 | Member Level: Silver Points : 1 |
Hi, Nice Article i got lot a Good idea regarding WCF. Productive stuff.
|
| Author: Gaurav 13 May 2009 | Member Level: Silver Points : 0 |
Please explain the scenarios where WCF can be used effectively.
|
| Author: Praveen Pula 26 May 2009 | Member Level: Gold Points : 0 |
Nice one
|
| Author: Kirankumar Potnuru 08 Jun 2009 | Member Level: Gold Points : 1 |
Its Good. Can you explain what is the diffrence among WCF ,webservice,windows service and remoting
|
| Author: Prasoon Kumar 16 Jun 2009 | Member Level: Silver Points : 2 |
@ Kirankumar Potnuru :- WebServices :- It can be defined as a service which can be
utilized by an Application.
You create a Webservice when you need to share same information
between different Applications which may be/may be not developed
in same technology(therefore it gives Flexibility of developing
Application with the help of different Technology) and may be
running on Different Platforms.
One classic example is stock Web services,since Any Application
developed in dotnet/java/others may like to have this
information about a stock ,therefore these informations has be
developed like something which is sharable by any
Application.In this scenario we will like to develop this
as Webservice.
Remoting :-Remoting also serves the same purpose as Webservice
but it doesn't have flexibility of supporting heterogeneous
environment but only serves purpose in homogeneous
environment.
|
| Author: Shunmuganathan M 17 Jun 2009 | Member Level: Diamond Points : 0 |
Nice article...
|
| Author: Kirankumar Potnuru 18 Jun 2009 | Member Level: Gold Points : 0 |
Hi Prasoon Kumar , Thanks for giving valuble information
|
| Author: Ramesh Sahu 03 Sep 2009 | Member Level: Gold Points : 0 |
Good For Develpope and testing.
|
| Author: muthuraman 07 Sep 2009 | Member Level: Gold Points : 1 |
hi tony, this is a wonderful article. we will gain very good knowledge on WCF through this one. thanks,
with warm regards, muthuraman
|