Category Archives: WCF

Tip: How to anonymously access WCF Service available in another domain

Imagine the situation is like the following: You developed WCF Service using “wsHttpBinding” You hosted in IIS on a different domain (or computer/network) You wanted to access/consume the WCF Service from another domain (or computer/network) You don’t want to implement … Continue reading

Posted in WCF | Tagged , | 18 Comments

Article: Designing WCF DataContract Classes Using “LINQ to SQL” Designer

  Hai,   My new article on "Designing WCF Data Contract Classes using "LINQ to SQL" Designer" got published here.   thanks Jag

Posted in WCF | Tagged , | Leave a comment

Developing Object Oriented Components using WCF and Visual Studio 2008 beta

Hai,   My next contribution on "Developing an Object Oriented Business Component using WCF and Visual Studio 2008" got published here: http://www.aspfree.com/c/a/BrainDump/Developing-an-Object-Oriented-Business-Component-Using-WCF-and-Visual-Studio-2008/   thanks Jag

Posted in WCF | Tagged , | 25 Comments

Developing Business Logic using WCF Service Library with Visual Studio 2008 beta and accessing with ASP.NET 3.5

Hi,   My new article on developing business logic using WCF Service and accessing it using ASP.NET 3.5 (with Visual Studio 2008 beta) got published here http://www.aspfree.com/c/a/ASP.NET/Developing-Business-Logic-using-the-WCF-Service-Library-with-VS2K8-and-ASPNET-35/   If you are new to WCF Service Library, consider reading my previous … Continue reading

Posted in WCF | Tagged , | Leave a comment

Developing a WCF Service Library and Hosting it as WCF Web Service Using Visual Studio 2008 Beta

Hi,   My new article on "Developing a WCF Service Library and Hosting it as WCF Web Service Using Visual Studio 2008 beta" got published here http://www.aspfree.com/c/a/ASP.NET/Developing-a-WCF-Service-Library-and-Hosting-it-as-WCF-Web-Service-Using-VS2K8/   Make sure that it does not explain you in developing a direct WCF Web … Continue reading

Posted in WCF | Tagged | 100 Comments

Developing, Hosting (with custom .NET application) and Testing a WCF Service using Visual Studio 2008 beta

Hello guys,   The following sample demonstrates the development of a WCF Service library together with a custom application hosting (the "WCF Service library" as a "WCF Service") and finally accessing the same using WCF Service Client (windows forms client).  … Continue reading

Posted in WCF | Tagged | 13 Comments