Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to FindControls in repeater control?

c# asp.net controls repeater

Hooking into DirectX application

c# .net directx

Unit testing custom FxCop rules

c# unit-testing fxcop

hooking into SVN in a asp.net web application

c# svn

Passing data across appdomains with MarshalByRefObject

C#.net Use HTMLDocument from Console?

c# .net console

.NET application very slow to start - cryptnet.dll trying to access IP in Bermuda

c#

Handling collection properties in a class and NHibernate entities

c# nhibernate oop collections

XML parsing with C#, XPath

c# xml xpath

Fluent NHibernate PersistenceSpecification CheckList

How to test that an expression is short-circuited

C#: capture screen from Windows service

c# image-capture

How to read user settings in app.config from a diff app?

c# winforms

DataBinding of DataGridView and List<> with BindingSource

Marshal struct with array member in C#

c# arrays struct marshalling

Why does CurrentUICulture.DisplayName say "English (United States)" and not "English (United Kingdom)"?

c# localization

Avoid exception on XML selectSingleNode function

c# .net xml

C# Windows form Control to Image?

c# winforms graphics

Parameter converted from null to DateTime.MinValue when called using Invoke in C# 2.0

c# reflection

Collection Randomization using Extension Method [duplicate]

c# extension-methods