Categories
- C++ (2)
- German (3)
- HowTo (4)
- Link (1)
- Microsoft (4)
- Microsoft Student Partners (2)
- Parallel Programming (1)
- Personal (10)
- Productivity (4)
- QuickTip (6)
- Rant (8)
- Thesis (2)
- Uncategorized (18)
because.
@cschleiden Is there a way to make #resharper recognize the Windows.UI… #winrt namespaces? @derigel @cschleiden Not yet Let’s just hope they release a new version together with the VS Beta.
It took me about 4-5 hours today to finally recognize why one my custom controls behaved in a strange way. It is a control derived from the Silverlight slider control and I encountered strange behavior when binding the Maximum and Minimum properties. After countless checks to make sure, that my ViewModel logic was flawless I [...]