Welcome to DevAuthority.Com
Sign in
|
Join
|
Help
Ido Samuelson's
Notes and thoughts
This Blog
About
Email
Calendar
May
June 2007
Jul
S
M
T
W
T
F
S
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
Search
Go
Syndication
RSS 2.0
Atom 1.0
Archives
June 2007 (13)
April 2007 (4)
March 2007 (10)
February 2007 (1)
January 2007 (1)
December 2006 (6)
November 2006 (18)
October 2006 (6)
September 2006 (7)
August 2006 (19)
July 2006 (17)
June 2006 (56)
May 2006 (48)
March 2006 (2)
February 2006 (2)
January 2006 (10)
November 2005 (1)
August 2005 (6)
July 2005 (6)
News
"It doesn't take a brain transplant to change your mind." - Robert Half
View My Stats
Navigation
Home
Blogs
Photos
Files
Reader
Roller
Post Categories
.NET Related (7)
c# 3.0 (1)
General (12)
Radar (1)
Technology News (1)
June 2007 - Posts
Saturday, June 23, 2007 5:46 AM
Safe saw
My wife's next birthday present: http://view.break.com/291378 - Watch more free videos
posted by
Samuelson
|
0 Comments
Filed Under:
General
Friday, June 22, 2007 11:26 AM
Microsoft using a cracked version of Sound Forge 4.5?
So it seems... Do the following:Click "My Computer"Double click the C:/ Drive (Local Disk)Double click the "WINDOWS" folderDouble click the "Help" folderDouble click the "Tours" folderDouble click the "WindowsMediaPlayer" folderDouble click the "Audio"
posted by
Samuelson
|
0 Comments
Monday, June 18, 2007 8:06 AM
Are You Ready for 2008? C# 2.0 to C# 3.0 course
Following my previous post, I want to talk more about the course I am going to teach: C# 2.0 to C# 3.0 Course Description: C# 3.0 introduces several language extensions that build on C# 2.0 to support the creation and use of higher order, functional
posted by
Samuelson
|
0 Comments
Filed Under:
c# 3.0
Monday, June 18, 2007 8:03 AM
Are You Ready for 2008? C# 2.0 to C# 3.0 course
Following my previous post, I want to talk more about the course I am going to teach: C# 2.0 to C# 3.0 Course Description: C# 3.0 introduces several language extensions that build on C# 2.0 to support the creation and use of higher order, functional
posted by
Samuelson
|
0 Comments
Filed Under:
General
Monday, June 18, 2007 7:43 AM
Are You Ready for 2008? Experts4D bring Experts instructors to teach expert courses.
If you live in Israel and still did not hear about the coming Microsoft technologies event Are You Ready for 2008, this is the time to wake up call!. Look what Experts4D has offer and sign up for one or more of the following exclusive courses.
posted by
Samuelson
|
0 Comments
Filed Under:
General
Sunday, June 17, 2007 6:16 PM
Lego Ultrasonic Radar
Project description:The Devantech SFR04 Ultrasonic Range Finder indicates the distance to the closest object within range. Echo’s that arrive later are received and processed, but subsequently ignored. For a true radar all signals should be taken into
posted by
Samuelson
|
0 Comments
Filed Under:
Radar
Sunday, June 17, 2007 5:17 PM
Abracadabra origin.
Have you even wondered what is the origin for this word? I am sure this is going to be quite a shock for some of my Israeli readers. The origin is from Hebrew/Aramic - Avrei Kadaber, 'I Will create as I speak'. Via http://www.etymologic.com The
posted by
Samuelson
|
0 Comments
Filed Under:
General
Sunday, June 17, 2007 5:04 PM
The Internet Clipboard
Have you ever had this moment when you wanted to simply copy and paste something from one computer to another? Enter a URL that starts with http://cl1p.net. example: http://cl1p.net/warlike/ Paste in anything you want. Some text or even a small
posted by
Samuelson
|
0 Comments
Filed Under:
General
,
Technology News
Saturday, June 16, 2007 11:32 AM
CopySourceAsHtml now for Orcas beta 1
If you are not familiar CopySourceAsHtml AddIn for Visual Studio you can read about it here (This is the addin I use to post code in my blog). Since this addin does not work with Visual Studio Orcas and currently Orcas is my main development
posted by
Samuelson
|
1 Comments
Filed Under:
.NET Related
Saturday, June 16, 2007 11:27 AM
Control.Invoke in C# 3.0 - part 2
After part 1 we can now make the code even more readable by creating Extension Method to System.Windows.Forms.Control public static class ControlExtentions { public delegate void InvokeHandler(); public
posted by
Samuelson
|
1 Comments
Friday, June 15, 2007 11:36 PM
Control.Invoke in C# 2.0 and C# 3.0
In C# 2.0 using anonymous methods this code will be: private delegate void InvokeHandler(); public void UpdateStatus(int currentFile, string status) { if (transfer.InvokeRequired) {
posted by
Samuelson
|
0 Comments
Wednesday, June 13, 2007 10:01 AM
var Microtrix = Microsoft + TheMatrix;
This was sitting in my mail for a while, don't know how I missed it. This I loved the most :-) You can find the rest here Cross-post from http://blogs.microsoft.co.il/blogs/samuelson
posted by
Samuelson
|
0 Comments
Wednesday, June 06, 2007 8:26 PM
Thoughts about binding dynamic user controls using LINQ
I am working on a small application which allow the user to create object prefix and suffix. I thought of creating the user controls dynamically and after a few minutes I wrote this cool code sample (not very optimized) that bind a
posted by
Samuelson
|
0 Comments