|
|
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.
|
6 Articles match "Visual Studio","XAML"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Silverlight 3
In this course, you learn to: Identify when and where Silverlight should be used Use Expression Blend to design your user interface Use Visual Studio 2008 to build a Silverlight project and manage its code using C# Exploit the layout controls to create compelling user interfaces Incorporate Silverlight content into your existing web sites Build user and custom controls that support templates and styling Use Behaviors, Actions and Triggers to create reusable functionality across applications Integrate animations, special effects, perspective transforms and media to create a professional UI Exploit
DevelopMentor Courses
- Wednesday, June 17, 2009
Essential .NET for C# Developers
XAML ? Using Markup to create applications This module builds on the basics by introducing the Extensible Application Markup Language (XAML). It starts by introducing XAML as a generic object creation facility and then introduces its usage in both WPF and Workflow. Day 4 ASP.NET This module introduces ASP.NET page features for organizing visual layouts, including Master Pages, Themes, and skins. Work with the .NET NET Common Type System and class libraries Decompose applications into libraries and namespaces Recognize and use common .NET
DevelopMentor Courses
- Friday, June 12, 2009
Guerrilla .NET
idioms like iterator methods, the lambda operator, and extension methods Write code that works well with the garbage collector Handle and throw exceptions properly Work with Windows Presentation Foundation (WPF) and XAML Write browser applications using Silverlight Manage long-running processes with Windows Workflow Foundation (WF) Threading and Concurrency Scale your application to multicore machines using threads Debug difficult problems using WinDBG, SOS, and ADPLUS Understand how the .NET You learn a myriad of patterns and best practices, and you get hands-on experience developing applications
DevelopMentor Courses
- Friday, June 12, 2009
|
13 Articles match "Visual Studio","XAML"
|
The Latest from DevelopMentor
|
MORE
|
|
MVVM: IUIVisualizer and event management with behaviors
Open the project in Visual Studio 2008 SP1, it should build and run without any issues.
The the UI visually; I often use the typename of the View, but you can use any string
here The XAML code for this view is contained in the PropertyWindow.xaml file – it has
a In this post, we will look at the IUIVisualizer , and bring together
some some of the concepts we’ve talked about already through a new sample – a simple picture
viewer:
Mark's Blog of Random Thoughts
- Friday, February 5, 2010
MVVM: Views and ViewModels
Copy the project template into your Visual Studio 2008 templates directory located
off off your user documents - mine is at %UserProfile%DocumentsVisual Studio
2008TemplatesProjectTemplatesVisual Finally, this directory contains all the UI (XAML) for the application.
In the previous post, I provided a link to the project template you can use to start
a a
Mark's Blog of Random Thoughts
- Friday, January 22, 2010
MVVM Helpers 1: Views and ViewModels
Copy the project template into your Visual Studio 2008 templates directory located
off off your user documents - mine is at %UserProfile%DocumentsVisual Studio
2008TemplatesProjectTemplatesVisual Finally, this directory contains all the UI (XAML) for the application.
In the previous post, I provided a link to the project template you can use to start
a a
Mark's Blog of Random Thoughts
- Friday, January 22, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Rehosting the Workflow Designer in WF4
And loading or saving a workflow is easy to, all it takes is a Load() and Save() function pointing to a XAML file. So who still needs Visual Studio 2010?
Note: This blog post is written using the .NET NET framework 4.0 Beta 2 With Windows Workflow Foundation 3 it was possible to rehost the workflow designer in your own application.
The Problem Solver
- Wednesday, December 23, 2009
-
Getting started with Windows Workflow Foundation 4
NET 4 so old workflows will still run but the new classes have no relation with the old classes. So basically forget all you knew about the behavior of WF 3 So lets take a brief look at creating a new workflow 4 style workflow. When we start Visual Studio 2010 and select File/New/Project we get the new project tab. Note there is no choice between code or xaml workflows, the designer only works with xaml based workflows. As you may have heard Windows Workflow Foundation 4 is not an upgrade from Windows Workflow Foundation 3 (or 3.5). The version numbers
The Problem Solver
- Monday, June 22, 2009
-
Christmas comes early: Microsoft releases Visual Studio .NET 2008
After a long beta period Microsoft pushed Visual Studio .NET does the designer just work, the XAML intellisense is full featured and driven through
a real XAML parser and not an XSD file. The visual designer and XAML views
stay NET 2008 (code named “Orcas”)
out out to MSDN in November - keeping their promise to deliver it by the end of the year.
We’ve
Mark's Blog of Random Thoughts
- Wednesday, December 19, 2007
-
Christmas comes early: Microsoft releases Visual Studio .NET 2008
After a long beta period Microsoft pushed Visual Studio .NET does the designer just work, the XAML intellisense is full featured and driven through
a real XAML parser and not an XSD file. The visual designer and XAML views
stay NET 2008 (code named “Orcas”)
out to MSDN in November - keeping their promise to deliver it by the end of the year.
Mark's Blog of Random Thoughts
- Wednesday, December 19, 2007
-
Executing Workflows from XAML Files
entry to describe how to run a workflow declared in a XAML file.
You default authoring model is now XAML. Visual Studio 2010 workflow projects store the XAML as a resource in the binary rather
than So if you want to deploy your workflows as XAML text files how
do Seeing as this has changed completely from WF 3.5 I thought I’d post a quick blog
entry
.NET Meanderings
- Thursday, December 17, 2009
-
Combining WCF and WF4
When I was trying to get things working using a declarative workflow and the designer Visual Studio 2010 would keep in locking up so all workflows in this example will be coded using C#. Using C# code really shows where we need to use arguments and variables, something that is somewhat hidden when using XAML.
There are several ways to use WCF in combination with Windows Workflow Foundation 4. The two can be combined inside of a XAMLX file as Ron Jacobs describes here . Another option is using the WF4 Receive and SendReply activities and hosting the workflow yourself
The Problem Solver
- Wednesday, August 5, 2009
-
Part 1: It's Basically Focus
buttons – I just threw them together in Visual Studio, a real project would use Blend
should be called. This normally involves walking the visual
in the visual tree above the menu has a binding to execute the Cut command. But,
how you can programmatically assign and control focus Focus Types
As you may know, in WPF there are two
types of focus: logical focus and keyboard focus.
Keyboard
|
|
|