JSON, XAML, PowerBoots and PowerShell share 2 days ago by Doug Finke Miguel de Icaza, head of Mono, tweeted: migueldeicazaIn 2007 @ toshok used JSON instead of XML for XAML. It is wrist friendly, and programmer friendly: http://bit.ly/2fjEpN The post, titled, why xaml when you can json? shows this snippet and has createFromJSON code. JSON and XAML var json = { Canvas ... Development in a Blink - dougfinke.com/blog · Rank: 96,918 · 38 references |
Handling Events within Silverlight Control Templates – AutoCompleteBox ... share 2 days ago by DotNetShoutout webmaster One of the great features Silverlight offers is the ability to customize controls by using control templates. If you don’t like how a particular control looks you can modify the template and in many cases be ready to use the new control without writing a single line of C# or VB code. I’m working on ... DotNetShoutout - Upcoming ... - dotnetshoutout.com/Upcoming · 1 reference |
MultiTargeting M-V-VM: An Exercise in reuse for Silverlight and WPF Applications share 2 days ago by DotNetShoutout webmaster Now that we have Silverlight and WPF the line between Web Applications and Smart Clients is getting smaller and smaller. Despite some marked differences between these two platforms they both support XAML, they both can run our compiled C# code, both can call web services, and we even get our beloved ... DotNetShoutout - Upcoming ... - dotnetshoutout.com/Upcoming · 1 reference |
YouTube video in Silverlight 3 | Corey Schuman share 2 days ago by DotNetShoutout webmaster A while back I saw a post titled something like Displaying YouTube Videos in Silverlight. The implementation included a Windowless Silverlight application with a Flash video player on top. Video controls were implemented in Silverlight, and were wired up with JavaScript. YouTube is moving toward the ... DotNetShoutout - Upcoming ... - dotnetshoutout.com/Upcoming · 1 reference |
BezierSegment demo application share 2 days ago by Jeremy It has been a long time since my last post, I’m must admit I was both busy and trying to find something cool to blog about. Because I’ll be in holidays tomorrow, I decided to take some time to build a sample application that demonstrates a feature of WPF I’m going to use soon. In the sample applicat ... JAPF - japf.fr · 4 references |
Creating NikeClone With Silverlight Part-5 - Faisal's Blog share 2 days ago by DotNetShoutout webmaster This is the fifth part of my NikeClone series. In the first part I showed you how to create SoccerItemList which will serve the pupose of being a MenuControl in our main page. In the second part I showed how to create LoginWindow. In the third part I added some code in the Login button’s event handl ... DotNetShoutout - Upcoming ... - dotnetshoutout.com/Upcoming · 1 reference |