Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Is String.IndexOf(char) really slower than manual searching?

.net performance string

How to enforce minimum width of formatted string in C#

c# .net string formatting

Can you remove an item from a List<> whilst iterating through it in C#

How to view debugging output in Visual Studio 2010?

meaning of '+='

c# .net syntax operators

How to force debugger to skip a piece of code?

Using C# Regular expression to replace XML element content

c# .net xml regex parsing

OOP C# Question: Making a Fruit a Pear

c# .net oop

are there tutorials on how to name variables?

How to Strongly Name an Assembly so that it has a Public Key Token

Can lambdas be used without Linq?

c# .net linq

C# Desktop Applications? [closed]

c# .net

infinite loop example with minimum code in c#

c# .net infinite-loop

When do you need to call IDisposable, if you are using `using` statements?

c# .net

Why do automatic properties require both getters AND setters?

Why do some use `this.`? [duplicate]

c# .net wpf winforms

Checking null and string.Empty in C#

c# .net

What for should I mark private variables as private if they already are?

c# .net default declaration

Moving a C# Program to a different language