Showing results for WCF - .NET Blog

Oct 4, 2018
0
0

Use Hybrid Connections to Incrementally Migrate Applications to the Cloud

Web Development Tools Microsoft
Web Development Tools Microsoft

As the software industry shifts to running software in the cloud, organizations are looking to migrate existing applications from on-premises to the cloud. Last week at Microsoft’s Ignite conference, Paul Yuknewicz and I delivered a talk focused on how to get started migrating applications to Azure (watch the talk free) where we walked through the ...

ASP.NETAzureCloud
Jun 28, 2017
2
0

WCF Web Service Reference Provider – Metadata Exchange Endpoint Authentication

Miguell - MSFT
Miguell - MSFT

With the recent update to the WCF Service Reference tool in the VS Marketplace, support has been added for downloading metadata for a web service where the metadata exchange (MEX) endpoint has been secured with IIS authentication. The purpose of MEX endpoints is to allow clients to discover the service capabilities, including security aspects of t...

ASP.NETVisual StudioWCF
May 10, 2017
1
0

Announcing ASP.NET Core 2.0.0-Preview1 and Updates for .NET Web Developers

Jeffrey Fritz
Jeffrey Fritz

The ASP.NET team is pleased to share the first preview version of the ASP.NET Core 2.0 framework.  In this post, we’ll look at the new features and changes to the web framework that were announced at the Build 2017 keynote and sessions.  We will also look at some other updates that were published for ASP.NET 4.7 and WCF. ASP.NET Core 2.0.0-preview...

ASP.NETASP.NET Core
May 25, 2016
0
0

Announcing WCF Connected Service for .NET Core RC2 and ASP.NET Core RC2

Varsha G
Varsha G

With the availability of .Net Core RC2 and ASP.NET Core RC2 we are pleased to announce an update to the WCF Connected Service Preview for ASP.NET 5 Visual Studio extension tool for generating SOAP service references for clients built on top of WCF for .NET Core RC2. This update brings some improvements to the user experience when navigating through...

ASP.NETASP.NET Core
Dec 15, 2015
1
0

WCF Connected Service Visual Studio Extension Preview for ASP.NET 5 Projects

Zhenlan Wang - MSFT
Zhenlan Wang - MSFT

Over the years, many Visual Studio developers have enjoyed the productivity that Add Service Reference Dialog Box provided when their projects need to access Windows Communication Foundation (WCF) services. WCF team is excited to introduce you to the support of Add Service Reference functionality for ASP.NET 5 projects via WCF Connected Service ext...

ASP.NET
Apr 13, 2009
0
0

How to use wcftestclient as svc file debugger for VS2008 SP1

Web Development Tools Microsoft
Web Development Tools Microsoft

Wcftestclient can be used to debug a WCF service. Here are two ways to enable wcftestclient debugging in Visual Studio VS2008 SP1 web applications. Tradition way: In Web application project property page, web tab, one can specify start external program and command line argument for IIS based WCF: 1. Check Use Local IIS Web server and create a vi...

ASP.NET