Mark Prince is a content writer and junior developer for Gibraltar Software. In his spare time, he drums for local rock bands and plays with his dog Gunther.
Latest Blog Posts by Mark Prince
Can I Move a WCF Project to .NET 6?
You can't directly port a WCF application to .NET 6. Like .NET 5 the rest of .NET Core, WCF is an unsupported technology and will remain exclusively a part of .NET Framework. But it doesn't mean it's not worth migrating. Here, we review why you should consider migrating anyways, choosing... Read more
Looking Ahead at .NET 6, For .NET Framework Users
In this article we summarize the broad-stroke changes from .NET 5 to .NET 6, and discuss how you can start getting ready for the transition. Read more
A Quick Look at the "Migrate a Service" Tool
Want to get a quick look at Visual ReCode in action? I recorded a quick demo of the "Migrate a Service" tool that you can watch right here. Read more
WCF to gRPC: What Should You Keep in Mind?
Are you considering moving from WCF to gRPC? There are many reasons to do so. Whether you just want the performance benefits or looking for a WCF stand-in for .NET Core or .NET 5, gRPC will provide a faster, less taxing framework than WCF. But what else do you need... Read more