Category: C#

C# Compiler Error – CS8095 length of string constant resulting from

In this blog post, you’ll learn more about the C# Compiler Error – CS8095 and the related message description C# Compiler Error Code CS8095 C# Compiler Description for the Code :CS8095 Length of String constant resulting from concatenation exceeds System.Int32.MaxValue. Try splitting the string into multiple constants.

How to Change the Start-up Project in Universal App ?

When launching the universal app from Microsoft Visual Studio 2013 , you can decide to run either the Windows Phone 8.1 project or Windows Store 8.1 app . How to Change the Start-up Project in Universal App ? To change the start-up project in Universal App when launching the app locally on Windows 8.1 PC , click the dropdown button that displays “Local Machine” and…