#corewcf search results

CoreWCF 1.0 has been Released, WCF for @dotnet Core and .NET 5+ ____________________________ devblogs.microsoft.com/dotnet/corewcf… // @samsp #CoreWCF #dotnet

dotnetdevs_io's tweet image. CoreWCF 1.0 has been Released, WCF for @dotnet  Core and .NET 5+
____________________________
devblogs.microsoft.com/dotnet/corewcf…
// @samsp
#CoreWCF #dotnet

CoreWCF supports a lot of its former glory also now in ASP.NET Core ! #corewcf #wcf #aspnetcore #bestbuddies

Tore_Aurstad's tweet image. CoreWCF supports a lot of its former glory also now in ASP.NET Core ! 
#corewcf #wcf #aspnetcore #bestbuddies

The CoreWCF Project team has just released the 1.0 version of #CoreWCF, a port of WCF to the #dotNETCore platform and can boast compatible implementation of SOAP, NetTCP, and WSDL. ... but wait! There's more. See what else is included in this new release: msft.it/6010bBHXa

dotnet's tweet image. The CoreWCF Project team has just released the 1.0 version of #CoreWCF, a port of WCF to the #dotNETCore platform and can boast compatible implementation of SOAP, NetTCP, and WSDL. ... but wait! There's more. See what else is included in this new release: msft.it/6010bBHXa

We've just released CoreWCF v1.2.0. We also just passed 150k downloads on nuget.org!! github.com/CoreWCF/CoreWC… #corewcf #wcf #dotnet #aspnetcore


Upgrading a WCF service to .NET 6 with CoreWCF __________________________ devblogs.microsoft.com/dotnet/upgradi… // @MJRousos #wcf #corewcf #dotnet

dotnetdevs_io's tweet image. Upgrading a WCF service to .NET 6 with CoreWCF
__________________________
devblogs.microsoft.com/dotnet/upgradi…
// @MJRousos
#wcf #corewcf #dotnet

.@MJRousos has a super-helpful follow-up to his original post that walked us through migrating a WPF app to .NET Core. In today's article, he discusses upgrading a WCF service to #dotNET 6 with #CoreWCF. Check it out: msft.it/6015bG8aS

dotnet's tweet image. .@MJRousos has a super-helpful follow-up to his original post that walked us through migrating a WPF app to .NET Core. In today's article, he discusses upgrading a WCF service to #dotNET 6 with #CoreWCF. Check it out: msft.it/6015bG8aS

CoreWCF 0.1.0 GA Release is live! Developers from @Microsoft, @awscloud and the .NET community contributed to porting WCF. This fills an important gap for customers that want to modernize applications that were built with WCF. go.aws/3ufssBh #dotnet #wcf #coreWCF

dotnetonAWS's tweet image. CoreWCF 0.1.0 GA Release is live! 

Developers from @Microsoft, @awscloud and the .NET community contributed to porting WCF. This fills an important gap for customers that want to modernize applications that were built with WCF. 

go.aws/3ufssBh

#dotnet #wcf #coreWCF

The CoreWCF Project team has just released the 1.0 version of #CoreWCF, a port of WCF to the #dotNETCore platform and can boast compatible implementation of SOAP, NetTCP, and WSDL. ... but wait! There's more. See what else is inclu…lnkd.in/e2hdyk6V

nithinmohantk's tweet image. The CoreWCF Project team has just released the 1.0 version of #CoreWCF, a port of WCF to the #dotNETCore platform and can boast compatible implementation of SOAP, NetTCP, and WSDL. ... but wait! There's more. See what else is inclu…lnkd.in/e2hdyk6V

Community Devs Revive WCF After Microsoft Deprecation "CoreWCF is intended for customers who have been using WCF on .NET Framework and need WCF support in .NET Core to facilitate modernizing the application." #wcf #corewcf #dotnetcore #netcore visualstudiomagazine.com/articles/2022/…

VSMdev's tweet image. Community Devs Revive WCF After Microsoft Deprecation 

"CoreWCF is intended for customers who have been using WCF on .NET Framework and need WCF support in .NET Core to facilitate modernizing the application."
#wcf #corewcf #dotnetcore #netcore
visualstudiomagazine.com/articles/2022/…

New CoreWCF version just released. See release notes for details. New support for keyed by service type ServiceBehavior injection, operation parameter message property injection, and code gen for operation invoker. github.com/CoreWCF/CoreWC… #aspnetcore #wcf #corewcf


I have a talk at .NET Conf, "CoreWCF - It's not just for modernizing old WCF apps". I'll be demoing JWT authentication, and the new RabbitMQ binding for Queue based transports in the cloud. 11/16 at 11:30AM PST dotnetconf.net #dotnetconf #corewcf #AspNetCore


#CoreWCF v1.4.0 has been released! It features new transport options such as #RabbitMQ (AMQP) and #ApacheKafka. The transports MSMQ (Microsoft Message Queuing) & NetNamedPipe remain in the preview stage. More on #InfoQ: bit.ly/3ZHUXHQ #dotnet

InfoQ's tweet image. #CoreWCF v1.4.0 has been released!

It features new transport options such as #RabbitMQ (AMQP) and #ApacheKafka. 

The transports MSMQ (Microsoft Message Queuing) & NetNamedPipe remain in the preview stage.

More on #InfoQ: bit.ly/3ZHUXHQ 

#dotnet

Disponible CoreWCF 1.0, WCF para .NET Core, .NET 5 y .NET 6 devblogs.microsoft.com/dotnet/corewcf… #dotnet #csharp #corewcf #wcf


#CoreWCF の KnownType 問題解決した。ジェネリック型がちょっと面倒やったけど何とかなった。


New CoreWCF version just released. See release notes for details. New support for keyed by service type ServiceBehavior injection, operation parameter message property injection, and code gen for operation invoker. github.com/CoreWCF/CoreWC… #aspnetcore #wcf #corewcf


CoreWCF supports a lot of its former glory also now in ASP.NET Core ! #corewcf #wcf #aspnetcore #bestbuddies

Tore_Aurstad's tweet image. CoreWCF supports a lot of its former glory also now in ASP.NET Core ! 
#corewcf #wcf #aspnetcore #bestbuddies

CoreWCF got attribute called [Injected] similar to ASP.NET MVC [FromService]. OperationContext.Current.InstanceContext.Extensions.Find<IServiceProvider>() Once you get serviceprovider, use GetService to get service ! #corewcf #aspnet corewcf.github.io/blog/2021/12/1…


To install the good old svcutil in dotnet enter (example) : dotnet tool install --global dotnet-svcutil dotnet-svcutil --roll-forward LatestMajor http://localhost:5000/SomeEchoService/basichttp?wsdl #corewcf #wcf #dotnet


A good walkthrough how to create a simple EchoService with a service and client using CoreWCF and .NET 6 is available here : github.com/CoreWCF/CoreWC… #corewcf #wcf #net6


I have a talk at .NET Conf, "CoreWCF - It's not just for modernizing old WCF apps". I'll be demoing JWT authentication, and the new RabbitMQ binding for Queue based transports in the cloud. 11/16 at 11:30AM PST dotnetconf.net #dotnetconf #corewcf #AspNetCore


Windows Communication Foundation #wcf todavía es parte de muchas APIs de bancos, aseguradoras y financieras. Una forma de migrar las APIs sin reescribir todo el código puede ser #CoreWCF.

We have just released CoreWCF 1.5.1 which includes UnixDomainSocket support. This works on Windows and Linux and provides similar capabilities to NetNamedPipe. WCF Client 6.2 also released with the client portion of this feature. github.com/CoreWCF/CoreWC… github.com/dotnet/wcf/rel…



#CoreWCF v1.4.0 has been released! It features new transport options such as #RabbitMQ (AMQP) and #ApacheKafka. The transports MSMQ (Microsoft Message Queuing) & NetNamedPipe remain in the preview stage. More on #InfoQ: bit.ly/3ZHUXHQ #dotnet

InfoQ's tweet image. #CoreWCF v1.4.0 has been released!

It features new transport options such as #RabbitMQ (AMQP) and #ApacheKafka. 

The transports MSMQ (Microsoft Message Queuing) &amp;amp; NetNamedPipe remain in the preview stage.

More on #InfoQ: bit.ly/3ZHUXHQ 

#dotnet

CoreWCF just hit a big milestone, 1 million package downloads!! Thanks to everyone in the community who has contributed over the years and helped make the project what it is. #aspnetcore #wcf #corewcf #dotnet


Just released 2 new versions of CoreWCF. v1.4 brings RabbitMQ and Kafka support as alternatives to MSMQ. v1.5.0-preview1 includes support for NetNamedPipe (Windows only) and Unix domain sockets (x-plat) as an alternative to named pipes, and MSMQ. #aspnetcore #corewcf #wcf #dotnet


Client Support for Calling WCF/CoreWCF with System.ServiceModel 6.0 Is Here! - .NET Blog devblogs.microsoft.com/dotnet/wcf-cli… #dotnet #CoreWCF


#CoreWCF の KnownType 問題解決した。ジェネリック型がちょっと面倒やったけど何とかなった。


#coreWCF and @dotnet 6.0 is making my work better and more fun, thanks to WebHTTPBinding!


Bring #WCF apps to the latest .NET with #CoreWCF and Upgrade Assistant buff.ly/3DNzOBF #dotnet


CoreWCF 1.0 has been Released, WCF for @dotnet Core and .NET 5+ ____________________________ devblogs.microsoft.com/dotnet/corewcf… // @samsp #CoreWCF #dotnet

dotnetdevs_io's tweet image. CoreWCF 1.0 has been Released, WCF for @dotnet  Core and .NET 5+
____________________________
devblogs.microsoft.com/dotnet/corewcf…
// @samsp
#CoreWCF #dotnet

Upgrading a WCF service to .NET 6 with CoreWCF __________________________ devblogs.microsoft.com/dotnet/upgradi… // @MJRousos #wcf #corewcf #dotnet

dotnetdevs_io's tweet image. Upgrading a WCF service to .NET 6 with CoreWCF
__________________________
devblogs.microsoft.com/dotnet/upgradi…
// @MJRousos
#wcf #corewcf #dotnet

CoreWCF supports a lot of its former glory also now in ASP.NET Core ! #corewcf #wcf #aspnetcore #bestbuddies

Tore_Aurstad's tweet image. CoreWCF supports a lot of its former glory also now in ASP.NET Core ! 
#corewcf #wcf #aspnetcore #bestbuddies

The CoreWCF Project team has just released the 1.0 version of #CoreWCF, a port of WCF to the #dotNETCore platform and can boast compatible implementation of SOAP, NetTCP, and WSDL. ... but wait! There's more. See what else is included in this new release: msft.it/6010bBHXa

dotnet's tweet image. The CoreWCF Project team has just released the 1.0 version of #CoreWCF, a port of WCF to the #dotNETCore platform and can boast compatible implementation of SOAP, NetTCP, and WSDL. ... but wait! There&apos;s more. See what else is included in this new release: msft.it/6010bBHXa

.@MJRousos has a super-helpful follow-up to his original post that walked us through migrating a WPF app to .NET Core. In today's article, he discusses upgrading a WCF service to #dotNET 6 with #CoreWCF. Check it out: msft.it/6015bG8aS

dotnet's tweet image. .@MJRousos has a super-helpful follow-up to his original post that walked us through migrating a WPF app to .NET Core. In today&apos;s article, he discusses upgrading a WCF service to #dotNET 6 with #CoreWCF. Check it out: msft.it/6015bG8aS

CoreWCF 0.1.0 GA Release is live! Developers from @Microsoft, @awscloud and the .NET community contributed to porting WCF. This fills an important gap for customers that want to modernize applications that were built with WCF. go.aws/3ufssBh #dotnet #wcf #coreWCF

dotnetonAWS's tweet image. CoreWCF 0.1.0 GA Release is live! 

Developers from @Microsoft, @awscloud and the .NET community contributed to porting WCF. This fills an important gap for customers that want to modernize applications that were built with WCF. 

go.aws/3ufssBh

#dotnet #wcf #coreWCF

Community Devs Revive WCF After Microsoft Deprecation "CoreWCF is intended for customers who have been using WCF on .NET Framework and need WCF support in .NET Core to facilitate modernizing the application." #wcf #corewcf #dotnetcore #netcore visualstudiomagazine.com/articles/2022/…

VSMdev's tweet image. Community Devs Revive WCF After Microsoft Deprecation 

&quot;CoreWCF is intended for customers who have been using WCF on .NET Framework and need WCF support in .NET Core to facilitate modernizing the application.&quot;
#wcf #corewcf #dotnetcore #netcore
visualstudiomagazine.com/articles/2022/…

The CoreWCF Project team has just released the 1.0 version of #CoreWCF, a port of WCF to the #dotNETCore platform and can boast compatible implementation of SOAP, NetTCP, and WSDL. ... but wait! There's more. See what else is inclu…lnkd.in/e2hdyk6V

nithinmohantk's tweet image. The CoreWCF Project team has just released the 1.0 version of #CoreWCF, a port of WCF to the #dotNETCore platform and can boast compatible implementation of SOAP, NetTCP, and WSDL. ... but wait! There&apos;s more. See what else is inclu…lnkd.in/e2hdyk6V

#CoreWCF v1.4.0 has been released! It features new transport options such as #RabbitMQ (AMQP) and #ApacheKafka. The transports MSMQ (Microsoft Message Queuing) & NetNamedPipe remain in the preview stage. More on #InfoQ: bit.ly/3ZHUXHQ #dotnet

InfoQ's tweet image. #CoreWCF v1.4.0 has been released!

It features new transport options such as #RabbitMQ (AMQP) and #ApacheKafka. 

The transports MSMQ (Microsoft Message Queuing) &amp;amp; NetNamedPipe remain in the preview stage.

More on #InfoQ: bit.ly/3ZHUXHQ 

#dotnet

Loading...

Something went wrong.


Something went wrong.


United States Trends