tamir

Stories submitted by tamir

RSA private key import from PEM format in C#(khason.net)

submitted by tamirtamir(580) 11 months, 14 days ago

Source code and explanations about how to use asymmetric encryption for mutual authenticated SSL protocol by importing and using RSA OpenSSL private keys and client certificates into C#.NET application. read more...

add a comment |category: |Views: 17

tags: another

How to implement singleton like pattern in WPF application?(khason.net)

submitted by tamirtamir(580) 2 years, 9 months ago

This article explains one of simplest ways to implement singleton-like pattern in WPF application. In the article you'll find possible approach of using singletons as data sources for the XAML application, pattern to reuse it across WPF, how to connect to routed events externally and also how to handle dependency property changed from outside of the owner class. read more...

add a comment |category: |Views: 63

tags: another

How to auto wire INotifyPropertyChanged(khason.net)

submitted by tamirtamir(580) 2 years, 9 months ago

This article explains how to get rid of INotifyPropertyChanged explicit implementation while using automatic getters and setters for class properties by using aspect oriented approach. read more...

add a comment |category: |Views: 102

tags: another

TFS licensing model demystification(khason.net)

submitted by tamirtamir(580) 2 years, 9 months ago

This article diggs deep into TFS licensing model and answers one of the most frequent questions for IT professionals - "what should I buy for my company in order not to step on the licensing mine?" read more...

add a comment |category: |Views: 24

tags: another

How simple mental calculations are(khason.net)

submitted by tamirtamir(580) 3 years, 3 months ago

Simple way to perform math power and multiplication calculations mentaly read more...

add a comment |category: |Views: 8

tags: another

Brilliant, yet simple technical questions, can be used for work interv(khason.net)

submitted by tamirtamir(580) 3 years, 3 months ago

Some technical questions from 11th grade Russian exam, that will help you to choose good candidate for hardware engineer. read more...

add a comment |category: |Views: 9

tags: another

Open Source licenses comparison table(khason.net)

submitted by tamirtamir(580) 3 years, 4 months ago

Usable comparison table of open source licenses. What each license means and how to use it. read more...

add a comment |category: |Views: 43

tags: another

Nifty time savers for WPF development(khason.net)

submitted by tamirtamir(580) 3 years, 4 months ago

Those are some of my everyday small "time savers" - extended methods, I'm using for everyday WPF development read more...

add a comment |category: |Views: 22

tags: another

Audio CD operation including CD-Text reading in pure C#(khason.net)

submitted by tamirtamir(580) 3 years, 4 months ago

Managed way to rip tracks and get cdtext of CDROM read more...

add a comment |category: |Views: 54

tags: another

New version of Hebrew and Arabic support for Silverlight was released(khason.net)

submitted by tamirtamir(580) 3 years, 4 months ago

RC2 of Hebrew and Arabic bidirectional support for Silverlight was just released. read more...

add a comment |category: |Views: 8

tags: another

USB FM radio library was published on CodePlex(khason.net)

submitted by tamirtamir(580) 3 years, 4 months ago

Fully managed (C#) open source library to support USB FM radios with RDS and TMC support read more...

add a comment |category: |Views: 18

tags: another

Wiring audio echo service with managed DirectSound and C#(blogs.microsoft.co.il)

submitted by tamirtamir(580) 3 years, 5 months ago

This article explains the way you can create your own echo service by using managed DirectSound and C#. You can capture voice from the microphone of any other audio source and stream it to PC speakers. read more...

add a comment |category: |Views: 75

tags: another

How to write WPF or Silverlight program without XAML(blogs.microsoft.co.il)

submitted by tamirtamir(580) 3 years, 5 months ago

From the moment, 10K MIX09 contest was launched, people keep asking the same question: Is it possible to have Silverlight program up and running without XAML at all? The answer is: YES. This article explains how read more...

add a comment |category: |Views: 42

tags: another

Creating real transparent controls with compact framework(blogs.microsoft.co.il)

submitted by tamirtamir(580) 3 years, 6 months ago

This article explains one of easiest ways to create real transparent controls, can be positioned over other controls with image background with compact framework and windows mobile 5 read more...

add a comment |category: |Views: 423

tags: another

How to P/Invoke VarArgs (variable arguments) in C#?(blogs.microsoft.co.il)

submitted by tamirtamir(580) 3 years, 6 months ago

This article explains the way of marshaling C and C++ variable arguments from and to C# by using hidden features of CLR read more...

add a comment |category: |Views: 20

tags: another

P/Invoke Check Sheet(blogs.microsoft.co.il)

submitted by tamirtamir(580) 3 years, 7 months ago

This article will help you to understand how to create managed signatures for unmanaged methods, types and delegates read more...

add a comment |category: |Views: 20

tags: another