DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Blogs
Media
Forums
DevCast
cruizer
»
All Tags
»
code
(
RSS
)
Browse by Tags
cruizer
Home
About
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
IronRuby presentation slides and demo code
TDD Step by Step, Part 2: The Database
TDD Step by Step, Part 1
Data Access with LINQ
A mind-opening article
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)
.NET
access
agile practices
C#
data
database
development tools
DotNET
dynamic languages
event
IronRuby
LINQ
Microsoft
OOP
Open Source
PHPStuff
presentation
Ruby
security
TDD
unit testing
IronRuby presentation slides and demo code
I have posted the presentation slides (in both PowerPoint 2007 and OpenDocument Presentation formats) and demo code here: [EDIT: added link to SlideShare copy] Presentation slides, PowerPoint 2007 format , OpenDocument Presentation format or view online...
Published
05-24-2009 4:54 PM
by
cruizer
Filed under:
DotNET
,
Open Source
,
C#
,
.NET
,
code
,
presentation
,
Microsoft
,
dynamic languages
,
development tools
,
Ruby
,
IronRuby
,
event
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
A mind-opening article
From MSDN Magazine: Test Your Security IQ Most C/C++ developers should be able to spot all of the security bugs illustrated in the examples; C# coders would find this very informative.
Published
10-29-2008 11:19 AM
by
cruizer
Filed under:
code
,
security
Silverlight 2 Unit Testing: slides and code
It was my first time to join a community event in Singapore during yesterday's Heroes Community Launch and it was a blast! It was also cool to see that of nine presentors during the event, three of us are Pinoys. I definitely am looking forward to...
Published
05-18-2008 4:27 PM
by
cruizer
Filed under:
DotNET
,
C#
,
.NET
,
code
,
presentation
,
Microsoft
,
development tools
,
unit testing
Cyclomatic complexity and its effect on my code
Have you heard of the term cyclomatic complexity ? I had my first encounter with it in the current project we're doing at work. One of the senior guys in our project set up our build server, with CruiseControl.NET invoking a tool called SourceMonitor...
Published
09-20-2007 6:41 PM
by
cruizer
Filed under:
TDD
,
C#
,
code
,
agile practices
,
OOP
,
development tools
Predictable code
In my early years of programming, performance was everything. These days, since I don't do system-level programming anymore, code maintainability is more important. Of course that doesn't mean to say that it's OK for my code to suck so many...
Published
06-12-2007 7:55 AM
by
cruizer
Filed under:
DotNET
,
C#
,
.NET
,
code
Test-First Demo: Developing a User Login Facility, part 1
OK, so now it's time to "walk the talk." I'll be demo-ing here how to develop a user login facility test first -- how you can begin a test, then code your class to pass that test. Then we'll add one feature or behavior at a time until we completely fulfill...
Published
04-03-2007 12:26 PM
by
cruizer
Filed under:
DotNET
,
TDD
,
C#
,
.NET
,
code
,
agile practices
Static instances in PHP4
If you've read my previous post s here, you'll notice that I advocate code testability and TDD. One of the key design concepts in achieving this is "inversion of control" or the dependency injection pattern . While I do mostly .NET stuff these days, I...
Published
01-19-2007 9:24 AM
by
cruizer
Filed under:
PHPStuff
,
TDD
,
code
,
agile practices
Keeping code close to the data -- how I love refactoring
I've been doing too much OOP that I've "forgotten" already what makes it different from procedural programming. It was funny when my up-and-coming employer asked me that question during my job interview. :) I kept on saying other things but eventually...
Published
12-07-2006 4:49 PM
by
cruizer
Filed under:
DotNET
,
TDD
,
.NET
,
code
Updated slides and code for TDD
Yesterday's MSDN event was tiring but I guess it was worth it. Hopefully these slides and demo code help convince you to adopt the test-driven approach to coding. Too bad there were not enough shirts/jackets for everyone. Hmm, I feel envious that the...
Published
10-06-2006 10:31 AM
by
cruizer
Filed under:
TDD
,
C#
,
.NET
,
code
,
presentation
Copyright DevPinoy 2005-2008