Welcome to DevAuthority.Com Sign in | Join | Help

March 2007 - Posts

Risky hebrew word...

Today I went to the grocery shop with my son Daniel (20 month old). On the register Daniel was not thrilled about his treat being taken away. Here is the dialog: Daniel: Die Die Die Die...(continues) Registerer (stricken with panic) : Why does he want
posted by Samuelson | 0 Comments

"Orcas" new features

NET Framework 3.5 New Features Faster .NET Framework execution Base Class Library – New Class Additions Language Integrated Query (LINQ) 1. Faster garbage collection 2. Smarter, faster NGen requiring smaller working set RAM 3. 64 bit client improvements
posted by Samuelson | 0 Comments

"Orcas" Control+Tab

What a GREAT feature!!! Cross-post from http://blogs.microsoft.co.il/blogs/samuelson
posted by Samuelson | 0 Comments

Automatic properties in Visual Studio "Orcas"

While working on "Orcas" and checking the new DWM API in Windows Vista I found out that you can write something like this: public class Sample {     public string Guid     {         get;    
posted by Samuelson | 0 Comments

Pandoras box

If you are familier with Pandora, you will LOVE this very cool application: Pandoras Box is a wrapper for Pandora running in the task tray   DOWNLOAD Cross-post from http://blogs.microsoft.co.il/blogs/samuelson
posted by Samuelson | 1 Comments

Five things you didn't know about me

WOW! I am behind schecule...Ohad Israeli tagged me almost two month ago.  HOWEVER, I have a very good reason for not joining this blog-tag game. In January my family and I came to the US. We are currently visiting my family in Reston,
posted by Samuelson | 0 Comments

Windows Vista UAC - quiet mode

If you are tired of the Message box asking you to allow Admin privileges, there is a small registery tweak to skip this Message Box without disable UAC (User Access Control). [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]"ConsentPromptBehaviorAdmin"=dword:00000000
posted by Samuelson | 0 Comments

SideShow devices

If you are planning to upgrade to Windows Vista or allready using it. You have probably found this in your Control Panel:   "SideShowDevices.com is a site dedicated to Microsoft Vista Sideshow Hardware Gadgets news, such as Vista SideShow auxiliary
posted by Samuelson | 0 Comments

Missile Launchers

InventGeek has published two cool guides to build your own “Missile” launcher. Cost around 70$ http://inventgeek.com/Projects/usbairsoftturret/overview.aspx   Cost around 200$ http://inventgeek.com/Projects/Airsoft_Turret_v2/Overview.aspx
posted by Samuelson | 0 Comments

Extensibility

Over 2 years ago when I got intreduced to C# 2.0 and generics I wrote an Extensibility Application Block. The simple usage looks like this: IExtensibleHost host = new SingleAppDomainHost(); IExtensibleTypeLoader loader = new AssemblyTypeLoader(System.Reflection.Assembly.GetEntryAssembly());
posted by Samuelson | 0 Comments