Category: C#

C# Compiler Error – CS1973 ‘{0}’ has no applicable method named ‘{1

In this blog post, you’ll learn more about the C# Compiler Error – CS1973 and the related message description C# Compiler Error Code CS1973 C# Compiler Description for the Code :CS1973 ‘{0}’ has no applicable method named ‘{1}’ but appears to have an extension method by that name. Extension methods cannot be dynamically dispatched. Consider casting the dynamic arguments or calling the extension method without…

Json.NET & Oxygene – Installing Json.NET for Remobjects Oxygene projects in Visual Studio 2015

Are you a developer using RemObjects Oxygene.NET and want to use Json.NET in your project . Check this series of articles to learn how to integrate Json.NET in your Oxygene project. Json.NET is one of the popular high performance and open source JSON framework for the .NET Developers. It lets the developers to serialize and deserialize .NET objects and is considered to be one of…