Welcome to

Magenic Technologies Community Blog

Sign in | Join | Help

Browse by Tags

All Tags » Technical » WCF » Web Services   (RSS)

Visual Studio 2008/.NET 3.5 installation bug

I'm thrilled that .NET 3.5 and VS.NET 2008 shipped late 2007. I decided to install these shiny new toys on my work computer this morning. In the meantime, all of the WCF services on my local machine (Windows Server 2003 SP2) mysteriously stopped working.
Posted by jeffk | 0 Comments

More web service versioning info

Courtesy of LOBOMINATOR from MSDN forums....more links and posts on service versioning... :), plus i'm in a blogging state of mind tonight...! https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1989101&SiteID=1 <quote> Service Versioning
Posted by jeffk | 0 Comments
Filed under: , ,

WCF Versioning Flowchart

I ran across this post tonight from Craig McMurtry (author of Microsoft Windows Communication Foundations: Hands-on ) with a flowchart showing how to version WCF services. http://blogs.msdn.com/craigmcmurtry/archive/2006/07/23/676104.aspx Thank you Craig
Posted by jeffk | 0 Comments
Filed under: , ,

ASMX test page & remote machine access

Even though I love WCF, ASMX is not going away anytime soon. One of the things I like about ASMX is the auto-generated test web page (if you have simple types of course, not messages). At my current client, we develop a message based endpoint and also
Posted by jeffk | 0 Comments
Filed under: , ,