Category: C#

Why is C# Main Method static ?

Why is C# Main Method static ? – One of the most frequently asked question if you are a beginner to C# isn’t it ? The Main Share method in the Program.cs looks like this using System; using System.Collections.Generic; using System.Linq; namespace ConsoleApplication1 { class Program cheap NFL jerseys { ??????????????????????????????3P????? WHEELHOUSE static void Americans Main(string[] args) wholesale jerseys { Console.WriteLine(“Hello World”); ??????? } }…

How to Declare Array of Objects in C# ?

Do you want to declare an array of objects in your C# application ? . Below is a sample code snippet that demonstrates how to declare an integer array in C#. How to Declare Array of Objects in C# ?

Can Cycle Tile with Remote Images be created in Windows Phone 8?

For the Windows Phone developers who are looking for integrating the Tile feature in their Windows Phone Apps might be aware of this cool feature called “CycleTile template”. There are times when the developers may want to use the remote images for the cyclic tiles in their Windows Phone App. Can Cycle Tile with Remote Images be created in Windows Phone 8? The Cycle Tile…

C# Compiler Error – CS1704 an assembly with the same simple name ‘{

In this blog post, you’ll learn more about the C# Compiler Error – CS1704 and the related message description C# Compiler Error Code CS1704 C# Compiler Description for the Code :CS1704 An assembly with the same simple name ‘{0}’ has already been imported. Try removing one of the references (e.g. ‘{1}’) or sign them to enable side-by-side.