Category: C#

C# Compiler Error – CS8931 user-defined conversion in an interface

In this blog post, you’ll learn more about the C# Compiler Error – CS8931 and the related message description C# Compiler Error Code CS8931 C# Compiler Description for the Code :CS8931 User-defined conversion in an interface must convert to or from a type parameter on the enclosing type constrained to the enclosing type

C# Compiler Error – CS8661 cannot specify ‘readonly’ modifiers on b

In this blog post, you’ll learn more about the C# Compiler Error – CS8661 and the related message description C# Compiler Error Code CS8661 C# Compiler Description for the Code :CS8661 Cannot specify ‘readonly’ modifiers on both accessors of property or indexer ‘{0}’. Instead, put a ‘readonly’ modifier on the property itself.

How to animate page navigation in Windows Phone 8?

In Windows Phone 8, the developers generally use the NavigationService.Navigate method to navigate from one page to another. By default, this does not include any kind of animation or transition when navigating. How to animate page navigation in Windows Phone 8? To animate page navigation in windows phone 8, you should download the Windows Phone Toolkit which is available for download from phone.codeplex.com The Windows…