Search

Blog Summary
I feel this is a good time for me to present a summary of some of the posts I wrote.. Most Interesting Posts Following are posts that I'm personally proud of. Shake Gestures Library – A Windows Phone Recipe In this post I present an algorithm ... המשך לקרוא>
arik , 11-20-2011 0:13
I’m a Microsoft MVP!
I've recently received an email from Microsoft notifying me I've been awarded Microsoft MVP in Visual C# ! I’d like to thank Microsoft and specifically Guy Burstein for his guidance and excellent advice on finding ways to help the developers ... המשך לקרוא>
arik , 10-02-2011 18:25
Comparing Versions of a .NET Framework DLL Using NDepend
Following Build conference, many people may ask what is new in the .NET Framework. Well, you could find out by examining the documentation, but then you are limited to what it covers. If you want to know ALL that is new / updated in the .NET ... המשך לקרוא>
arik , 09-22-2011 14:28
Windows 8: What's New?
Got back from Build conference . Since I expect many people will ask me "So, what's new?" and since the answer is rather complex, I figured I should try to write a post about it, so here goes…   General Information Windows ... המשך לקרוא>
arik , 09-19-2011 0:24
WPF Tutorial Published [HEB]
After publishing a Windows Phone tutorial and a Silverlight tutorial , I now bring you the WPF tutorial, for the sake of XAML-based technology completeness. This 37 chapters tutorial in Hebrew completely adapted to fit WPF desktop development ... המשך לקרוא>
arik , 09-07-2011 23:30
Order in Chaos: Handling unhandled exceptions in a WPF application
Introduction So you want to handle somehow all the unhandled exceptions in your application. Usually you want to accomplish one of the following: Log the exception for later diagnostics Present the user an unhandled exception UI, nicer than ... המשך לקרוא>
arik , 08-28-2011 20:03
Silverlight Tutorial Published [HEB]
After publishing a Windows Phone tutorial , the next logical step is a Silverlight tutorial. So here it is, a 40 chapters tutorial in Hebrew completely adapted to Silverlight web development and using relevant source code and screenshots. The ... המשך לקרוא>
arik , 08-21-2011 23:36
New C# Forum for the Israeli Developers Community
Following are some blog news: New Israeli C# Forum I'm proud to present a new MSDN forum in Hebrew for the C# developers community in Israel, managed by yours truly. The forum is available on the following link: http://social.msdn.microsoft ... המשך לקרוא>
arik , 08-17-2011 23:48
Using Windows Phone As Windows 7 Accelerometer Sensor
I just had a cool idea! (actually I had it like 6 month ago, but bear with me). My idea involves mixing some of the features in Windows 7 with some of the features in Windows Phone 7, to create a glorious mix!   Windows 7 One of the new ... המשך לקרוא>
arik , 08-13-2011 11:54
WPF: Dictionary Value Converter
What’s the story? You want to convert an enum value to a bitmap image. That’s easy, here’s a solution Usually you would simply create a new value converter which has some custom code (e.g. a switch –case statement) to convert from the enum value ... המשך לקרוא>
arik , 08-10-2011 16:51