.NET news » Search results
Search results for query "enum" (5):
Binding RadioButtons to an Enum in Silverlight
How to bind an enum to radiobuttons in Silverlight/WPF
Binding TextBlock, ListBox, RadioButtons to Enums
Binding WPF controls to an enum property
2010-11-23 07:28:00 Source: Binding TextBlock, ListBox, RadioButtons to
Tags: WPF
Enum Utilities
In this article I will discuss some classes I've written to simplify working with enumerations. The primary thrust of these classes is added functionality, but in some cases there are performance improvements as well.
Moving Existing Projects to EF 5
To take advantage of enum support and other features added to Entity Framework in the Microsoft .NET Framework 4.5, you need the compatible version of EntityFramework.dll, EF 5. Julie Lerman helps to ease the migration.
Binding and using Friendly enums in WPF
This article will show you how to do the following, using WPF: bind to a Enumeration of enum values, display friendly names for enums, to aid the user experience.
1


Syndicate