DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Blogs
Media
Forums
DevCast
November 2008 - cruizer
cruizer
Home
About
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Source Control without Continuous Integration
The post that stirred up the horNET's nest
IronRuby 1.0 is out!
VirtualBox article
IronRuby and the DLR slides posted in slideshare
Tags
.NET
agile practices
C#
code
continuous integration
database
development tools
DLR
DotNET
dynamic languages
General
IronRuby
LINQ
linux
Microsoft
MonoRail
OOP
Open Source
personal
PHPStuff
presentation
Ruby
TDD
tips
unit testing
View more
Archives
September 2011 (1)
August 2010 (1)
April 2010 (1)
March 2010 (1)
December 2009 (1)
September 2009 (2)
May 2009 (2)
April 2009 (2)
January 2009 (1)
November 2008 (4)
October 2008 (4)
September 2008 (3)
July 2008 (2)
June 2008 (1)
May 2008 (4)
April 2008 (1)
December 2007 (3)
November 2007 (2)
October 2007 (3)
September 2007 (2)
August 2007 (4)
July 2007 (2)
June 2007 (2)
May 2007 (1)
April 2007 (5)
March 2007 (2)
February 2007 (2)
January 2007 (5)
December 2006 (2)
November 2006 (2)
October 2006 (2)
September 2006 (4)
August 2006 (6)
July 2006 (1)
June 2006 (1)
May 2006 (5)
March 2006 (1)
February 2006 (5)
January 2006 (4)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
TDD Step by Step, Part 2: The Database
Welcome to part two of our series on building a Windows application using test-driven development (TDD). In the previous article we drove the design of our entity classes and data access layer by means of unit tests. The unit tests acted more as specifications...
Published
11-24-2008 11:37 AM
by
cruizer
Filed under:
DotNET
,
TDD
,
C#
,
.NET
,
code
,
database
,
agile practices
,
development tools
,
unit testing
TDD Step by Step, Part 1
In a hot discussion thread in msforums.ph about the value of unit testing and adopting test-driven development (TDD), a suggestion was made to illustrate how TDD is used in creating a simple application, specifically Keith's October code challenge...
Published
11-24-2008 8:37 AM
by
cruizer
Filed under:
DotNET
,
TDD
,
C#
,
.NET
,
code
,
agile practices
,
unit testing
Data Access with LINQ
I discussed LINQ (LINQ to objects, XML, then SQL) during the Microsoft TechFEST event here in Singapore, and the slides are here . You can download the sample code as well.
Published
11-04-2008 7:25 AM
by
cruizer
Filed under:
.NET
,
code
,
presentation
,
LINQ
,
data
,
access
WCF: Shifting from HTTP to TCP
We've decided to shift our project's WCF services from HTTP to TCP. Why? We've got a few reasons: Performance is important. We all know the TCP-based protocol (used by NetTcpBinding) is faster and has lower latency than the HTTP-based protocol...
Published
11-01-2008 4:23 PM
by
cruizer
Copyright DevPinoy 2005-2008