|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
18 Articles match "Windows","XAML"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Silverlight 3
Deliver online business applications, multimedia websites, and games to Windows, Mac OS, and Linux clients. It lets you build multimedia websites, casual games, and online versions of line-of-business applications on Windows, MacOS, or Linux using a variety of browsers. Fundamentals This module will provide you with an overview of four core aspects of Silverlight development: the use of eXtensible Application Markup Language (XAML); the code-beside programming model; the use and declaration of dependency properties and the use and declaration of attached properties.
DevelopMentor Courses
- Wednesday, June 17, 2009
Essential Windows Presentation Foundation
XAML vs. Come get familiar with the dynamic and creative application development that Windows Presentation Foundation (WPF) enables. Learn how to best utilize WPF for building new projects and for porting existing Windows Forms, Microsoft Foundation Class, or traditional Win32 applications over to this new platform. You'll get answers to these questions: How can I cleanly separate my behavior, UI design, and resources using XAML? Come and learn to build exciting, rich GUI applications for Windows! Using XAML In this module, we?ll binding-aware?
DevelopMentor Courses
- Friday, June 12, 2009
Introducing Windows Presentation Foundation
Virtual Introducing Windows Presentation Foundation provides hands-on experience with the latest in Microsoft UI technologies. Come get familiar with the creative and dynamic application development that Windows Presentation Foundation (WPF) enables. See how to best utilize WPF for building new projects, or for porting existing Windows Forms, MFC, or traditional Win32 applications over to this new platform. How can I separate my UI design and business logic using XAML and data binding? See how WPF really works - and the best ways to take advantage of it.
DevelopMentor Courses
- Thursday, March 4, 2010
|
34 Articles match "Windows","XAML"
|
The Latest from DevelopMentor
|
MORE
|
|
Converting a C# workflow into XAML
A interesting question that came up last week was how to convert workflows defined in C# to XAML. co worker of one of the attendees of the Essential Windows Workflow Foundation 4 course had been experiencing a lot of problems with the workflow designer and decided to create their workflows in C# instead of using the designer to generate XAML. Fortunately it isn’t hard to save workflow objects, however they have been authored, into their XAML representation using the XamlServices. And now I can continue enhancing the XAML version and run that instead. Enjoy!
The Problem Solver
- Saturday, August 28, 2010
MSDN Roadshow in Maine
You’ll see Visual Studio 2010’s improved designer, microphone and webcam support, core API and XAML improvements, new out-of-browser options, and more. Weaving the Next Web” – ASP.NET 4, Windows Azure, and Beyond. It’s Your Call” – Windows Phone 7, Silverlight, and XNA. Windows Phone 7 is dialed in for a holiday 2010 release and developers can answer the call today by leveraging Silverlight or XNA skills to create and extend applications or games to reach to new customers in new ways. The Agenda: A Payload of Awesomeness. Sign up here.
The Blomsma Code
- Friday, May 7, 2010
MSDN Roadshow in Maine
You’ll see Visual Studio 2010’s improved designer, microphone and webcam support, core API and XAML improvements, new out-of-browser options, and more. Weaving the Next Web” – ASP.NET 4, Windows Azure, and Beyond. It’s Your Call” – Windows Phone 7, Silverlight, and XNA. Windows Phone 7 is dialed in for a holiday 2010 release and developers can answer the call today by leveraging Silverlight or XNA skills to create and extend applications or games to reach to new customers in new ways. The Agenda: A Payload of Awesomeness. Sign up here.
The Blomsma Code
- Friday, May 7, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Loading XAML Workflows in WF4
RC 1 Most of the time I used compiled workflows in Windows Workflow Foundation 4. Fortunately we can also load a workflow from the XAML file itself and execute the resulting workflow activity. This is done using the ActivityXamlServices class that will let us load the XAML file and return an activity, to be exact it returns a DynamicActivity as a wrapper around your definition. Note: This blog post is written using the.NET framework 4.0 Its nice and easy, you design the workflow, compile it and at runtime there is a.NET type you use to create and run workflows. Enjoy!
The Problem Solver
- Sunday, March 7, 2010
-
Getting started with Windows Workflow Foundation 4
As you may have heard Windows Workflow Foundation 4 is not an upgrade from Windows Workflow Foundation 3 (or 3.5). In fact Windows Workflow Foundation 3 was the first version and 3.5 Note there is no choice between code or xaml workflows, the designer only works with xaml based workflows. Also note that the extension is no longer XOML but has changed to XAML. These expression windows in VB are completely new and a big change from WF3. Press Ctrl+F5 and with a bit of luck you should see the output appear in the console window. Yes there is.
The Problem Solver
- Monday, June 22, 2009
-
Loading XAML Workflows in WF4
RC 1 Most of the time I used compiled workflows in Windows Workflow Foundation 4. Fortunately we can also load a workflow from the XAML file itself and execute the resulting workflow activity. This is done using the ActivityXamlServices class that will let us load the XAML file and return an activity, to be exact it returns a DynamicActivity as a wrapper around your definition. Note: This blog post is written using the.NET framework 4.0 Its nice and easy, you design the workflow, compile it and at runtime there is a.NET type you use to create and run workflows. Enjoy!
The Problem Solver
- Sunday, March 7, 2010
-
Converting a C# workflow into XAML
A interesting question that came up last week was how to convert workflows defined in C# to XAML. co worker of one of the attendees of the Essential Windows Workflow Foundation 4 course had been experiencing a lot of problems with the workflow designer and decided to create their workflows in C# instead of using the designer to generate XAML. Fortunately it isn’t hard to save workflow objects, however they have been authored, into their XAML representation using the XamlServices. And now I can continue enhancing the XAML version and run that instead. Enjoy!
The Problem Solver
- Saturday, August 28, 2010
-
Creating popup windows in XBAP applications
A colleague at DevelopMentor recently asked me about creating popup windows in XAML browser applications (XBAP). Normally this is not allowed - if you try to create a top-level window you will get a SecurityException because WPF asks for UIPermission which is strictly prohibited when hosted in the browser. It turns out, however, that you can get a popup window - there's a hidden little gem in the System.Windows.Controls.Primitive namespace that is your friend: Popup. The key thing you need to do is set the PlacementTarget.
-
Creating popup windows in XBAP applications
A colleague at DevelopMentor recently asked me about creating popup windows in XAML browser applications (XBAP). Normally this is not allowed - if you try to create a top-level window you will get a SecurityException because WPF asks for UIPermission which is strictly prohibited when hosted in the browser. It turns out, however, that you can get a popup window - there's a hidden little gem in the System.Windows.Controls.Primitive namespace that is your friend: Popup. The key thing you need to do is set the PlacementTarget.
-
Rehosting the Workflow Designer in WF4
Beta 2 With Windows Workflow Foundation 3 it was possible to rehost the workflow designer in your own application. With Windows Workflow Foundation 4 live has become much better on the rehosting front In fact it is possible to create the fully functional and useful workflow editor below in about 200 lines of code. And loading or saving a workflow is easy to, all it takes is a Load() and Save() function pointing to a XAML file. Note: This blog post is written using the.NET framework 4.0 Now that is more like it! new DesignerMetadata().Register(); Again nice and easy. Sweet.
The Problem Solver
- Wednesday, December 23, 2009
|
|
|