Welcome to WindowsClient.net | My Blog | Sign in | Join

Community Blogs

Sponsors





  • advertise here

Browse by Tags

All Tags » demos (RSS)
WPF Line-Of-Business labs and Silverlight vs. Flash
Small update today (mostly interesting links)… During my last “Smart Client” session I was asked about WPF LOB application development labs. So, there are two full labs, I noticed about: Southridge, which comes from Redmond team Order Manager, which comes...
Finally I can reveal stuff I working for last half year!
A couple of days ago WordFocus exposed one of our (frankly old ) WPF prototypes for in-car energy assistant system, so today I can exclusively show you some of screens from this state of art WPF work. Real time performance of WPF touch screen application...
New year – new blog or how to migrate Community Server to any other engine, supports XML-RPC
Please update your bookmarks, because the new url of this blog is http://khason.net/ (you have not update RSS feeds, it will be done automatically). Why I did it? Why I decided to go to “stand-alone”… Well. there are some reasons. Generally, I do not...
Programming for Windows 7
Well, Windows 7 is going to be released by the end of next year. This is great news, because it seemed, that Microsoft finally understand how to get the best of Windows Vista and make it to work not only on monster machines . It even works on new brandy...
Arabic and Hebrew languages bidirectional support for Silverlight 2.0 beta 2
Those days, I’m, together with guys from Microsoft Egypt and Santeon , finishing development of bidirectional input and output support for Silverlight. I want you to take part in alpha testing of this solution. Please see the test form here and try it...
Converting FixedDocument (XPSDocument too) to FlowDocument
First of all, what’s the differences between FixedDocument and FlowDocument and why we can convert FlowDocument into FixedDocument easily but not vice verse? Let’s try to understand What is FixedDocument? FixedDocument is a host for portable...
Networking (raw sockets) in Silverlight and WPF - messaging in general
You, probably, know how to use raw sockets in WinForms. It's pretty the same in WPF, however it is very different (and limited) in Silverlight. Today, we'll create sample application in Silverlight, WPF and WinForm that sending and receiving updates...
Building custom user control in Silverlight 2.0 + how to build code snippet for VS as bonus
Do you remember, that we have "go-live" for Silverlight 2.0 and already have build machines configured ? Now it's time to build your very own custom control. Today, we'll build Range Slider. What is range slider? Range slider is a control...
WPF for developers from Dev. Academy 2 - recordings
If you was unable to attend Developers Academy 2 and still want to see sessions there, you are more, then welcome to do it. Here link to the recording of my session . And here is the presentation . The quality of the recording is awful, as well as whole...
DEV411 - presentation and demos download
I uploaded my presentation, done in DevAcademy2 to SkyDrive. Now you can download, use and review it. PPT only presentation (7.2 MB) PPT only presentation before final cleanup (7.6 MB) Full presentation, including demos, code and PPTX file (26.1 MB) Have...
DEV411 - WPF for developers: optimizing your WPF application
Less, then 24 hours until Developer Academy 2 a lot of pressure and stress . Last fixes to my presentation - it's too long now. A lot of stuff, I want to speak about, a lot of demos (mostly very bad performing applications, I'm dealing with),...
2D controls in 3D world - how to create "A wheel of fortune with WPF"
Before reading this post you should know what is geometry and trigonometry. As well as you should know, that in WPF you can "brush" 3D meshes with images or, even other XAML vector controls, inherit and create custom controls, use animations...