XAML Tip: Graphics with ItemsControl
Sometimes in a WPF or Windows Store or Windows Phone application we need to draw some things based on some collection of data items. Suppose we have the following simple data item: class CarData { public double Distance { get; set; } public ... המשך לקרוא>
pavely , 02-23-2013 0:04
Taking Windows Azure Media Services on a Real-World Spin
During the last few weeks I have been involved in a very interesting project with lots of potential, using Windows Azure Media Services . In a nutshell, Windows Azure Media Services supports encoding, management, and streaming of media from ... המשך לקרוא>
Sasha Goldshtein , 01-20-2013 2:54
Preview of Blend 5 available
When Visual Studio 2012 came out, one thing was sorely missing. An Expression Blend tool that can handle WPF 4.5 applications. Blend for Visual Studio that is currently available only supports Windows 8 Store Apps, but not WPF (or Silverlight ... המשך לקרוא>
pavely , 12-25-2012 3:41
The Silverlight project you are about to debug uses web services. Calls to the web service will fail...
בפרוייקט Silverlight Application ופרוייקט WCF Service Application ב-Visual Studio 2012 נתקלתי בהודעה הבאה: The Silverlight project you are about to debug uses web services. Calls to the web service will fail unless the Silverlight project is ... המשך לקרוא>
dudin , 10-25-2012 13:29
Windows 8 RTM C# – Capture Media
Tweet I left JavaScript and started to work on Windows 8 Metro using C# and XAML, in this post I’ll demonstrate how to use WinRT for Camera, File Picker and Audio Recording. Download Demo Project Step 1: Create Blank Metro Project and Initialize ... המשך לקרוא>
shair , 09-23-2012 8:18
Dynamics CRM 2011 Developer Training
This training kit is for .NET developers to learn the development features of Dynamics CRM and help them build applications using Microsoft Dynamics CRM 2011 and CRM Online. Microsoft Dynamics CRM uses familiar components such as WCF & oData ... המשך לקרוא>
Soft-Pro , 09-04-2012 3:45
Windows Phone: Playing Sound Effects
I wanted to create a simple timer application for Windows Phone . The timer would count backwards from a user configured value and when it reached zero, it would play some sound effect to indicate expiration. Sounds simple enough… This is how ... המשך לקרוא>
pavely , 09-03-2012 13:25
Silverlight 5 Support For Coded UI
Tweet Brian Harry just announce about new Plugin for Visual Studio 2012 RC and Final that will enable support for Silverlight 4,5 in CodedUI Testing. Using the Microsoft Visual Studio UI Test plugin for Silverlight, you can create Coded UI Tests ... המשך לקרוא>
shair , 07-10-2012 11:39
My book is published!
You might have noticed that i havent updated my blog in a while. There are two (happy) reasons for that: 1) My son was born about two weeks ago and as you might have guessed, things are hectic (but happy) :) 2) The book i've been working ... המשך לקרוא>
johnnyt , 07-05-2012 22:10
Windows 8 Metro: Detecting scroll changes in ListView
I had a requirement in a Metro app I’m working on to detect scrolling in a ListView ( GridView is practically the same), or more precisely, detect whether the selected item goes off the visible ListView area, and if so, switch some items in ... המשך לקרוא>
pavely , 07-02-2012 21:27
Page 1 of 80 (800 items) 1 2 3 4 5 Next > ... Last »