| |
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.
|
7 Articles match "Assembly","WPF"
| Related DevelopMentor Courses | MORE | | Screening C# Candidates: Let’s Play 20 Questions! For example, someone might be called upon to build a WPF app retrieving data from a WCF service that queries a SQL database using Entity Framework with Ninject for dependency injection and MOQ for unit testing. What keyword makes a class visible only within its assembly? Neither do the questions touch on any of the “pillars” of the.NET Framework API, such as data access (Entity Framework), web services (WCF), or presentation platforms (WPF, SL, ASP.NET MVC). What keyword makes a class visible only within its assembly? C# Phone Screen Questions (without Answers). DevelopMentor Courses - Tuesday, February 28, 2012 Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 To get those, install the NuGet package manager from the Extensions Manager command under the Tools menu, then search for “SimpleMvvm” and select a package to install, depending on the type of project you have: WPF, Windows Phone, Silverlight 4 or Silverlight 5. While I encourage most folks to run the installer to get the code snippets and Visual Studio templates, there are cases where all you want is the toolkit DLL and its supporting assemblies. I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 and Windows Phone 7.1 ! Enjoy DevelopMentor Courses - Friday, March 2, 2012 Essential Windows Presentation Foundation - WPF Training Use new technologies such as LINQ and XLINQ with WPF. Utilize your existing controls, forms and resources from Windows Forms with WPF. Come and get familiar with the dynamic and creative application development that WPF enables. Learn how to best utilize WPF for both new projects as well as porting existing Windows Forms, MFC or traditional Win32 application over to this new platform. You'll get answers to these questions: What are the main building blocks of a WPF application and how do I use them? What are the new features in WPF 3.5 to WPF 4.0 DevelopMentor Courses - Wednesday, February 22, 2012 |
29 Articles match "Assembly","WPF"
| The Latest from DevelopMentor | MORE | | Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 To get those, install the NuGet package manager from the Extensions Manager command under the Tools menu, then search for “SimpleMvvm” and select a package to install, depending on the type of project you have: WPF, Windows Phone, Silverlight 4 or Silverlight 5. While I encourage most folks to run the installer to get the code snippets and Visual Studio templates, there are cases where all you want is the toolkit DLL and its supporting assemblies. I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 and Windows Phone 7.1 ! Enjoy DevelopMentor Courses - Friday, March 2, 2012 Screening C# Candidates: Let’s Play 20 Questions! For example, someone might be called upon to build a WPF app retrieving data from a WCF service that queries a SQL database using Entity Framework with Ninject for dependency injection and MOQ for unit testing. What keyword makes a class visible only within its assembly? Neither do the questions touch on any of the “pillars” of the.NET Framework API, such as data access (Entity Framework), web services (WCF), or presentation platforms (WPF, SL, ASP.NET MVC). What keyword makes a class visible only within its assembly? C# Phone Screen Questions (without Answers). DevelopMentor Courses - Tuesday, February 28, 2012 Simple MVVM Toolkit versus MVVM Light Toolkit Both Simple MVVM and MVVM Light toolkits support WPF, Silverlight and Windows Phone clients. Both toolkits come with three assemblies offering basically the same functionality, each targeted to a different platform. Presently MVVM Light requires a manual installation , but the download for Simple MVVM is an installer which gives you the assembly binaries, external libraries, samples and source code. Now that I’ve released Simple MVVM Toolkit version 2 , people are starting to ask how it stacks up against some of the other MVVM Toolkits out there. Platforms. Support. Simple. Tony and Zuzana's World - Saturday, April 23, 2011 | -
| The Best from DevelopMentor | MORE | - WPF Data Providers
One of the nifty new features of the WPF platform is the pluggable data providers. xmlns:cm = " clr-namespace:System.ComponentModel;assembly=WindowsBase ". Data binding in WPF is extremely powerful -- I am constantly amazed at how much procedural code you can dump in favor of markup with creative bindings. Tags: NET;Code;WPF It ships with two out of the box: ObjectDataProvider: allows you to execute binding expressions against an object and it's methods. XmlDataProvider: loads an XML data source and makes it available as a binding source. State, Age, Income. Mark's Blog of Random Thoughts - Wednesday, January 17, 2007 - Rehosting the Workflow Designer in WF4
Both these properties point to ready to use WPF UIElement’s so, as long as the host used WPF, adding them to a form is easy. The toolbox on the left if another standard WPF control called the ToolboxControl. Again easy to add to any WPF form. In the code below I just scan through all types in a few assemblies and if they are valid activities I add them to the toolbox. var toolbox = new ToolboxControl(); var cat = new ToolboxCategory( "Standard Activities" ); var assemblies = new List (); assemblies.Add( typeof (Send).Assembly); null ). {. The Problem Solver - Wednesday, December 23, 2009 - Part 2: Changing WPF focus in code
In the last post , I wrote about how focus is generally managed in WPF - we have focus scopes to track a single element within that scope for logical focus, and then one of those elements is given physical, or keyboard focus. First, there is a Keyboard class in WPF which exposes several methods and properties. xmlns:sys="clr-namespace:System;assembly=mscorlib". However, the most common request is to set initial focus to a specific control - remember that WPF doesn't do that by default. xmlns:sys="clr-namespace:System;assembly=mscorlib". Tags: NET;WPF Mark's Blog of Random Thoughts - Thursday, September 4, 2008 - Part 2: Changing WPF focus in code
In the last post , I wrote about how focus is generally managed in WPF - we have focus scopes to track a single element within that scope for logical focus, and then one of those elements is given physical, or keyboard focus. First, there is a Keyboard class in WPF which exposes several methods and properties. xmlns:sys="clr-namespace:System;assembly=mscorlib". However, the most common request is to set initial focus to a specific control - remember that WPF doesn't do that by default. xmlns:sys="clr-namespace:System;assembly=mscorlib". Tags: NET WPF Mark's Blog of Random Thoughts - Thursday, September 4, 2008 - Replacing Services in MVVM Helpers
MVVM Helpers automatically registers the current AppBase directory (where the.EXE loads from) as the primary catalog directory and puts all the JulMar assemblies at the end of the search list. ll start with a brand-new WPF application and add MVVMHelpers through NuGet – a new service from Microsoft for adding dependencies easily: Next, let’s add a single button and a TextBlock to the window, in two equally spaced rows – binding the first to a command called “CalculatePi” and the second to some text “PiText”. NET Code MVVM WPFand provided on [link] for.NET 3.5. Happy Coding! - Changing the Icon on a custom activity designer
xmlns:sap ="clr-namespace:System.Activities.Presentation;assembly=System.Activities.Presentation" xmlns:sapv ="clr-namespace:System.Activities.Presentation.View;assembly=System.Activities.Presentation" > And dropping that on a workflow designer surface results in the following: So far so good except now I want to change the icon that appears at the top left of the designer. Tags: NET Workflow WPF WF4 VS2010 Beta2 Note: This blog post is written using the.NET framework 4.0 string text = context.GetValue( this.Text); Console.WriteLine(text); }. }. The Problem Solver - Monday, January 25, 2010 - NativeActivity – A Tricky Beast
Most “business” type custom activities will be built using a declarative model in XAML by assembling building blocks graphically. have written a designer to go with this (designers in WF4 are WPF based). 3: xmlns:s ="clr-namespace:System;assembly=mscorlib". 5: xmlns:sap ="clr-namespace:System.Activities.Presentation;assembly=System.Activities.Presentation". 6: xmlns:sapv ="clr-namespace:System.Activities.Presentation.View;assembly=System.Activities.Presentation". I’m writing Essential Windows Workflow Foundation 4.0 with Maurice for DevelopMentor. 13: {. .NET Meanderings - Tuesday, February 9, 2010 %>
| | |