marcominerva.wordpress.com
Around and About .NET World | Marco Minerva's Blog | Page 2
https://marcominerva.wordpress.com/page/2
Around and About .NET World. Marco Minerva's Blog. Windows 10 IoT Core on ioProgrammo. I have written a new article for the n 200 of ioProgrammo (November/December 2015). This time I talk about Windows 10 IoT Core: from installation to first experiments with Raspberry Pi 2, we’ll explore the “T” part of the Internet of Things. NavigationService with MVVM Light and Template 10. Template 10 too comes with its own NavigationService. It is accessible from the Application BootStrapper. We’re associating...
marcominerva.wordpress.com
Full Screen Mode in Windows 10 Universal apps | Around and About .NET World
https://marcominerva.wordpress.com/2015/07/09/full-screen-mode-in-windows-10-universal-apps
Around and About .NET World. Marco Minerva's Blog. Full Screen Mode in Windows 10 Universal apps. Full Screen Mode in Windows 10 Universal apps. Windows 8/8.1 apps on a Windows 10 Desktop are shown in window, as usual. But, in this case, on the title bar appears a button that allows to put the app in full-screen mode, to resemble the old style. So, for example, we can write something like this:. Method (line 6) to return to the standard windowed mode. Otherwise, we call TryEnterFullScreenMode. Note that ...
marcominerva.wordpress.com
Easily manage the Title Bar in Windows 10 apps | Around and About .NET World
https://marcominerva.wordpress.com/2015/05/19/easily-manage-the-title-bar-in-windows-10-apps
Around and About .NET World. Marco Minerva's Blog. Easily manage the Title Bar in Windows 10 apps. Easily manage the Title Bar in Windows 10 apps. Windows 10 apps run in a window like any standard desktop application. This means that now they have a title bar, that by default is gray, has the name of the app on the left and the standard three button on the right. However, if we need, we can customize its appearance and colors. Property. So, we need to do this via code. For example:. It’s more elega...
marcominerva.wordpress.com
Binding to Enum in Universal apps with localization | Around and About .NET World
https://marcominerva.wordpress.com/2015/03/19/binding-to-enum-in-universal-apps-with-localization
Around and About .NET World. Marco Minerva's Blog. Binding to Enum in Universal apps with localization. Binding to Enum in Universal apps with localization. When we work with enums, we may want to display description messages associated to symbolic names. For example, suppose we have the following model in our app that uses the MVVM pattern:. If we bind the CurrentStatus. Class, the desired result is to have values such as. Attribute and use it to decorate the enum:. Value is Enum) return null; var @enum...
marcominerva.wordpress.com
EnumStateTrigger for Universal Windows Platform | Around and About .NET World
https://marcominerva.wordpress.com/2015/07/07/enumstatetrigger-for-universal-windows-platform
Around and About .NET World. Marco Minerva's Blog. EnumStateTrigger for Universal Windows Platform. EnumStateTrigger for Universal Windows Platform. The new Universal Windows Platform introduces Adaptive Triggers. That allow to use declaratives rules in XAML to define transitions between visual states, as described in a previous post. The most interesting thing about this new concept is that we can define our triggers to handle specific scenarios: we simply need to inherit from the StateTriggerBase.
marcominerva.wordpress.com
Adaptive Triggers, RelativePanel and DataTemplate in the Universal Windows Platform | Around and About .NET World
https://marcominerva.wordpress.com/2015/05/12/adaptive-triggers-relativepanel-and-datatemplate-in-universal-windows-platform
Around and About .NET World. Marco Minerva's Blog. Adaptive Triggers, RelativePanel and DataTemplate in the Universal Windows Platform. Adaptive Triggers, RelativePanel and DataTemplate in the Universal Windows Platform. When developing for the Universal Windows Platform. We can use Adaptive Triggers. And controls like the RelativePanel. Let’s see a simple example:. RelativePanel VisualStateManager.VisualStateGroups VisualStateGroup VisualState x:Name=narrowView VisualState.StateTriggers Adaptive...Is ap...
marcominerva.wordpress.com
Windows 10 on ioProgrammo | Around and About .NET World
https://marcominerva.wordpress.com/2015/02/26/windows-10-on-ioprogrammo
Around and About .NET World. Marco Minerva's Blog. Windows 10 on ioProgrammo. Windows 10 on ioProgrammo. I have written an article for the n 196 of ioProgrammo (March/April 2015). In which I talk about the latest news on Windows 10 and how they will impact the world of developers. Binding to Enum in Universal apps with localization. An improved NavigationService for MVVM Light in Universal apps. Microsoft MVP Windows Development. We're launching a new program for our MVP community! RT @ alex m 84. Post w...
marcominerva.wordpress.com
My Apps | Around and About .NET World
https://marcominerva.wordpress.com/my-apps
Around and About .NET World. Marco Minerva's Blog. English version) Parla and Traduci. English version) Team Control. English version) NFC Launcher. Microsoft MVP Windows Development. We're launching a new program for our MVP community! Announcing The MVP Reconnect Program and The 2016 MVP Global Summit blogs.msdn.microsoft.com/stevengu/2016/. Ci sarò anch'io :-) wpc2016.it/Speakers/Speak. New features for #TimelineForms. The app I use to showcase #XamarinForms. Build di una Web App Asp.net.
marcominerva.wordpress.com
FullScreenModeTrigger for Universal Windows Platform | Around and About .NET World
https://marcominerva.wordpress.com/2015/07/14/fullscreenmodetrigger-for-universal-windows-platform
Around and About .NET World. Marco Minerva's Blog. FullScreenModeTrigger for Universal Windows Platform. FullScreenModeTrigger for Universal Windows Platform. Last week we talked about full-screen mode in Windows 10 Universal apps. In this scenario, we could have the need to adjust the UI when we enter full-screen mode. The best way to do so is to create an Adaptive Trigger. Public class FullScreenModeTrigger : StateTriggerBase { public bool IsFullScreen { get { return (bool)GetValue(IsFullScreenProperty...
SOCIAL ENGAGEMENT