WindowsClient.net:
uxlabs@Microsoft has just released Fishbowl, a sample client application for Facebook, complete with source code. Fishbowl requires .NET 3.5 and uses WPF and ClickOnce . If you’re using Windows 7, it also demonstrates new fea (Read More)
MobileCrunch:
Attention Battlestar Galactica Android OS fans, Samsung has just taken the wraps off its newest Android-powered smartphone, the Galaxy Spica. By the sounds of that name, it appears the Cylons have taken control of Samsung’s m (Read More)
WindowsClient.net:
I’ve blogged previously about the MVVM pattern, but so far I have managed to escape without showing any code ;) Before diving in deeper, I would like to stop and show what it takes to do a very simple implementation of this p (Read More)
ReadWriteWeb:
Shopping is horror. The prices. The lines. The hordes of clamoring consumers - the thought of holiday shopping is, in itself, enough to make us wish for simpler days when putting coal in someone's sock was a legitimate option (Read More)
WindowsClient.net:
I’ve heard some developers asking about UI testing lately. Specifically, there have been some questions about what we did with NHProf. So, I thought I would write a little bit about that here. There are a variety of different (Read More)
WindowsClient.net:
Watch Todd Miranda demonstrate how to use CollectionViews to sort and filter data. Watch these videos or check out other videos in our WPF, WPF 3.5SP1, Windows Forms, VS 2008, and LINQ pages. (Read More)
TechCrunch:
Launching in beta today is MyCE, a community-driven network that aims to cross swords with the CNETs and GDGTs of this world when it comes to building places on the Web people gather to share news, reviews and knowledge about (Read More)
WindowsClient.net:
Hooray!!! I finally released Caliburn v1 to RTW and got the official site launched ! This has been a long time coming and I could not have done it without the generous help and support of the .NET community, family and friend (Read More)
WindowsClient.net:
When I had to implement ShortCut Keys (e.g. Ctrl+O) for my DelegateCommands I thought this should be a no-brainer and be done in five minutes. Unfortunately, it started soon to become a bit more difficult to implement. MS fix (Read More)
ReadWriteWeb:
Spring Design, a relatively unknown hardware design company, just announced that it will enter the eBook market with a dual-screen, Android-based eReader. This device, the 'Alex,' will combine a 6-inch eInk screen with a 3.5- (Read More)
WindowsClient.net:
Watch Todd Miranda as he shows you how to Animate an Effect in WPF. Watch this video or check out other videos in our WPF, WPF 3.5SP1, Windows Forms, VS 2008, and LINQ pages. (Read More)
TechCrunch:
Developers love Engine Yard, the Red Hat for Ruby on Rails. And so do investors, who just plowed another $19 million into the startup, which hosts Ruby-on-Rails deployments. New investors include DAG Ventures, Bay Partners, (Read More)
TechCrunch:
So now that some of you have your Google Wave invites (I know not all of you, I don’t even have one for my personal account yet, if it’s any consolation), and we’ve gotten some of that inevitable backlash out of our system, i (Read More)
TechCrunch:
Google has launched a new version of its Toolbar for Firefox that lets you translate any webpage with the click of a button without leaving the page. Google will also add web-site suggestions and sponsored links to the toolba (Read More)
WindowsClient.net:
Like most of us have found out the hard way, Silverlight 3 and Windows Presentation Foundation 3.5 are two quite similar beasts, but not totally the same. Silverlight is often presented as a subset of WPF (in fact, some featu (Read More)
TechCrunch:
It took a whole year, but Google is finally adding the facial recognition features you can find in Picasa Web albums to its desktop app. With today’s release of Picasa 3.5, when you add a name tag, it scans your entire photo (Read More)
TechCrunch:
T-Mobile UK this morning announced the Pulse, the first pay-as-you-go Android 1.5 smartphone and the third coming from the network. Available for £180 starting October exclusively on T-Mobile, it boasts a 3.5″ HVGA touchscree (Read More)
WindowsClient.net:
Typically when you perform data binding in WPF, it is necessary for you to think of data entry validations. With WPF 3.5, new data validation support is provided for validating user entries. 'IDataErrorInfo', the interface pr (Read More)
WindowsClient.net:
One of the most common problems in WPF is memory/processor time consumption. Yes, WPF is rather greedy framework. It become even greedier when using unmanaged resources, such as memory files or interop images. To take care on (Read More)