Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-3.0

enum method fired when object should be

c#-3.0

Is there a concise way to decorate an anonymous type?

c# c#-3.0 anonymous-types

Using List<Person> Distinct() to return 2 values

c# .net linq c#-3.0 ienumerable

Ordering XElements

Animate a StackPanel when the property Visibility changes

.net wpf .net-3.5 c#-3.0

Get the current cursor position value in RichTextBox in WPF

wpf c#-3.0

how to hide scrollbar in gecko webbrowser control in c#

c#-3.0 geckofx

Should I declare my abstract class's attributes with get; set;?

c# c#-3.0 properties field

What is a safe way to pass an array of arrays to a DLL in C#?

c++ arrays dll c#-3.0

ASP.NET login control connection string error : Keyword not supported: 'metadata'

Is using an arraylist of chars faster for performing multiple string concatenation?

How to create ValueProvider for MVC

C# LINQ problem with case sensitive

linq-to-sql c#-3.0

What are the factors to be considered when migrating to an earlier version of C#?

c# c#-3.0 migration c#-2.0

Prioritising Event Handlers

Should any domain object, not be serializable?

C# ControlCollection Extension GetAllTextboxes

Anybody know why the Output of this program is like this?(using iterator in c#)

c# c#-3.0 iterator

When the use of an extension method is a good practice? [duplicate]

c#-3.0 extension-methods