Welcome to

Magenic Technologies Community Blog

Sign in | Join | Help

Browse by Tags

All Tags » Web Services   (RSS)

Twin Cities Code Camp 4

Hey All! Spring in Minnesota is a GREAT thing. To celebrate the season, it is time for another Code Camp ! Thanks to the efforts of Mr. Jason Bock here and here the next Twin Cities Code Camp happens on April 5, 2008 at the New Horizons Facility in Edina,
Posted by jeffk | 0 Comments
Filed under: , , ,

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: , ,

RESTful maps?

I think it would be really cool if the map providers would support a nicer REST addressing scheme for things like countries, states, counties, cities, etc… all of that data is already hierarchical in nature anyway and maps well to a RESTful addressing
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: , ,