c# Programming Glossary: unintuitive
Why is an “await Task.Yield()” required for Thread.CurrentPrincipal to flow correctly? http://stackoverflow.com/questions/16653308/why-is-an-await-task-yield-required-for-thread-currentprincipal-to-flow-corr context not the per thread call context. IMO this is quite unintuitive and I'd be curious to hear why it was implemented this way...
Why do I get InvalidCastException when casting a double to decimal http://stackoverflow.com/questions/1667169/why-do-i-get-invalidcastexception-when-casting-a-double-to-decimal has blogged about exactly this in depth. I agree it's unintuitive at first but he explains it well Representation and Identity..
WCF service proxy not setting “FieldSpecified” property http://stackoverflow.com/questions/1680356/wcf-service-proxy-not-setting-fieldspecified-property does anyone have a suggestion on how to get past this unintuitive and IMO broken behavior of the Visual Studio service proxy generator.. service share improve this question It might be a bit unintuitive and caught me off guard and reeling too but it's the only proper..
Controlling user workflow in Winforms http://stackoverflow.com/questions/2064196/controlling-user-workflow-in-winforms Preventing a user from selecting a tab makes for a very unintuitive user interface. Consider creating a wizard a UI gadget that..
How to delay static initialization within a property http://stackoverflow.com/questions/3065952/how-to-delay-static-initialization-within-a-property all the tricks you're still left with the following rather unintuitive result Context.Log value1 OK Context.Log value2 IGNORED You'd..
Why are C# number types immutable? http://stackoverflow.com/questions/3981827/why-are-c-sharp-number-types-immutable that is highly intuitive . The opposite is highly unintuitive. I guess that is subjective though in all fairness share improve..
Get element position after transform http://stackoverflow.com/questions/5266506/get-element-position-after-transform share improve this question It is a little bit unintuitive to do this but it can be done. It is a two step process. First..
Can I use ASP.NET MVC together with regular ASP.NET Web forms http://stackoverflow.com/questions/541703/can-i-use-asp-net-mvc-together-with-regular-asp-net-web-forms is that I'm finding ASP.NET Web forms to be somewhat unintuitive my personal taste only . So what I would like to do is use MVC..
|