Category: C#

Programmatically Go Back to Previous Page in Windows Phone App

The developers can use the NavigationService.GoBack method to navigate to the previous page of the Windows Phone App. When using the NavigationService.GoBack , it is necessary to check if the Navigation can go back using the property NavigationService.CanGoBack as shown below. Programmatically Go Back to Previous Page in Windows Phone App

C# Compiler Error – CS1527 elements defined in a namespace cannot b

In this blog post, you’ll learn more about the C# Compiler Error – CS1527 and the related message description C# Compiler Error Code CS1527 C# Compiler Description for the Code :CS1527 Elements defined in a namespace cannot be explicitly declared as private, protected, protected internal, or private protected