Dot Net Tips & Tricks , C# (C Sharp)Tips & Tricks

Visual Studio .NET Tips and Tricks, VB.NET Code Samples, C# Code Snippets, ASP.NET Code Samples, .NET Tips and Tricks, C# Tips & Tricks, Visual Studio 2010, .NET Framework Code Samples, VB.NET Tips & Tricks

Tuesday, March 30, 2010

System.StackOverflowException was unhandled - Set Property C#

›
Set Property C# goes to infinite loop If the set property goes to infinite loop, then there is some problem with accessor and mutator. The f...
Monday, March 29, 2010

Your step-into request resulted in an automatic step-over of a property or operator.

›
Your step-into request resulted in an automatic step-over of a property or operator. This behavior can be overridden in the context menu for...
Sunday, March 28, 2010

How to effectively use #region in Visual Studio

›
#region lets you specify a block of code that you can expand or collapse when using the outlining feature of the Visual Studio Code Editor. ...

Invalid expression term '>'

›
Only assignment, call, increment, decrement, and new object expressions can be used as a statement Invalid expression term '>' Th...

Semicolon after method or accessor block is not valid

›
Semicolon after method or accessor block is not valid error is thrown when the semicolon is not appropriately placed. For example set { ...
Saturday, March 27, 2010

Enumeration in C#

›
Here is a simple way to declare and use enumerations Declaration is by using the enum keyword public enum playerType { ClassA, Class...
1 comment:

Partial Classes in C# (.NET)

›
Why to use Partial Classes? Partial classes have many advantages. The most visible being the ability to split the class in multiple files. T...
‹
›
Home
View web version
Powered by Blogger.