Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Is there any alternative of Dictionary in .NET?

API Design Question

Failed to compare two elements in the array

c# arrays

how to kill process in Windows-CE?

c# windows process windows-ce

Switch values between two parameters [Best Practice / Better Code]

c# coding-style

Get the current index of a ComboBox?

Reading bar codes using wpf application

c# wpf c#-4.0 c#-3.0

Resolve metadata displayname from model metadata?

Is it bad practice to use Action and Func all the time instead of making corresponding delegates?

c# events delegates action func

Fastest way to download multiple webpages using C#

Why PasswordBox is Sealed in Silverlight?

Call an EventHandler from another Method

c# .net

CollectionAssert.Contains(myList, myItem) != Assert.IsTrue(myList.Contains(myItem))

c# .net unit-testing mstest

Int-Pointer to unmanaged code

C# - XML - Treat inner xml from a certain element as string

c# xml-serialization

Is exposing my DTO to the view considered incorrect?

c# wpf silverlight mvvm

Setting Color Using Number in C#

c# .net text color-scheme

C# DataGridViewCheckBoxColumn Hide/Gray-Out

How to Create a Read-Only Object Property in C#?

c# asp.net properties readonly

VB.net to C# Equivalent of "AddressOf"

c# vb.net addressof