Skip to main content
Email Password   helpLost your password?

Articles by Tamir Khason (9 articles found)

Average article rating: 4.13

Silverlight

Networking in Silverlight and WPF or how to make them speak one each other
Last Updated: 22 Apr 2008   Page Views: 17,274   Rating: 4.73/5    Votes: 7   Popularity: 4.00   Bookmark Count: 32
Licence: The Code Project Open License (CPOL)   
How to use raw sockets in Silverlight application and how to make silverlight to speak with windows forms and wpf
DrawingBrush for Silverlight 2.0
Last Updated: 12 May 2008   Page Views: 14,936   Rating: 4.50/5    Votes: 3   Popularity: 2.15   Bookmark Count: 10
Licence: The Code Project Open License (CPOL)   
This article is about how to build the missing DrawingBrush object for Silverlight. Also, we'll learn about how to deeply clone Silverlight objects.

Windows Presentation Foundation

Building FM Radio with RDS Support
Last Updated: 8 Jan 2009   Page Views: 15,031   Rating: 4.60/5    Votes: 9   Popularity: 4.39   Bookmark Count: 54
Licence: The Microsoft Public License (Ms-PL)   
This article explains how to build a simple FM radio player with RDS support by using WPF and USBFM library
How to Build Dynamic Menus and Toolbars in WPF?
Last Updated: 1 Nov 2007   Page Views: 22,672   Rating: 3.33/5    Votes: 6   Popularity: 2.59   Bookmark Count: 39
Licence: The Code Project Open License (CPOL)   
This article explains how to use build in features of WPF to insert menus, toolbars or any other content dynamically into your application
How to Build a Custom Formatted Label with WPF
Last Updated: 1 Nov 2007   Page Views: 10,570   Rating: 4.50/5    Votes: 2   Popularity: 1.35   Bookmark Count: 14
Licence: The Code Project Open License (CPOL)   
This article explains how to provide a custom gauge formatter for WPF TextBlocks, Label or any other controls
How to Use Windows Vista Search API from a WPF Application
Last Updated: 1 Nov 2007   Page Views: 10,440   Rating: 3.00/5    Votes: 3   Popularity: 1.43   Bookmark Count: 14
Licence: The Code Project Open License (CPOL)   
This article explains the proper way of using Windows Vista Search provider inside a WPF application. It incorporates DataBinding, Query provides and other useful technologies, introduces within Windows Vista and Windows Presentation Foundation
Using Vista Preview Handlers in a WPF Application
Last Updated: 22 Apr 2008   Page Views: 17,326   Rating: 4.50/5    Votes: 10   Popularity: 4.50   Bookmark Count: 16
Licence: The Code Project Open License (CPOL)   
This article is about how to use Windows Vista Preview handlers within a WPF application

C#

Pelco P and D protocol implementation in C#
Last Updated: 18 Aug 2004   Page Views: 109,450   Rating: 4.15/5    Votes: 20   Popularity: 5.40   Bookmark Count: 32
This is a full C# classes to control a PELCO PTZ cameras, matrix switching systems, reciever devices and more via RS422/485 'P' and 'D' protocol. It supports all of the commands including UP, DOWN, IN, OUT, LEFT,
WBXML Support in C# - Handy
Last Updated: 1 Nov 2007   Page Views: 7,880   Rating: 2.78/5    Votes: 3   Popularity: 1.33   Bookmark Count: 5
Licence: The Code Project Open License (CPOL)   
Open source class to handle WAP Binary XML in C# and CF C#
How to calculate CRC in C#? [Technical Blog]
Last Updated: 13 Apr 2009   Page Views: 7,569   Rating: 4.43/5    Votes: 4   Popularity: 2.67   Bookmark Count: 30
Licence: The Microsoft Public License (Ms-PL)   
How to calculate CRC in C#?
Quick how to: Reduce number of colors programmatically [Technical Blog]
Last Updated: 2 Apr 2009   Page Views: 1,166   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 3
Licence: The Microsoft Public License (Ms-PL)   
My colleague just asked me about how to reduce a number of colors in image programmatically. This is very simple task and contains of 43 steps:First of all, you have to read a source imageusing (var img = Image.FromFile(name)) {var bmpEncoder = ImageCodecInfo.GetImageDecoders().FirstOrDefault(e

Debug Tips

Visual Studio Debugger Related Attributes Cheat Sheet [Technical Blog]
Last Updated: 13 Apr 2009   Page Views: 4,100   Rating: 4.00/5    Votes: 3   Popularity: 1.91   Bookmark Count: 7
Licence: The Microsoft Public License (Ms-PL)   
Visual Studio debugger related attributes cheat sheet

Uncategorised Technical Blogs

INotifyPropertyChanged auto wiring or how to get rid of redundant code [Technical Blog]
Last Updated: 10 Aug 2009   Page Views: 2,058   Rating: 5.00/5    Votes: 1   Popularity: 0.00   Bookmark Count: 7
Licence: The Microsoft Public License (Ms-PL)   
For the last week most of WPF disciples are discussing how to get rid of hardcoded property name string inside INotifyPropertyChanged implementation and how to keep using automatic properties implementation but keep WPF binding working. The thread was started by Karl Shifflett, who proposed interest
Real singleton approach in WPF application [Technical Blog]
Last Updated: 25 Aug 2009   Page Views: 1,037   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 1
Licence: The Microsoft Public License (Ms-PL)   
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 it, you can implement singleton pattern for the application and share only

Tamir Khason


Member
Hello! My name is Tamir Khason, and I am software architect, project manager, system analyst and [of course] programmer. In addition to writing big amount of documentation, I also write code, a lot of code. I used to work as a freelance architect, project manager, trainer, and consultant here, in Israel, but recently join the company with extremely persuasive idea - to make a world better place. I have very pretty wife and 3 charming kids, but unfortunately almost no time for them.

To be updated within articles, I publishing, visit my blog or subscribe RSS feed. Also you can follow me on Twitter to be up to date about my everyday life.
Occupation: Architect
Company: Better Place
Location: Israel Israel


Last Updated 21 Nov 2009 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2009