| |
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.
|
8 Articles match "WPF"
See all articles with
"WPF"
| The Latest from .NET Mutterings | MORE | | Coding Challenge,an alternative to regular class room training This was the requirement that our major investment bank client presented to Rock Solid Knowledge the co-developed solution was to produce a Coding Challenge… The Training Day One The first day was spent with a deep dive into Silverlight; all teams had prior knowledge of WPF. What do most engineers want to do, “Build Things”. Regular training classes are good at introducing new technology, but what if you want to take it further; to stretch and motivate your senior developers. Not only did this test their ability to apply the new technology but demonstrated who ships and who doesn’t. DevelopMentor Courses - Wednesday, February 9, 2011 Devweek 2011 The whole team will be there so whether its WPF, Silverlight,NET 4.0, Just in case you are not aware Dev Week 2011 is fast approaching, this is without doubt the best independent.NET technical conference in the UK. m delighted to say that Rock Solid Knowledge will be attending again this year delivering a variety of sessions from Parallel programming to Workflow to fluffy UI. full list of our sessions can be found here In addition to the traditional lecture sessions we will be running our drop in clinic where our consultants will help you solve your design and development issues. DevelopMentor Courses - Monday, January 24, 2011 Ask the doctor ( Devweek 2010) The whole team will be there so whether its WPF, Silverlight,NET 4.0, Dr Rockman is In! At DevWeek 2010 Rock Solid Knowledge will be running a drop in clinic where our consultants will help you solve your design and development issues. WCF , Design Patterns, Multithreading, Web Development or anything else, we’ll be on hand to lend a sympathetic ear and hopefully solve your problems. In addition the RSK crew will be delivering pre and post conference days and a whole bunch of sessions which you can see on our conference page .NET Mutterings - Thursday, February 4, 2010 | | The Best from .NET Mutterings | MORE | | SynchronizationContext assists layering My WPF skills aren’t there yet that I could confidently build the UI that quick, but in a few weeks I do want to add a WPF gui. So this created two options implement a timer in the UI layer or in the model…For me I obviously wanted to place it into the model since that piece of code would be reused when I implement the WPF UI. In fact WPF does have support for this so cool…the model can be written to deliver PropertyChanged events on the correct thread. This seemed like a good exercise where I could put both these skills to good use. .NET Mutterings - Saturday, October 21, 2006 Coding Challenge,an alternative to regular class room training This was the requirement that our major investment bank client presented to Rock Solid Knowledge the co-developed solution was to produce a Coding Challenge… The Training Day One The first day was spent with a deep dive into Silverlight; all teams had prior knowledge of WPF. What do most engineers want to do, “Build Things”. Regular training classes are good at introducing new technology, but what if you want to take it further; to stretch and motivate your senior developers. Not only did this test their ability to apply the new technology but demonstrated who ships and who doesn’t. DevelopMentor Courses - Wednesday, February 9, 2011 Devweek 2011 The whole team will be there so whether its WPF, Silverlight,NET 4.0, Just in case you are not aware Dev Week 2011 is fast approaching, this is without doubt the best independent.NET technical conference in the UK. m delighted to say that Rock Solid Knowledge will be attending again this year delivering a variety of sessions from Parallel programming to Workflow to fluffy UI. full list of our sessions can be found here In addition to the traditional lecture sessions we will be running our drop in clinic where our consultants will help you solve your design and development issues. DevelopMentor Courses - Monday, January 24, 2011 | - Ask the doctor ( Devweek 2010)
The whole team will be there so whether its WPF, Silverlight,NET 4.0, Dr Rockman is In! At DevWeek 2010 Rock Solid Knowledge will be running a drop in clinic where our consultants will help you solve your design and development issues. WCF , Design Patterns, Multithreading, Web Development or anything else, we’ll be on hand to lend a sympathetic ear and hopefully solve your problems. In addition the RSK crew will be delivering pre and post conference days and a whole bunch of sessions which you can see on our conference page .NET Mutterings - Thursday, February 4, 2010 - WHAK a Mole WPF
Just started to play with WPF, and just had to port Jason’s W infamous WHAK a mole game to WPF. Hasn’t exactly pushed the boundaries of my GPU, but more about starting getting to grips with XAML, WPF event model and inner content. Download Source .NET Mutterings - Monday, July 24, 2006 - WPF Pong
This got me thinking about writing a classic game using WPF, not being much of a games writer I kept things simple and decided to implement the classic game Pong.My main aim is to continue to ramp up on WPF, one area I wanted to explore further was the use of Content Templates and styles, what I wanted to be able to do was not only clearly separate UI layout from UI behaviour but also allow different Skins to be applied to the game one being the classic black and white look another being a more 21 st Centaury look and feel. First to 9 wins. .NET Mutterings - Friday, January 5, 2007 - WPF Extension method
I used my first extension method yesterday with WPF. So I refactored my code once more into a separate assembly, but placing the code into the System.Windows.Controls namespace, thus whenever I use WPF controls and reference my additional extension assembly I get my new methods. I wanted to bring a control to the foreground, that means changing its position in the child list to the last child. Parent.Children.Remove(element); Parent.Children. Add(element); What I would prefer to do is call SendToFront on the collection with the appropriate child. .NET Mutterings - Wednesday, October 10, 2007 - Classic Snake in Silverlight 2
As for WPF feature parity things have massively improved since we now have controls, not just simple shapes. Inspired by Dave Wheeler's article in VSJ magazine, I decided it was time to write a simple game in Silverlight 2. The game I chose was the classic game of Snake. Whilst there is no doubt Silverlight 2 is a massive step closer to a.NET environment in the browser, there are still a few bits and pieces that trip you up. There is also now support for data binding and resources. You can play the game here and download the source from here .NET Mutterings - Sunday, May 18, 2008 %>
132 Articles match "WPF"
See all articles with
"WPF"
| The Latest from DevelopMentor | MORE | | Join Me at Guerrilla.NET in November Model-View-ViewModel for WPF and Metro. Just a quick announcement for an developer upcoming event I’ll be participating in… Early November I’ll be co-teaching DevelopMentor’s biggest.NET developer event of the year in Los Angeles: Guerrilla.NET. If you haven’t been to Guerrilla.NET, it’s a very unique and memorable event – it’s unlike almost any other training class you’ve seen. We’ve just updated the outline with the most important current and upcoming technologies (see below). hope to see you there! mkennedy. Guerrilla.NET. Michael C. Kennedy's Weblog - Tuesday, September 25, 2012 What’s new in ApprovalTests.Net v.20? To test all the events on a form and its immediate children, simply call code as shown below: WinFormsApprovals.VerifyEventsFor( new DemoForm()); WPF support for Controls It’s always been possible to test WPF windows with a simple: WpfApprovals.Verify(window); This would render the window to a.png image and verify against.approved file. ASP routing support As community contributor, Krzysztof Ko?mic This can be particularly troublesome when changing an existing, unfamiliar piece of code. For example, it it easy to accidentally remove a button-click event. Happy testing. DevelopMentor Courses - Thursday, August 9, 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. I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 and Windows Phone 7.1 ! You can download the latest version here and take it for a spin – or get it from the Visual Studio Extensions Gallery by opening Visual Studio and selecting Extensions Manager from the Tools menu. Enjoy DevelopMentor Courses - Friday, March 2, 2012 | -
| The Best from DevelopMentor | MORE | - WPF MVVM Helper Library (WPF + MVVM = testability)
There's been a lot of talk about the Model-View-ViewModel pattern recently and it's usage around the WPF and Silverlight technology stack. When teaching WPF, I always introduce students to MVVM as part of the Essential WPF class, it's an incredibly useful pattern that really separates the UI from the code behind behavior. It's evolution owes a lot to various blog posts, WPF Disciples, and other WPF leaders; I certainly didn't invent anything radically new but borrowed heavily from all kinds of places as I built various classes I needed for my own work. file -. - WPF Data Providers
One of the nifty new features of the WPF platform is the pluggable data providers. 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. We can get the data loaded into a collection source through the XmlDataProvider. Mark's Blog of Random Thoughts - Wednesday, January 17, 2007 - Part 3: Shifting focus to the first available element in WPF
We've seen how to programatically control focus and that's all great stuff, but one thing I like to do with WPF is see how much of the repetitive or UI-specific code I can move into the XAML and keep out of the code behind. Tags: NET;WPF We can use the FocusManager.FocusedElement property to shift focus in XAML but it only works when the element exists in the main XAML file. If you use UserControls it turns out that the approach doesn't work because that element is loaded separately and not available when the initial focus is being determined. but all is not lost! - 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. However, the most common request is to set initial focus to a specific control - remember that WPF doesn't do that by default. However, a popular way to develop WPF applications is to separate out chunks of UI into separate UserControls. 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. However, the most common request is to set initial focus to a specific control - remember that WPF doesn't do that by default. However, a popular way to develop WPF applications is to separate out chunks of UI into separate UserControls. Tags: NET;WPF Mark's Blog of Random Thoughts - Thursday, September 4, 2008 %>
| | |