DCSIMG
Tips and Tricks,tutorial,teched - Just code - Tamir Khason

Browse by Tags

All Tags » Tips and Tricks » tutorial » teched (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/configuring-and-running-mono-aspnet-35-ajaxnet-on-linux-computers/ ] Before we will start, we should install Linux. To do this, you can download any of LiveCDs with live installation. Officially, Mono supported only on one free Linux - openSuse . However, you can make it work on any RedHat (and its alternatives), OpenSolaris . It works, but unsupported on Debians, Ubuntu and Maemo. We...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/networking-and-sockets-in-silverlight-10-mobile-to/ ] Well, well, well. Two days ago, we spoke about using sockets within Silverlight 2.0 and WPF . Today, we’ll make a step ahead and will use TCP or UDP client-server connection within Silverlight 1.0. Yes, 1.0 (the one with JavaScript only and no sockets). So, let’s start Rock ‘n Roll. Oh, baby – it cannot be done...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/networking-raw-sockets-in-silverlight-and-wpf-messaging-in-general/ ] You, probably, know how to use raw sockets in WinForms. It's pretty the same in WPF, however it is very different (and limited) in Silverlight. Today, we'll create sample application in Silverlight, WPF and WinForm that sending and receiving updates via TCP as well as broadcasting it via UDP (singlecast and...