No announcements
Found 1810579 threads
-
0 Votes
Enum model binding [FromRoute] behaves differently than [FromBody] in .net core
User711641945 posted Hi Eduardo, The default value of options SuppressBindingUndefinedValueToEnumType is true after .net core 2.1.Answered | 5 Replies | 493 Views | Created by Anonymous - Sunday, August 11, 2019 3:45 PM | Last reply by Anonymous - Tuesday, August 13, 2019 10:09 AM -
1 Votes
'Assume' behaves differently with a message than without.
The static checker is giving me different results on an Assume statement, depending on whether I include a message in the method.Answered | 2 Replies | 4690 Views | Created by David K Allen - Thursday, June 18, 2009 4:40 AM | Last reply by Francesco Logozzo - Wednesday, June 24, 2009 12:11 AM -
1 Votes
Bind enum to radionbuttons
Put the "many" buttons in ListView, and you could bind the enum to ListView.ItemsSource, then each one radiobutton can be bound to one value in your enum.Answered | 1 Replies | 1562 Views | Created by Allen Li - Coding4Fun - Monday, December 17, 2012 1:54 AM | Last reply by Jie Bao - Monday, December 17, 2012 5:00 AM -
2 Votes
Bind enum to combobox
Resolved with Dictionary: private Dictionary<Definition.SchedActiveEnum, string> _schedActive; public ...Answered | 5 Replies | 1491 Views | Created by robertino_salemi - Thursday, February 19, 2015 5:05 PM | Last reply by Andrew Brough - Friday, February 20, 2015 4:05 PM -
1 Votes
binding with enum and database field
Hi, You could bind your comboBox to an enum Property on your DataContext (your ViewModel or your ...Answered | 2 Replies | 3216 Views | Created by Mehmood Ahmed - Monday, October 10, 2011 7:37 PM | Last reply by koshdim - Tuesday, October 11, 2011 2:45 PM -
2 Votes
Enum !
Since Enum is the base class of all Enums, it can't compare the specific subclasses since a super-class should never know about the sub-class implementations.Answered | 10 Replies | 4340 Views | Created by ellipsisware - Wednesday, April 13, 2011 6:21 PM | Last reply by James Michael Hare - Saturday, April 16, 2011 1:23 AM -
0 Votes
Binding enum values to combobox
Please visithttp://adilamughal.blogspot.com/2009/01/binding-enum-to-combobox.html Thanks.Answered | 6 Replies | 21516 Views | Created by Dmano - Thursday, April 3, 2008 5:18 AM | Last reply by fs - ab - Thursday, March 5, 2015 10:13 PM -
0 Votes
What is the difference between .net Standard and .net Core multi target?
Something that I couldn't do with .net Core because in this case the cross plantform means different OS (linux, windows, mac) but I can't use this class library on ...Answered | 1 Replies | 660 Views | Created by ComptonAlvaro - Sunday, May 21, 2017 10:00 AM | Last reply by Sabah Shariq - Monday, May 22, 2017 2:20 PM -
0 Votes
.net core upgrading or extending.
In most cases, you still don’t need to migrate your current .NET applications like ASP.NET apps to run on .NET Core.Answered | 1 Replies | 1727 Views | Created by boobyy - Wednesday, July 12, 2017 6:29 AM | Last reply by 宝宝徐 - Tuesday, July 18, 2017 10:45 AM -
0 Votes
CF EF CTP5 enums in model how to?
Ef didn´t support Enums This is the principal request for next version:Answered | 1 Replies | 4859 Views | Created by Kuvalda.Spb.Ru - Thursday, January 6, 2011 8:18 PM | Last reply by Felipe Fujiy Pessoto - Thursday, January 6, 2011 10:06 PM -
2 Votes
combobox bind enum
It does not save the enum object at all, just the ToString() representation.Answered | 9 Replies | 4291 Views | Created by kkkJoe - Monday, February 23, 2009 9:39 AM | Last reply by Rudedog2 - Wednesday, February 25, 2009 3:38 PM -
1 Votes
Binding Enum to combobox and is int value to datagrid cell
Like I said you need to change the type of the bound field to the enum or use a converter.Answered | 4 Replies | 2920 Views | Created by babucr - Monday, October 16, 2017 6:09 PM | Last reply by sqlguy - Tuesday, October 17, 2017 12:19 PM -
0 Votes
.NET Core project subtypes
.NET Core projects are implemented with the Common Project System (CPS).Answered | 3 Replies | 1147 Views | Created by pepone.onrez - Monday, December 18, 2017 1:30 PM | Last reply by Ed Dore - Wednesday, December 20, 2017 2:51 AM -
0 Votes
What is .NET Core?
I found some other community members also discussed this difference before, please check this: Difference between Asp.Net ...Answered | 4 Replies | 1514 Views | Created by Chiranthaka J - Monday, March 13, 2017 8:07 AM | Last reply by Pragati Katiyar - Wednesday, June 3, 2020 12:26 PM -
1 Votes
Pos for .Net (.Net Core)
Harry, No Windows.Devices.PointOfService is a Windows API Namespace whereas POS for .NET is a .NET Class library add-on to Windows.Answered | 10 Replies | 4675 Views | Created by Elias Ulahannan - Monday, November 27, 2017 11:51 AM | Last reply by Terry Warwick - Friday, February 22, 2019 6:48 PM -
2 Votes
How to pass enum values in C#.net
The only difference is that you have to include the enum type name, so you specify Playfun.start Mattias, C# MVPAnswered | 2 Replies | 4856 Views | Created by Iniyan - Thursday, October 9, 2008 6:30 AM | Last reply by Kirankumarsrinivasan - Thursday, October 9, 2008 7:03 AM -
0 Votes
How to bind enum to winform combobox using objectdatasource
I wrote a blog post about it here: http://msmvps.com/blogs/deborahk/archive/2009/07/10/enum-binding-to-the-description-attribute.aspx Hope this ...Answered | 1 Replies | 4263 Views | Created by valeriomanfredi - Thursday, October 1, 2009 8:25 AM | Last reply by DeborahK - Thursday, October 1, 2009 7:02 PM -
2 Votes
.NET Core?
Dear friend, Please refer to the github page: https://github.com/dotnet/core/blob/master/samples/RaspberryPiInstructions.md Arm32 builds are ...Answered | 3 Replies | 967 Views | Created by Paulius123 - Tuesday, February 27, 2018 7:10 AM | Last reply by Jiong Shi - Wednesday, February 28, 2018 6:25 AM -
1 Votes
two way binding for combo box with an enum
Hi Sunil, The binding system will subscribe the INotifyPropertyChanged.PropertyChanged event to listen to the changes of the binding source.Answered | 11 Replies | 9000 Views | Created by Sunil Kumar Reddy - Monday, September 10, 2012 4:59 PM | Last reply by Min Zhu - Friday, October 5, 2012 8:23 AM -
10 Votes
Enum=Integer?
I have my Visual Studio IDE set to Option Strict ON by default, but for some reason it behaves a little differently when I include it as a declaration in my ...Answered | 14 Replies | 8937 Views | Created by Tekito - Thursday, September 24, 2009 1:53 PM | Last reply by Andrew B. Painter - Thursday, September 24, 2009 7:50 PM - Items 1 to 20 of 1810579 Next ›
No announcements