| 18-09-2009, 11:19 | #1 |
|
Moderator
![]() |
Developer Tools and Resources
Found something useful, then let us know.
|
|
|
| Thanks from: |
|
Advertisement
|
|
|
| 18-09-2009, 11:36 | #2 |
|
Moderator
![]() |
Here's some of my toolkit
Some good online resources Last edited by Sparks; 28-05-2011 at 17:16. |
|
|
| Thanks from: |
| 18-09-2009, 11:38 | #3 |
|
Registered User
![]() |
|
|
|
| 18-09-2009, 15:39 | #4 |
|
Category Moderator
![]() Join Date: Apr 2003
Posts: 30,710
|
Last edited by Sparks; 18-09-2009 at 15:43. |
|
|
| Thanks from: |
| 19-09-2009, 02:20 | #5 |
|
Moderator
![]() |
Some resources more oriented towards graphics & game developers....
|
|
|
|
Advertisement
|
|
|
| 19-09-2009, 02:30 | #6 | |
|
Category Moderator
![]() Join Date: Apr 2003
Posts: 30,710
|
Quote:
Oh, and add in VirtualBox because it's so bloody useful - testing in IE6 from Linux, running sandboxed LAMP servers, the works. Virtualisation (be it VirtualBox, VMware or whatever) is an immensely useful tool. |
|
|
|
| 19-09-2009, 21:59 | #7 |
|
Registered User
![]() |
I've been using the Regex Coach for years as quick little tool to debug/design regex's, very handy;
http://weitz.de/regex-coach/ Post from Scott Hanselman a few months back, listing a bunch of utilities and developer tools he uses, some good stuff in there; http://www.hanselman.com/blog/ScottH...orWindows.aspx On a .NET specific note, if you're P/Invoking back to the Win32 and other APIs, this site is very useful for getting calling profiles; http://pinvoke.net/ Also re MS tech, they have a very handy Web Platform Installer, for getting set up with a Windows development environment in a hurry - Visual Studio, IIS, SQL, ASP.NET or PHP, etc. Also lets you grab various open source apps - wikis, blogs, forums, etc. http://www.microsoft.com/web/Downloads/platform.aspx If you want to get started/get further with ASP.NET development, lots of video tutorials and other resources here; http://www.asp.net/ The MSDN Magazine tends to have some pretty interesting stuff, plus some in-depth material; http://msdn.microsoft.com/en-us/magazine/default.aspx Back when I worked with Perl, I used to use a text editor called Context, was simple but good. It's still going, AFAIK; http://www.contexteditor.org/ These days as a lightweight/backup text editor I've been using Notepad++, pretty nice app. Does code folding, search across files, syntax highlighting and various other handy tricks. http://notepad-plus.sourceforge.net/uk/site.htm |
|
|
| 20-09-2009, 23:32 | #8 | |
|
Registered User
![]() |
Quote:
Lockless Programming Considerations for Xbox 360 and Microsoft Windows |
|
|
|
| 20-09-2009, 23:35 | #9 |
|
Registered User
![]() |
LINQPad - Great for testing LINQ like you would SQL.
.Net Reflector - Browse the code in .Net assemblies. Very useful little tool. |
|
|
|
Advertisement
|
|
|
| 21-09-2009, 11:39 | #10 |
|
Registered User
![]() |
|
|
|
| Thanks from: |
| 21-09-2009, 17:37 | #12 |
|
Moderator
![]() |
Oh and how could I forget RockScroll, one of the best Visual Studio plugins out there. The double-click highlighting is so handy... almost as handy as Visual Assist (sorely-needed intellisense replacement), but free.
|
|
|
| 02-10-2009, 22:53 | #13 |
|
Registered User
![]() |
my favourite
http://notepad-plus.sourceforge.net/uk/site.htm |
|
|
| 05-10-2009, 14:52 | #14 |
|
Registered User
![]() |
A little surprised nobody has mentioned AutoIt yet - a ridiculously useful scripting language for Windows which focuses on GUI automation, but is good for lots of other things too - I only wish there was a similar thing for OS X (AppleScript doesn't really suffice). The editor of choice in their release bundles is SciTE, which seems very nice in its own right, but since I'm on a Mac at home I use Aquamacs Emacs (and vi for quickie jobs on the command line).
Process Explorer and... well, actually all of the Sysinternals utility suite. TortoiseSVN is a nice shell extension for versioning your files with Subversion repositories. |
|
|
| 05-10-2009, 16:08 | #15 | |
|
Category Moderator
![]() Join Date: Apr 2003
Posts: 30,710
|
Quote:
|
|
|
|