Articles tagged with: Development

Quick tips for developing under Windows Vista

Summary: Tips for efficient development under Windows Vista with Visual Studio 2005.


5 Things we can learn as developers from videogames

Summary: Developers can learn from PC videogames in areas such as efficient updates, secure software, good resource management, correct localization, and usability. Games use encrypted communications, thin-client logic, and anti-keyloggers to ensure security. Good games are easy to play and have ingame tutorials.


NUnit 2.4.1 & Watin 1.1.0

Summary: NUnit 2.4.1 has a new constrained assert model that is more like natural language. WatiN 1.1.0 has been released and can be integrated with NUnit for web application testing.


Selecting the Nth row from a SQL table

Summary: A guide on selecting the Nth row from a SQL table.


VS2005 Unit Tests and copying files

Summary: A guide on configuring VS2005 unit tests to copy files to the output folder before execution.