Monday, December 8, 2008

Philips 10-feet TV-Guide

Team:
  • 2 Developers
Responsibilities:
  • UI implementation
Features:
  • 10-Feet TV-Guide on Philips TV
  • Map keys on remote control
Development Details:
  • Visual Studio
  • ASPX
  • AJAX
  • Javascript

Monday, September 29, 2008

CDN - Content Delivery Network


A content delivery network (CDN) is a large distributed system of servers deployed in multiple data centers in the Internet. The goal of a CDN is to serve content to end-users with high availability and high performance. CDNs serve a large fraction of the Internet content today, including web objects (text, graphics, URLs and scripts), downloadable objects (media files, software, documents), applications (e-commerce, portals), live streaming media, on-demand streaming media, and social networks.

Reference: Wiki

Sunday, September 28, 2008

CSUnit

What Is csUnit?

csUnit is a free and open source unit testing tool for the .NET
Framework. Unit testing is tightly associated with test-driven
development (TDD), refactoring, and other practices from agile software
development approaches such as Extreme Programming or Scrum.

http://www.csunit.org/

Microsoft .Net

.NET is an integral part of many applications running on Windows and provides common functionality for those applications to run. This download is for people who need .NET to run an application on their computer. For developers, the .NET Framework provides a comprehensive and consistent programming model for building applications that have visually stunning user experiences and seamless and secure communication.

http://www.microsoft.com/net

Friday, September 12, 2008

NUnit

What Is NUnit?

NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 2.6, is the seventh major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take advantage of many .NET language features, for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all .NET languages.


http://www.nunit.org/

Tuesday, January 29, 2008