Ariel 的个人资料Ariel Erlijman Space on ...照片日志列表 工具 帮助
12月4日

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.

11月29日

Unlock that file

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

10月25日

How to configure a Mom's PC

Roy Osherove has great tips about this in his website here
10月9日

Javascript IDE

Javascript IDE with intellisense and more at aptana web site

9月26日

Cool .NET tips

Check this CodeProject site
9月21日

VB.NET 2005 Power Pack

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

9月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

8月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.

8月5日

Source Control - HOWTO

Interesting article about Source Control with different tools.

Source Control HOWTO
7月21日

Access Denied issues?

Check this excellent post about how to solve them
4月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
4月7日

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