CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2012
    Posts
    38

    Service contracts and normal dll

    I think their syntax and flow are similar, what stole ideas from the other ?

    Also, SOAP and REST I read their differences on websites (google) but i don't know what they are exactly. could someone please picture or summarize them both for beginer level ?

  2. #2
    Join Date
    Jun 2012
    Posts
    38

    Re: Service contracts and normal dll

    can you point me to a simple hello world application that uses SOAP and another that demonstrate REST ?

  3. #3
    Join Date
    Dec 2008
    Location
    Step Into(F11)
    Posts
    465

    Talking Re: Service contracts and normal dll

    Still your question is not clear. anyway the following application .demonstratre Hallo World .
    Code:
     class HelloWorld
    {
    	public static void Main()
    	{
    		System.Console.WriteLine("Hello World");
    	}		
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured