DCSIMG
help,tutorial - Just code - Tamir Khason

Browse by Tags

All Tags » help » tutorial (RSS)
Please update your bookmarks, because the new url of this blog is http://khason.net/ (you have not update RSS feeds, it will be done automatically). Why I did it? Why I decided to go to “stand-alone”… Well. there are some reasons. Generally, I do not want to explain all those here, but trust me, there are some. The main reason is, that there is no responsible person in charge for this blog platform in Microsoft Israel. This why, if your blog is popular and you have a respect to your blog visitors...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/a-little-bit-about-batteries/ ] I tired to write about programming, code and similar nerd stuff. So today I’ll write about … batteries. How is it? :) Today, batteries are in use all over our life. We have a battery in our mobile phone, computer, camera, mp3 player, even microwave, alarm and hand clock. So, the main problem with batteries, scientists all over the world work about is how...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/quick-silverlight-tip-how-to-access-html-dom-from-silverlight-and-silverlight-managed-objects-from-html/ ] After my session yesterday , I got number of email from people, who have a problem to access HTML DOM from Silverlight and vice verse. I want to answer to all of you by this post. Access HTML from Silverlight You have not do anything special in Silverlight to access it.  Your...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/my-xbap-deployment-fails-on-user-account-while-administrators-can-run-it-well-what-to-do/ ] I know only one person, who has following problem, however it makes sense to post all steps to perform in order to solve the problem. Let's start from the error : While trying to run XBAP application with user's account on my machine, I get following error: System.UnauthorizedAccessException...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/how-to-merge-help-files-to-appear-inside-visual-studio/ ] How many times after an installation of some SDK, you saw, that nothing has been merged into Visual Studio help. You press F1 and nothing happens? What to do? Actually, the answer is really stupid. You should go into Visual Studio Documentation (Programs->Visual Studio [number]->Visual Studio [number] documentation), go to...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/hack-read-only-properties-and-fields-using-reflection/ ] Today I got really confusing question: "Is it possible to change readonly property?". The first question, I asked is: "Why to do it?". The next thought was: "This is dammed interesting, whether is possible". Let's see... One thing is sure - we can not do it regular way, but we can do it for sure...