More servicesWindows Live
HomeHotmailSpacesOneCare
 
MSN
Sign in
 
 
Spaces home  Ariel Erlijman Space on ...PhotosProfileFriendsBlog Tools Explore the Spaces community

Blog

December 04

VB2005 Tips and Tricks - part 1

Symbolic Rename

Right-click on any local variable and select Rename. This will rename all appropriate instances in your code of that variable.

Symbolic Rename works with any property, class or method.

Right click on a form, and select rename. You will see the same result.

November 29

Unlock that file

Discover which program is locking that file you want to delete with this utility

October 25

How to configure a Mom's PC

Roy Osherove has great tips about this in his website here
October 09

Javascript IDE

Javascript IDE with intellisense and more at aptana web site

September 26

Cool .NET tips

Check this CodeProject site
September 21

VB.NET 2005 Power Pack

If you are a VB.NET 2005 fan, check this website

September 18

Fiddler

Fiddler is a transparent proxy that automatically adds itself to the WININET chain so that it can see every request being made. It logs those requests and the responses to allow you to see what is working and what isn't working. Tutorial and info here

August 21

Threading in .NET

Do you really know how to implement it? Check it out here

Developer Roadmap for .NET

Check this for a great roadmap for .NET
Many steps to follow from new, 1.1 or 2.0 perspective.

August 05

Source Control - HOWTO

Interesting article about Source Control with different tools.

Source Control HOWTO
July 21

Access Denied issues?

Check this excellent post about how to solve them
April 20

A Tour of Microsoft's Mac Lab

With this kind of facilities, I would use a Mac with out any question! Check:

David Weiss: A Tour of Microsoft's Mac Lab
April 07

SQLServer Security

Check this Free Tools to help you securing your SQLServer. Also check this to see ten hacker tricks to exploit SQL Server systems

SQLServer Data Dumper

A must have tool to backup, export or recreate data. It generates INSERTS for SQLServer Databases
Check Ruizata Project