Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • WCF Client Calling ASMX Service with Soap Headers

    Need to send soap headers from WCF (Service Reference) clients to older ASMX services? The ASMX service not handling the header properly? It may have to do with namespaces being set in the soap header XML in a way differently from what the ASMX service is expecting. So, how do you create and add the...
    Posted to Johan Danforth's Blog (Weblog) by jdanforth on 10-27-2008, 12:00 AM
    Filed under: SoapExtension, Interop, WCF, .NET 3.5
  • Book Review: Programming .NET 3.5 by O’Reilly

    I just finished reading a review copy of “ Programming .NET 3.5 ” from O’Reilly. The book, published in August, is an overview of the latest .NET Framework revision. You’ll get an introduction to the topics that have been introduced along the way that include technology from .NET 2.0, .NET 3.0, and the...
    Posted to Chris Stewart's ASP.NET Blog (Weblog) by CompiledMonkey on 09-11-2008, 12:00 AM
    Filed under: ASP.NET MVC, Book Review, WPF, .NET 3.5, WCF, WWF, Silverlight
  • Returning Json from RESTful Interface with WCF

    Someone commented on an earlier blog post I did on REST, POX/POJO and WCF and the comment read: How about REST WCF bits from .NET 3.5 SP1? Is it possible now to let the user decide in which format he wants the response (xml or json) like MySpace API for example? The convention is to use a file like extension...
    Posted to Johan Danforth's Blog (Weblog) by jdanforth on 08-23-2008, 12:00 AM
    Filed under: Ajax, WCF, .NET 3.5, REST
  • More on RESTful Service with WCF and POX/POCO

    Kirk Eveans wrote a blog post about Creating RESTful Services Using WCF , which gives you a good understanding of how to get started with REST on WCF. In his sample, Kirk has 2 methods in a REST interface: [ ServiceContract ] public interface IService { [ OperationContract ] [ WebGet (UriTemplate = ...
    Posted to Johan Danforth's Blog (Weblog) by jdanforth on 08-09-2008, 12:00 AM
    Filed under: WCF, .NET 3.5, REST
  • ASP.NET Podcast Show #118 - Paul on Peer-To-Peer with Windows Communication Foundation

    Subscribe to EVERYTHING <-- What you REALLY WANT TO DO! Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2008/06/19/asp-net-podcast-show-118-paul-on-peer-to-peer-with-windows-communication-foundation.aspx Subscribe to WMV Video only . Subscribe to M4V Video only . Subscribe...
    Posted to Wallace B. McClure (Weblog) by Wallym on 06-19-2008, 12:00 AM
    Filed under: .NET, Community News, ASP.NET Podcast, .NET 3.5, WCF, ASP.NET Ajax, Windows Communication Foundation, Peer-to-peer
  • MIX08-Building Applications and Services with .NET Framework 3.5

    Using new features in .NET 3.5 Framework. blogs.msdn.com/justinsmith   What in .NET 3.5 for services:   The New HTTP Programming model: New support JSON Services Syndication in .NET 3.5 Service Stack Evolution -Sockets->HttpListener->ASP.net->ASMX->WCF WCF one stop shop for services...
    Posted to Mike Dopp (Weblog) by mikedopp on 03-06-2008, 12:00 AM
    Filed under: MIX08, C#, .NET 3.5, WCF, ASP.NET
  • Integration Testing WCF Services with Unity

    I've been blogging a few times now about using Unity with WCF, but how do you integration test your service in an easy way without? The way I (and many others) do integration tests for a WCF service is by setting up my own service host and starting the service from test init:     [ TestClass...
    Posted to IBlog<Johan> (Weblog) by jdanforth on 01-30-2009, 12:00 AM
    Filed under: Unit Testing, WCF, .NET 3.5, Unity
  • Turn Windows 7 Features On or Off

    I’m trying to install/add IIS features to my Windows 7 beta build 7000 laptop. You got pretty fine grained control over these features in Windows 7, and it’s not easy to know what you really need. I need to run WCF services on my machine, so I’m turning most things on, including WCF Activation stuff...
    Posted to IBlog<Johan> (Weblog) by jdanforth on 03-14-2009, 12:00 AM
    Filed under: WCF, .NET 3.5, Windows 7
  • Bad Request With WCF Service in Cassini On Windows 7 Beta

    Trying to run a WCF service in Cassini on your Windows 7 Beta (7000) machine and get this error? The remote server returned an unexpected response: (400) Bad Request. Unless you’re running your service with basic http binding or with security specifically set to None in your bindings, you will get this...
    Posted to IBlog<Johan> (Weblog) by jdanforth on 03-14-2009, 12:00 AM
    Filed under: WCF, .NET 3.5, Windows 7
  • Idea for a Helper Utility Class Generator for a WCF Rest Service

    This morning I followed an Adobe Flex tutorial, well 3, about consuming Twitters restful API inside Flex.  After this it got me thinking about WCF and their Rest Starter Kit.  I looked and they are now up to Preview 2, so I downloaded it and in my spare time focused on this recently release...
    Posted to Andrew Rea (Weblog) by REA_ANDREW on 03-17-2009, 12:00 AM
    Filed under: C#, .NET 3.5, WCF
Page 1 of 2 (13 items) 1 2 Next >