Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

NServiceBus - Type was not registered in the serializer - Fix?

"The type 'System.Windows.Forms.TreeNodeCollection' has no constructors defined"

how to retrieve a querystring value from an .aspx page and pass it to ascx page

Setting File Associations with ClickOnce

How to call generic method if I have only Type instance?

.net generics

Execute a command line utility in ASP.NET

c# .net asp.net

DataGrid Setting the size of columns in code behind when the columns are auto generated

c# .net wpf wpfdatagrid

explicit cast operator applied to instance created through reflection

Abstract type as parameter in method (.net, c#)

c# .net generics

How to use ToList on Collection<T>

c# .net linq

Passing Anonymous types as parameters to the functions

.net anonymous-types

.NET Save DateTime and completely ignore timezone

c# .net

How to conditionally set base class in declaration

c# .net entity-framework t4

LINQ query null exception when Where returns 0 rows

Is value type boxing when it is a field of reference type?

c# .net value-type boxing

DependencyProperty of type "Binding" is not being updated

Using ChannelFactory<T> To Create Channels with Different Credentials

.net wcf channelfactory

Cannot print to console using yield return

c# .net yield-return

Which technique is correct if not using exceptions?

c# .net

Trouble parsing an XML string. Should be simple

c# .net xml