The System.
Is there an attribute I can use when creating a table ? I tried [StringLength] but it seems to be ignored. …
c# .net entity-framework entity-framework-5 system.componentmodelI want to add some custom PropertyGrid-centric Attributes to the object's properties, to provide richer editing, hide some values and …
c# .net propertygrid system.componentmodel typedescriptorIs anybody could explain when and why we should use System.ComponentModel.Container, please? Recently I have met using of …
c# system.componentmodelI am trying to create an extension method that will return a List<string> containing all the Description …
c# reflection enums system.componentmodelWhat is AggregateCatalog? What does it mean when you construct a new AggregateCatalog()? What does it mean when you add …
c# .net mef catalog system.componentmodelI was looking at this post that describes a simple way to do databinding between POCO properties: Data Binding POCO …
c# .net data-binding poco system.componentmodelWhat is the difference between IEditableObject and IRevertibleChangeTracking (both from the System.ComponentModel namespace)? It looks as if the first …
c# .net vb.net system.componentmodel componentmodelUsing c# Is it possible using to associate properties for each enum items? I have used the Description Attribute to …
c# enums system.componentmodel