Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Set Nested Property Values using Reflections

c# .net reflection

Word by word diff comparison of two strings in .NET

How do I update a listview item that is bound to a collection in WPF?

LINQ to XML: handling nodes that do not exist?

c# xml linq linq-to-xml

Winforms control showing text and supporting individual line coloring

How to create a full screen application in Win CE 6.0 using .NET Compact Framework 3.5?

c# compact-framework

How do I detect a custom plugin in Firefox/IE/Chrome?

Need generic utility C# method for populating ASP.NET DropDownList

c# asp.net

What are the performance implications of passing structs in an array by reference in C#

c# performance xna

The event for middle mouse down and move

c# winforms

Windows File Explorer control

c# controls

Getting all fields - including inherited ones - with a custom attribute

c# reflection attributes

Creating an IDisposable class in c# which cleans up an SqlConnection when finished with

What is the most efficient way to place a list of drives in a ComboBox using C#?

c# arrays list combobox

Loop though IList, but with for loop, not for each

c# for-loop

Entity Framework SQL Query Execution

More about Virtual / new...plus interfaces!

Why must I remove the xmlns attribute to deserialize my XML file?

Is there a standard method to create a configuration file for C# program?

c# configuration

Entity Framework, AutoMapper, handling entity updates