#corewcf search results
How to return custom http status code CoreWCF? stackoverflow.com/questions/7455… #dotnet #corewcf #csharp #soap #wcf
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
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
.@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
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/…
CoreWCF now has project templates! #corewcf devblogs.microsoft.com/dotnet/corewcf…
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
New CoreWCF v1.7.0 release. github.com/CoreWCF/CoreWC… #corewcf #wcf #aspnetcore #dotnet
github.com
Release CoreWCF v1.7.0 · CoreWCF/CoreWCF
Release Notes Package Info CoreWCF.ConfigurationManager 1.7.0 CoreWCF.Http 1.7.0 CoreWCF.Kafka 1.7.0 CoreWCF.Kafka.Client 1.7.0 CoreWCF.MSMQ 1.7.0 CoreWCF.NetFramingBase 1.7.0 CoreWCF.NetNamedPipe ...
New CoreWCF v1.8.0 released, now with Open Telemetry support. Details of OTel support at corewcf.github.io/blog/2025/07/2… github.com/CoreWCF/CoreWC… #corewcf #aspnetcore #dotnet #wcf
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
Disponible CoreWCF 1.0, WCF para .NET Core, .NET 5 y .NET 6 devblogs.microsoft.com/dotnet/corewcf… #dotnet #csharp #corewcf #wcf
New preview release of CoreWCF bringing support for named pipes, MSMQ, and RabbitMQ. Blog post: corewcf.github.io/blog/2023/04/1… Release notes: github.com/CoreWCF/CoreWC… #corewcf #wcf #dotnet #aspnetcore
github.com
Release CoreWCF v1.4.0-preview1 · CoreWCF/CoreWCF
Release Notes Package Info CoreWCF.Primitives 1.4.0-preview1 CoreWCF.Http 1.4.0-preview1 CoreWCF.WebHttp 1.4.0-preview1 CoreWCF.NetFramingBase 1.4.0-preview1 CoreWCF.NetTcp 1.4.0-preview1 CoreWCF.N...
New CoreWCF v1.8.0 released, now with Open Telemetry support. Details of OTel support at corewcf.github.io/blog/2025/07/2… github.com/CoreWCF/CoreWC… #corewcf #aspnetcore #dotnet #wcf
New CoreWCF v1.7.0 release. github.com/CoreWCF/CoreWC… #corewcf #wcf #aspnetcore #dotnet
github.com
Release CoreWCF v1.7.0 · CoreWCF/CoreWCF
Release Notes Package Info CoreWCF.ConfigurationManager 1.7.0 CoreWCF.Http 1.7.0 CoreWCF.Kafka 1.7.0 CoreWCF.Kafka.Client 1.7.0 CoreWCF.MSMQ 1.7.0 CoreWCF.NetFramingBase 1.7.0 CoreWCF.NetNamedPipe ...
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
Coding Grounds: Implementing Basic Auth in Core WCF toreaurstad.blogspot.com/2023/11/implem… #corewcf #basicauth #security
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
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
New preview release of CoreWCF bringing support for named pipes, MSMQ, and RabbitMQ. Blog post: corewcf.github.io/blog/2023/04/1… Release notes: github.com/CoreWCF/CoreWC… #corewcf #wcf #dotnet #aspnetcore
github.com
Release CoreWCF v1.4.0-preview1 · CoreWCF/CoreWCF
Release Notes Package Info CoreWCF.Primitives 1.4.0-preview1 CoreWCF.Http 1.4.0-preview1 CoreWCF.WebHttp 1.4.0-preview1 CoreWCF.NetFramingBase 1.4.0-preview1 CoreWCF.NetTcp 1.4.0-preview1 CoreWCF.N...
How to return custom http status code CoreWCF? stackoverflow.com/questions/7455… #dotnet #corewcf #csharp #soap #wcf
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
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
How to return custom http status code CoreWCF? stackoverflow.com/questions/7455… #dotnet #corewcf #csharp #soap #wcf
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
.@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
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/…
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
#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
Something went wrong.
Something went wrong.
United States Trends
- 1. Packers 86.9K posts
- 2. Eagles 115K posts
- 3. Jordan Love 13.3K posts
- 4. #WWERaw 117K posts
- 5. Matt LaFleur 6,746 posts
- 6. Green Bay 17.6K posts
- 7. AJ Brown 5,845 posts
- 8. $MONTA 1,966 posts
- 9. Smitty 5,178 posts
- 10. Jaelan Phillips 6,068 posts
- 11. #GoPackGo 7,536 posts
- 12. Patullo 11.2K posts
- 13. McManus 3,565 posts
- 14. Sirianni 4,378 posts
- 15. Grayson Allen 2,745 posts
- 16. Cavs 10.1K posts
- 17. #MondayNightFootball 1,873 posts
- 18. Devonta Smith 5,186 posts
- 19. Pistons 14.6K posts
- 20. John Cena 95.3K posts