Look at how XAML (both WPF and WinRT XAML) is being used and embraced around the world, and investigate how XAML controls are used in a UWP app to accomplish your Windows 10 design considerations.
-------------------------------------------------------------------------------------------------
Microsoft Virtual Academy (MVA) Course: A Developer's Guide to Windows 10 --- Video 3 | XAML Controls
(( 22 Videos in Total, in this series ))
http://www.microsoftvirtualacademy.com/training-courses/a-developers-guide-to-windows-10
Channel 9 Portal: https://channel9.msdn.com
Views: 1544
Collin Blake
Building a user interface can be complex since there are so many issues to consider. Here you'll learn how to create row definitions and column definitions, then specify how each control can ask to be placed inside of a given cell in a grid.
Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-008/UWP-008
Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10
-------------------------------------------------------------------------------------------------
Microsoft Channel 9 Course: Windows 10 Development for Absolute Beginners --- Video 8 | XAML Layout with Grids
(( 80 Videos in Total, in this series ))
Channel 9 Portal: https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners
Views: 15903
Collin Blake
Up until now, we've set the fonts, colors, sizes and more of the XAML controls we've used individually one at a time, however in some cases this causes our XAML to be bloated with a lot of repeated markup. However, styles allow us to gather up common settings that we want to apply across many XAML controls on a single page or across the entire app, give them a name, then apply them in a more organized and succinct manner.
Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-028/UWP-028
Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10
-------------------------------------------------------------------------------------------------
Microsoft Channel 9 Course: Windows 10 Development for Absolute Beginners --- Video 28 | XAML Styles
(( 80 Videos in Total, in this series ))
Channel 9 Portal: https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners
Views: 5182
Collin Blake
Bob tackles "the top of the page" where the XAML namespace declarations are generated by default in a new page template. He explains why schemas exist, how they help the produce and consumer of the XML to communicate, and more.
Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-007/UWP-007
Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10
-------------------------------------------------------------------------------------------------
Microsoft Channel 9 Course: Windows 10 Development for Absolute Beginners --- Video 7 | Understanding XAML Schemas and Namespace Declarations
(( 80 Videos in Total, in this series ))
Channel 9 Portal: https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners
Views: 8487
Collin Blake
Next you'll learn about new layout controls that help you build the distinctive hamburger navigation style used frequently in Windows 10. The RelativePanel allows you to align edges of controls to edges of other controls or the window itself.
Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-017/UWP-017
Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10
-------------------------------------------------------------------------------------------------
Microsoft Channel 9 Course: Windows 10 Development for Absolute Beginners --- Video 17 | XAML Layout with RelativePanel
(( 80 Videos in Total, in this series ))
Channel 9 Portal: https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners
Views: 8489
Collin Blake
Windows 10 on both desktop and phone allow the user to change their preferred colors. As developers we can utilize those colors in our application to make it seem like it belongs amongst the user's other apps. We'll also discuss high contrast themes and more.
Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-029/UWP-029
Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10
-------------------------------------------------------------------------------------------------
Microsoft Channel 9 Course: Windows 10 Development for Absolute Beginners --- Video 29 | XAML Themes
(( 80 Videos in Total, in this series ))
Channel 9 Portal: https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners
Views: 5270
Collin Blake
Binding to a simple collection like a List[T] is find when all you need to do is bind the data once and never expect it to change. In this lesson we'll learn about a different collection that will notify all controls that are bound to it that it has new data to be displayed.
Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-041/UWP-041
Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10
-------------------------------------------------------------------------------------------------
Microsoft Channel 9 Course: Windows 10 Development for Absolute Beginners --- Video 41 | Keeping Data Controls Updated with ObservableCollection
(( 80 Videos in Total, in this series ))
Channel 9 Portal: https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners
Views: 8414
Collin Blake
Answer to Question:
http:--social.msdn.microsoft.com-Forums-en-US-wpf-thread-ee56c088-5f81-48e9-a8b0-1e681da9e57a-
Views: 2227
Makito
After all you complete in your app, if you still find your app slow and lagging, its like a pain in your ass! After all, it's your hard work and dedication!
So we decided to give you the main tips on how to speed up your performance.
Hope you like it! ;)
To get Shift Image Class, simply download Shift Store from the link below. (Make sure you are on the latest version) Download it from framework tab in Store. It' free of cost.
For details related to Shift Image Class, you can also check this video out: https://www.youtube.com/watch?v=rqwCqzeWgjI
Download(Direct Download Link) the Shift Store from: https://drive.google.com/uc?export=download&id=1kdC4SiSnceEFcSsRY6z-MwhvjxNQ-R7s
For details related to Update, Invalidate and Refresh:
https://blogs.msdn.microsoft.com/subhagpo/2005/02/22/whats-the-difference-between-control-invalidate-control-update-and-control-refresh/
For details related to Suspend Layout and Resume Layout:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/807fe4aa-d472-4bdc-b187-5bf128d68adf/suspend-and-resume-layout?forum=netfxbcl
For details related to NGEN:
https://blogs.msdn.microsoft.com/clrcodegeneration/2010/04/27/ngen-getting-started-with-ngen-in-visual-studio/
Thanks
Like, Share and Subscribe.
Views: 462
Shift Technologies
In this video we create a simple custom user control which acts as a spoiler button for displaying and collapsing content behind it. We also vaguely cover using dependency properties and how to implement our new custom control.
Button Style Code: https://pastebin.com/TqdABJKf
MainWindow.xaml: https://pastebin.com/M8tKwxUP
SpoilerControl.xaml: https://pastebin.com/H1JmChAH
SpoilerControl.cs: https://pastebin.com/YwtGVhEh
More Info: https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/dependency-properties-overview#dependency-properties-back-clr-properties
** Tip Jar **
Paypal: [email protected]
BTC: 3DkvwvcQ8Vt2U84jdtEhNBx2Ueai3Xttmu
ETH: 0xFf79A145e1ED6F538607Ec374968e605cbea758b
BCH: qqpgrnzuhc5hav4e79m8nfhmugs46jtl0ujxcu0tj5
LTC: MHXQmJA3hkwTPeArB9QPNkcLiHQx723yMb
Views: 4937
ToskersCorner
Newsletter signup (with exclusive discounts): https://iamtimcorey.com/general-sign-up (your email will be kept safe and you will not be spammed).
Facebook Page: https://www.facebook.com/IAmTimCorey/
Want to see a full C# application built from scratch (now with WPF and ASP.NET Add-Ons available)?
Check out this course: https://iamtimcorey.com/courses/csharp-from-start-to-finish/
WPF can be a tricky topic to get right. At first, it is fairly easy to get started. Then, you figure out that seemingly simple things aren't that simple. That's when you realize WPF was built on a different set of rules and ideas from WinForms. It works best with standards and systems in place. One popular standard is to use the MVVM pattern. In this video, I show you how to implement MVVM in WPF using a tool called Caliburn Micro.
Views: 52758
IAmTimCorey
Clip from "WPF 3.5 SP1 Graphics with David Teitlebaum" (Channel9.MSDN) showing a WPF 3D Window.
Views: 17865
goldman099
Subscribe to our channel here for notifications on new video trainings. For more videos on technology, visit our website at http://www.techytube.com.
By [email protected], for more from this author visit:
http://www.techytube.com/author/mzmuda
In our last video, we covered using Event Handlers in C# and XAML.
Next, we will return to the presentation side of the application and work with styles.
Styles, similar to CSS, allow us to quickly 'theme' the entire application, as well as any sub-components.
In this video, I will show you how to change the overall style of an application as well as styling individual controls.
References
C# Hello World -- http://msdn.microsoft.com/en-us/library/windows/apps/hh986965.aspx
Views: 1966
techytube
Windows Template Studio is a Visual Studio 2017 Extension that accelerates the creation of new Universal Windows Platform (UWP) apps using a wizard-based experience. The resulting UWP project is well-formed, readable code that incorporates the latest Windows 10 features while implementing proven patterns and best practices. Sprinkled throughout the generated code we have links Docs, Stack Overflow and blogs to provide useful insights.
You can install it over at http://aka.ms/wtsinstall and check out the source code on GitHub at http://aka.ms/wts
To see all the videos from Windows Developer Day - Fall Creators Update event visit: https://channel9.msdn.com/Events/Windows/Windows-Developer-Day-Fall-Creators-Update
Views: 6000
Microsoft Visual Studio
Now that we understand how to utilize the RelativePanel and SplitPanel, and we have access to new controls in the Toolbox, we can build a "poor man's" hamburger style navigation system that can easily be re-used throughout the remainder of this series of lessons.
Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-021/UWP-021
Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10
-------------------------------------------------------------------------------------------------
Microsoft Channel 9 Course: Windows 10 Development for Absolute Beginners --- Video 21 | Implementing a Simple Hamburger Navigation Menu
(( 80 Videos in Total, in this series ))
Channel 9 Portal: https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners
Views: 12082
Collin Blake
Lets make a simple Task List in WPF. An intro to one of the classic Windows frameworks originally introduced in 2006.
WPF is still very common on Windows and powers most of the modern applications you use. It's design language also heavily influenced other UI frameworks at Microsoft including Silverlight and the Universal Windows Platform.
This is sort of an introductory video about WPF. We'll cover XAML, Code Behind and more including using MVVM and Data Binding to build our list. We'll also explore some of the potential gotcha's with Data Binding (like the UI not updating as your data changes).
Is there more you want to learn about WPF or questions you have? Let me know in the comments!
Want to learn more about WPF? Microsoft has a very complete set of information about it on MSDN: https://msdn.microsoft.com/en-us/library/ms754130(v=vs.110).aspx
Music Credits:
"Bit Quest" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0 License
http://creativecommons.org/licenses/by/3.0/
Views: 1394
World of Zero
A new series introducing WPF Applications from scratch. I'll be covering the basics and doing some small projects along the way (because showing you how buttons work for 15 minutes is boring).
XAML (prnounced zammel) is very important for all modern Windows development. In this video I'm going to take you through the basics, the terminology and how to start using it. The next video will cover more basics and give you a better example of how to use XAML.
More information
* Schema information: http://simple.wikipedia.org/wiki/Database_schema
* Overview of XAML: https://msdn.microsoft.com/en-us/library/cc189036(VS.95).aspx
* Walkthrough for XAML: https://msdn.microsoft.com/en-us/library/bb514686(v=vs.90).aspx
Finished Project: https://www.dropbox.com/s/p70s41pokkmti73/XAML_Intro.zip?dl=0
Views: 7248
Nicholas Dingle
Now we move on to learn about working with data in our apps. What can we do when we want to work with collections of data and display that data to a user? In this lesson we learn about the concept of data binding, how to bind a special Grid and List control (the GridView and ListView, respectively) to display the data in a tabular or list fashion. We'll also learn about creating data templates that define the layout for each instance of the class we're binding to.
Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-040/UWP-040
Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10
-------------------------------------------------------------------------------------------------
Microsoft Channel 9 Course: Windows 10 Development for Absolute Beginners --- Video 40 | Data Binding to the GridView and ListView Controls
(( 80 Videos in Total, in this series ))
Channel 9 Portal: https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners
Views: 27145
Collin Blake
[Window Tutorial] Visual Basic.NET WPF Tutorial - Getting Started and Creating Your First Application.
Designing a User Interface for a WPF Application
WPF for the Visual Basic Programmer
Visual Basic WPF Example
WPF Tutorial : Beginning
WPF - Visual Basic
Searches related to visual basic wpf
xaml wpf
databinding wpf
msdn wpf
wpf example
directx wpf
wpf vb tutorial
wpf events handled
wpf form events.
SUBSCRIBE for more videos!
Views: 56
Duong Nguyen Manh
Промокод на скидку 15% на все курсы ITVDN- H94BCAB
Полный видео курс можно посмотреть на сайте:
http://itvdn.com/ru/video/wpf?utm_source=yb_full_wpf
Видео курс Windows Presentationi Foundation (WPF) необходим начинающим UI разработчикам, которые уже имеют опыт программирования на языке C#. После видео курса вы легко сможете создавать Desktop приложения. Вы узнаете о таких сложных конструкциях как маршрутизируемое событие и свойство зависимости, узнаете как использовать контейнеры компоновки, ресурсы, команды. Сможете манипулировать пользовательским интерфейсом черес элементы управления, узнаете о триггерах в WPF. После прохождения курса Вы научитесь создавать полноценные Desktop приложения со своим, авторским адаптивным дизайном.
Первый урок является вводным, программа которого состоит из:
Преимуществ технологии WPF
Архитектуры WPF
Визуализации элементов управления WPF
Особенностей построения графических приложений в Windows
Основ XAML
Загрузки и компиляции XAML.
Благодарим всех за лайки, перепосты, добавление в избранное!
http://itvdn.com – видеопортал по обучению технологиям Microsoft.
А также подписывайтесь на нас в социальных сетях:
https://vk.com/itvdn
https://www.facebook.com/ITVDN.EDU
https://twitter.com/ITVDN/media?lang=ru
https://www.linkedin.com/company/6387921?trk=tyah&trkInfo=clickedVertical%3Acompany%2CclickedEntityId%3A6387921%2Cidx%3A1-1-1%2CtarId%3A1438852143751%2Ctas%3Aitvdn https://plus.google.com/u/0/b/105095275137897914412/+ItvdnEDU/posts
Свои предложения присылайте на почту: [email protected]
Views: 61283
ITVDN
Subscribe to our channel here for notifications on new video trainings. For more videos on technology, visit our website at http://www.techytube.com.
By [email protected], for more from this author visit:
http://www.techytube.com/author/mzmuda
In our last video, we introduced styling elements with pre-existing styles.
Next, we will look at creating our own style.
New styles can be made by 'cloning' an existing style, and then changing the specifications for that style.
In this video, I will show you how to create your own style, and apply it to a control.
References
C# Hello World -- http://msdn.microsoft.com/en-us/library/windows/apps/hh986965.aspx
Views: 687
techytube
WPF C# Image Source
c# Load Images in WPF application
c# - How to load image to WPF
c# - Using Image control in WPF to display
c# - image problem in wpf
c# - Adding Image to wpf
Searches related to images with wpf c#
c# wpf image source
c# wpf background image
c# wpf button image
c# wpf rotate image
Views: 163143
ProgrammingKnowledge
In this video we learn to use variables , visibility, random numbers, and XAML in WPF and VB.NET
Views: 366
Malik Stalbert
using SolidColorBrush, LinearGradientBrush and RadialGradientBrush in xaml
Something I forgot to mention in the video, You can control the direction of the LinearGradientBrush using its StartPoint and EndPoint property. E.g. for a horizental brush use StartPoint="0,1" EndPoint="1,1".
How to define the Color property: http://msdn.microsoft.com/en-us/library/system.windows.media.solidcolorbrush.color%28v=vs.95%29.aspx
Visit my blog at: http://zahidakbar.wordpress.com
Views: 824
TheZaza101
A video showcasing some of Actipro WPF Studio's Visual Studio 2010 designer integration that is available right now. WPF Studio is a huge bundle of native WPF controls that include everything from advanced editors to docking windows and MDI. Download a free evaluation at actiprosoftware.com.
Views: 4183
Actipro
http://xamldeveloper.net/
In WPF apps, you might want to resize controls at runtime, for example, when you create some template for a form. This video will show you how to resize WPF controls at runtime.
Download sample: https://code.msdn.microsoft.com/How-to-Resize-WPF-panel-on-62fbbf12
Views: 3966
XAML Developer Network | .Net Platform
Was wollt ihr als nächstes sehen? Kommentieren & Bewerten. THX
Windows 8 steht vor der Türe, Grund genug um mal einen Blick in die Windows 8 Developer Preview zu werfen und sich mit Metro Style Apps zu beschäftigen. Doch bevor wir anfangen Metro Style Apps mit XAML und C# zu programmieren müssen wir erst einmal die Windows 8 Developer Preview herunterladen und sowohl Windows 8 und die Developer Tools installieren, denn wir benötigen ein Visual Studio 11 um Metro Style Apps zu schreiben. Hier haben wir 2 Möglichkeiten entweder ein Dual Boot Setup oder eine virtuelle Umgebung. Ich habe mich für letzteres entschieden. In diesem Tutorial gebe ich euch einen ersten Einblick in die Entwicklung von Metro Apps mithilfe der von MSDN zur Verfügung gestellten Ressourcen. Metro Style Apps können sowohl in HTML5 mit JavaScript als auch mit XAML und C#, VB und C++ entwickelt werden. C++ bietet sogar eine DirectX 11 Unterstützung für Metro Style Apps. Was wird hier gezeigt? Natürlich mehrere Hello World Beispiele, wie man ein Metro Style Projekt in Visual Studio 11 erstellt. Dann die berühmten „app capabilities" (internetClient, internetClientServer, privateNetworkClientServer, documentsLibrary, picturesLibrary, videosLibrary, musicLibrary, defaultWindowsCredentials, etc.) und wie man RSS Feed Daten aus dem Internet liest. Nach der Logik Programmierung erfolgt dann die Layout Erstellung mittels XAML. Hier sehen wir viele alte Bekannte Controls wieder, wie das Grid, Stackpanel, Button, Labels, Images, Graphics und nicht zuletzt Data und web views. Zuletzt werden unsere gelesenen Feed Daten dann an die UI gebunden. Im nächsten Video setzen wir dann VirtualBox auf und installieren einen Virtuellen Computer mit Windows 8. Wenn das erledigt ist werden wir uns diverse Metro Style App Beispiele ansehen und anfangen unsere ersten eigenen Programme zu schreiben.
Metro (design language) ist der Codename für eine von Microsoft neu entwickelte Plattform übergreifende Design Sprache. Metro Design Apps finden sich auf dem Windows Phone 7, der Xbox 360 seit dem neusten Update und demnächst auf der Metrooberfläche von Windows 8 und nicht zuletzt Zune Wiedergabegeräten. Die Designelemente sind schlicht, einfarbig und klar in der Struktur. Die Typografielastige Struktur, soll modern und frisch wirken. Zudem finden sich die Designprinzipien auf aktuellen Microsoft Webseiten. Ich denke wir werden die kleinen Kacheln demnächst öfter im Internet antreffen da sie einfach Mode werden. Zudem ist es für Programmierer einfacher schicke Applikationen zu entwickeln die auf Icons und sonstige Grafikelemente (fast) ganz verzichten. Denn welcher Programmierer ist schon ein begnadeter Designer?
Views: 11672
OnMatthias
Review of 'Elysium Extra WPF SDK'. Find out more at:
http://rehansaeed.co.uk/wpf-metro-part4-elysium-extra
Views: 8666
Muhammad Rehan Saeed
Need a quick reminder about what we covered in the previous lessons? Do you remember viewing a video that explained or demonstrated a technique in code, but don't want to re-watch the entire video series to find it again? This cheat sheet review video is for you.
Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-030/UWP-030
Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10
-------------------------------------------------------------------------------------------------
Microsoft Channel 9 Course: Windows 10 Development for Absolute Beginners --- Video 30 | Cheat Sheet Review: Controls, ScrollViewer, Canvas, Shapes, Styles, Themes
(( 80 Videos in Total, in this series ))
Channel 9 Portal: https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners
Views: 2657
Collin Blake
User Controls allow you to encapsulate common passages of XAML that you intend to use frequently, whether on a single page or across the entire app. However, User Controls are most helpful when you want to change the size of the data template for a GridView or ListView when employing an adaptive layout. This video shows you how.
Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-042/UWP-042
Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10
-------------------------------------------------------------------------------------------------
Microsoft Channel 9 Course: Windows 10 Development for Absolute Beginners --- Video 42 | Utilizing User Controls as Data Templates
(( 80 Videos in Total, in this series ))
Channel 9 Portal: https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners
Views: 7133
Collin Blake
India Is Gaming (Website): http://indiaisgaming.com
India Is Gaming (Forum): http://indiaisgaming.com/forum
Here I showcase a step by step guide to create a basic WPF Application in Visual Studio 2010 using .Net framework 4. We use C# for the back coding in this tutorial.
Views: 161456
WhyThisTutorialNow
In this fourth part of my series I cover Converters and the MVVM Light Messenger. The source code is available at https://github.com/codingfreak/blogsamples/tree/master/MvvmSample and the blog article can be found under http://wp.me/p6voJn-LD.
Views: 4529
Alexander Schmidt
Creating Notification Popup Window in C# step by step. The C# Basics beginner course is a free C# Tutorial Series that helps beginning programmers learn the basics of the C# Programming Language. This is the best way to Learn C# for beginners
c# - How do I create a popup notification form?
How to create PopupNotifier in C# - MSDN
How to create an app in c# that will popup a notification message
How to display notification popup or message using c# .net
How to make a notification in C# in Windows 10
Notification Area Icon in C# Windows Forms
Views: 48914
Fox Learn
Thank you for Watching!!
Let me know your opinion of the Metro User Interface in the comments below. There are some links below to help you get started in developing your Metro App and where to download Windows 8 Developer for free.
Have a great day and I'll see you next time.
ttyl
Tanya
Oracle VirtualBox Tutorial Video
http://youtu.be/fMb5rS4EPlw
Oracle VirtualBox
https://www.virtualbox.org/wiki/Downloads
Windows Dev Center
http://msdn.microsoft.com/en-us/windows/br229518
Windows 8 Developer Preview English, 64-bit (x64): Free Developer Copy
http://msdn.microsoft.com/en-us/windows/apps/br229516
Windows Metro Style App
http://msdn.microsoft.com/library/windows/apps/br211386
Windows Metro Style App Development
http://msdn.microsoft.com/library/windows/apps/br211386
Views: 2886
SysAdmGirl
We'll have 2 talks focusing on using F# for client development.
F# on iOS with Xamarin Studio and Mac
Xamarin.iOS lets you create iOS apps using F# and C#. In this talk we will cover how to build an iOS app in F#, including:
• A brief overview of using Xamarin Studio on a Mac for development
• Interop between normal Objective-C objects and Mono objects
• What to do in C# (instead of F#), and why
• Using F# MailboxProcessors to build a reactive UI
• Mixing Objective-C, C, C++ and F# in a project
• Testing
About the speaker:
James Moore is a Senior Software Developer at Digium, where he works on iOS and Android applications. He's interested in applying functional programming ideas to user interfaces in the mobile space, using both F# and Scala. He's responsible for the AndroidProguardScala Eclipse plugin, making Scala-on-Android development much more pleasant. In the past, he's worked on consumer and enterprise web applications at companies including Classmates and MP3.com.
New Developments in Client Application Development with F#
While many developers have seen the light, and embrace F# for their back end logic, front end development is an area often ignored. F# is often relegated to the background, and other languages and tool sets are picked for the front end development, leading to a multi-language development environment and setup. This talk will focus on showing how F# is uniquely suited to be used through the entire development process, especially when doing XAML development.
F# has some unique features which make it particularly suited to client side development. We'll look at two new open source libraries which embrace unique features within the F# language for XAML developers. The first of these enables much more elaborate WPF development from pure F# projects by via a new type provider. The second project we'll demonstrate contains with an MVVM library geared towards usage specifically for F#, as well as a new type provider which eases a functional style of development for the middle layer in client side development, usable from WPF as well as on other platforms, including iOS and Android.
About the speaker:
Reed Copsey, Jr. creates scientific software. He is the CTO of C Tech Development Corporation, a company developing 3D software for the Earth Sciences. He is an F# enthusiast, avid contributor on Stack Overflow and the MSDN Forums, the founder of the Bellingham Software Developers Network, and a Microsoft MVP in Visual C#.
Views:
Community for F#
The 10th in a series of relatively informal videos for people new to Visual Basic, programming, Visual Studio (etc). Presented in a warts'n'all style, to help emphasise that it is OK to be experimenting and finding out new stuff.
Very brief overview of Windows Presentation Foundation 'first program'; to introduce the similarities and differences from Windows Forms...
Views: 36
PatParslow
Visual Studio 2019 Preview | Demo by Microsoft.
Official Microsoft blog post: https://blogs.msdn.microsoft.com/visualstudio/2018/12/04/making-every-developer-more-productive-with-visual-studio-2019/
Original video: https://www.youtube.com/watch?v=mQdGg3nhIq4
Subscribe to Microsoft Visual studio account.
Views: 888
dsimpande
For today's WPF Tutorial we are going to be talking about the Expander control in WPF!
Views: 32142
Continuously Building
How to make a Aero Wizard Step in C#. The C# Basics beginner course is a free C# Tutorial Series that helps beginning programmers learn the basics of the C# Programming Language. This is the best way to Learn C# for beginners
Wizard .NET Library
WinForms Aero Wizard in C#?
Aero Wizard Demo - MSDN
Aero Wizards Sample (Windows) - MSDN
C# Windows Aero Style Wizard Control - CodeProject
Aero wizard using C# - Programming
Views: 2754
Fox Learn
Поддержать проект - http://www.donationalerts.ru/r/bytepp
В этом видео мы создадим наш первый проект в XNA Framework. Изучим структуру проекта, основные методы и поля. Научимся отрисовывать объекты в XNA Frmaework, поговорим о координатах в 2D играх.
Ссылка на XNA https://vk.com/doc263476118_462996225
HowTo https://blogs.msdn.microsoft.com/uk_faculty_connection/2015/11/02/installing-xna-with-visual-studio-2015/
Views: 2281
Byte++
How to make a Aero Wizard in C#. The C# Basics beginner course is a free C# Tutorial Series that helps beginning programmers learn the basics of the C# Programming Language. This is the best way to Learn C# for beginners
Wizard .NET Library
WinForms Aero Wizard in C#?
Aero Wizard Demo - MSDN
Aero Wizards Sample (Windows) - MSDN
C# Windows Aero Style Wizard Control - CodeProject
Aero wizard using C# - Programming
Views: 2740
Fox Learn
In this WPF Tutorial We will learn:
--How to Show time on Window in WPF
--How to use DispatcherTimer class in WPF
--How to Handle Tick event of DispatcherTimer class
--How to set Start on Application Load
Views: 5770
WPF
Every journey begins with a single step, and here you'll build your first "Hello World" style app. You'll see how to create user interfaces by utilizing the Toolbox and the special XAML designer pane. Furthermore, you'll handle an event and write C# to react to that event. Simple, but powerful ideas to get you started.
Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-002/UWP-002
Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10
-------------------------------------------------------------------------------------------------
Microsoft Channel 9 Course: Windows 10 Development for Absolute Beginners --- Video 2 | Creating your First Universal Windows Platform App
(( 80 Videos in Total, in this series ))
Channel 9 Portal: https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners
Views: 64135
Collin Blake
Learn about User Interface Automation, or UIA, which is Microsoft's current Accessibility API.
Links referenced in the video:
UIA Overview, https://msdn.microsoft.com/en-us/library/windows/desktop/ee684009.aspx
Windows Developer Support, https://developer.microsoft.com/en-us/windows/support
Windows UIA Blog, https://blogs.msdn.microsoft.com/winuiautomation/
Hierarchy, https://msdn.microsoft.com/en-us/library/windows/desktop/ee671698(v=vs.85).aspx
Control Patterns, https://msdn.microsoft.com/en-us/library/windows/desktop/ee671194(v=vs.85).aspx
Properties, https://msdn.microsoft.com/en-us/library/windows/desktop/ee671594(v=vs.85).aspx
Control Types, https://msdn.microsoft.com/en-us/library/windows/desktop/ee671197(v=vs.85).aspx
Inspect, https://msdn.microsoft.com/en-us/library/windows/desktop/dd318521(v=vs.85).aspx
AccEvent, https://msdn.microsoft.com/en-us/library/windows/desktop/dd317979(v=vs.85).aspx
Windows Ease of Access Center, https://support.microsoft.com/en-us/help/17180/windows-10-make-your-pc-easier-to-use
Narrator Getting Started User Guide, https://support.microsoft.com/en-us/help/22798/windows-10-narrator-get-started
Views: 5674
MSFTEnable
Clip from "WPF 3.5 SP1 Graphics with David Teitlebaum" (Channel9.MSDN) showing a WPF Textbox on a waving cloth background.
Views: 7021
goldman099
http://quantlabs.net/blog/2013/02/youtube-video-on-microsoft-dotnet-libraries-for-refactoring-decompiling-and-guis-for-windows-8-wpf-or-silverlight/
Views: 172
Bryan Downing
Joe Stegman talks about creating XAML UI for Windows Store apps. He mentions the flexibility of XAML being accessible from C++, VB and C#, and the great performance you will get out of the engine (which is written in native code). Learn more about the new XAML UI platform at the Windows devcenter and follow Joe's advice and start building your apps.
Ready to Get Started?
1.Visit the Windows Developer Center for a myriad of sample, docs and guidelines: http://bit.ly/PwV3sE
2.Join the Generation App program and get a jumpstart building your Windows Store app. http://bit.ly/PwVi6R
Views: 75
MSUserCommunity
Playing around with Blend Behaviors and Stars like in this MSDN video
http://channel9.msdn.com/Shows/SilverlightTV/Using-Behaviors-in-Blend-4-Silverlight-TV-30
Maybe just showing why I'm not a UX Designer.
Views: 415
goldman099
XAML Basic Course : Canvas ( Windows 8 apps , Silverlight , WPF , Metro style apps )
Views: 484
Djibril Chimère Diaw