.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
2010-05-20 23:36:00   Source: Binding RadioButtons to an Enum in...   Tags: Silverlight

Binding TextBlock, ListBox, RadioButtons to Enums

Binding WPF controls to an enum property

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.
2008-02-17 06:00:00   Source: Enum Utilities   Tags: Components

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.
2012-09-03 18:00:00   Source: Moving Existing Projects to EF 5   Tags: Other

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.
2010-04-27 06:29:00   Source: Binding and using Friendly enums in WPF   Tags: WPF
1