WPF
Tag details
Welcome to the 'WPF' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'WPF'.
Look up
"WPF"
at The Free Dictionary
Latest blogosphere posts tagged “WPF”
-
Build enterprise application with WPF, WCF, Entity Framework and Prism. Tutorial 05.
Raffaeu Bermuda Blog —
Authority: 106
Update: source code and documentation are now available on CodePlex at this address: http://prismtutorial.codeplex.com/ Starting with WCF. Today we will see how WCF works and what are the best practices we should use in order to keep our application safe and maintainable. WCF startup. I assume that ...10 hours ago -
Dew Drop – November 8, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Massive Search & Replace Among ...12 hours ago -
Compile-Time Validation of Composite Object Data Binding Expressions
Daniel Vaughan on .NET —
Authority: 106
Introduction Prompted by a recent comment on the T4 Metadata Generation template article , which I released some weeks ago, I have implemented a new mechanism for concatenating property paths. This allows compile time validation of properties that exist on composite or nested members. Background Previously I have ...1 day ago -
Dew Drop – November 7, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio .NET Windows Service Installer and Auto ...1 day ago -
A Good Mix 28: NTornado, WPF, Testing in Italian, More Benchmarking, and adodbapi
IronPython URLs —
Authority: 465
Yet another collection of IronPython and DLR related articles, projects and blog entries from the past few weeks. NTornado NTornado is an IronPython version of the Tornando web server. The Tornado Web Server is the open source version of the non-blocking web server that power FriendFeed and now part of the ...1 day ago -
Writing Prompt Friday: Changing POVs
LDS Publisher —
Authority: 422
By this, I dont mean changing POV within your story. I mean, looking at a situation from your characters perspective. This exercise will help you learn to see from other peoples POVs. If you can do this exercise well, using real people, you can do it for your various characters. Prompt: Write about a ...2 days ago -
New WPF Features: Full Trust Xbap Deployment
Lester's WPF blog —
Authority: 523
This is part of a series on New WPF Features In earlier versions, on trying to deploy a Full Trust Xbap, you would get a "Trust Not Granted" error. Its possible to workaround this issue by installing an assembly in the GAC that has the AllowPartiallyTrustedCallersAttribute. Another option is to install a ...2 days ago -
Dew Drop – November 6, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Use Extension Methods to ...2 days ago -
WPF : Callout Popup
sachabarber.net —
Authority: 103
I could not sleep last night, thinking too much I guess, so I got up and tried something out for a larger project ( article for www.codeproject.com ) that I am working on. Basically I needed a nice animated callout that could also take some content. This seems to be the exact role of the standard WPF Popup ...2 days ago -
Creating Custom Easing Functions in WPF 4 (and Silverlight)
POKE 53280,0: Pete Brown's Blog —
Authority: 414
In a previous post and video, I went through how to use the stock easing functions in your WPF 4 applications. Now, let’s look at how to create your own easing functions. Once you know the formula you want to use, the mechanics of creating custom easing functions is pretty simple. Example Project We’ll use ...4 days ago -
New WPF Features: Bindable Run
Lester's WPF blog —
Authority: 523
This is part of a series on New WPF Features Bindable run - yeah its possible currently but you would require a custom implementation. if you didnt like to create your own implementation, likely you would be using textblock. Problem here is that its likely you would have issues in copy paste scenarios, layout and ...4 days ago -
The long and winding road to MSNs reinvention as a social hub
All about Microsoft —
Authority: 654
It took a couple of years, but Microsoft is finally making good on some of the ideas officials had for making the companys MSN home page more viable. On November 4, Microsoft launched a preview of the fruit of its efforts: A radically redesigned MSN.com with Facebook and Twitter integration.4 days ago -
Signa Surface vorgestellt
LieberLieber Software TeamBlog —
Authority: 118
vl.n.r Pichler (pressetext); Siegl (LL); Hillebrand (Signa); Schabus (MS); Mistelbacher (MS) Heute früh waren wir bei unserem Kunden Signa und haben gemeinsam mit Microsoft die auf MS Surface basierte Lösung Signa Surface in einem Gespräch mit Mag. Thomas Pichler von pressetext.at vorgestellt. Signa ...4 days ago -
Dew Drop – November 4, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio New Article by Bill ...4 days ago -
WPF: MV-VM Sample Application with Navigation
compilewith.net —
Authority: 91
I have recently been reminded of how difficult it can be to get started when you are trying to build an application and have been given a completely clean sheet of paper to start from – in terms of the application architecture and design – the options are limitless, which can at times be a little daunting. ...4 days ago -
Why Silverlight 3 Navigation cannot be fully leveraged when loading modules remotely with Prism 2
Damian Schenkelman's Blog —
Authority: 103
Now that the Prism team has shipped a new version of the guidance , I thought it would be a good time to blog on this subject, based on some research we did with Ezequiel , Matias and Julian . This article will not focus on how to workaround the limitations of using Silverlight 3 Navigation with Prism (as the ...4 days ago -
L2, iSee, Silverlight Property Grid and S#
The Orbifold —
Authority: 91
L2 G2 is our biggest product and has been used by companies to create ‘big’ applications in diverse markets. Because it is based on Unity for dependency injection and because Microsoft waited quite a while to release a Silverlight analog, it took a while to create a Silverlight analog of G2. We baptised it ...5 days ago -
New WPF Features: Script Interop in Xbap
Lester's WPF blog —
Authority: 523
This is part of a series on New WPF Features Often times you have Xbap hosted in a Html page and its pretty common to have some kind of interaction between the host and Xbap. In this release, we have enabled these scenarios. Operation Changes In Code Sample Invoking a ...5 days ago -
Dew Drop – November 3, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio An RSS Dashboard in F#, ...5 days ago -
Microsoft demos “three screens and a Cloud” vision for Banking
D' Technology Weblog —
Authority: 528
At 2009 BAI Retail Delivery Conference & Expo, Microsoft demonstrated its “three screens and a cloud” vision as it applies to banking, showcasing how different channels can be seamlessly tied together, in ways such as these: Online — A firsthand look into how today’s banks can integrate intuitive, ...6 days ago