Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

C# Convert IEnumerable to IList using .ToList()?

c# .net ienumerable ilist

Splitting string based on uneven number of white spaces

c# .net regex string

Writing async monotouch code

Removing All Nulls From Collections

c# .net collections

To write a linq query to get selected name count

c# .net linq c#-4.0

get the name of the method in C#

c# .net monitoring trace

How to shorten a property, with repeating get and setter

c# .net properties attributes

ASP.net web api 2 Route-Attribute not working

Nuget package for bitly to shorten the links

.net bit.ly

How we can refresh items text in ListBox without reinserting it?

c# .net listbox tostring

Lists<> with multiple lists c#

TextBox OnPaint method is not called?

c# .net winforms textbox onpaint

Can we redirect from Console application to a web application in C#?

c# .net

Converting GUID to Integer and Back

.net asp.net

C# - Is there really a need for debug build in .net

c# .net debug-build

What's the right way to check for inheritance from a class/interface?

c# .net reflection inheritance

Should the base Keyword be used?

c# .net

C# Why is my lock statement hanging?

c# .net locking

Problem with Nhibernate.Bytecode.Castle in MSBuild (TFS)

Testing un-compilable code in NUnit

c# .net unit-testing nunit