DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Groups
DevCast
cruizer
»
All Tags
»
OOP
(
RSS
)
Browse by Tags
cruizer
Home
About
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
LINQ and db4o
Introduction to Object Databases (using db4o)
Smalltalk: "Been here, done that"
Cyclomatic complexity and its effect on my code
Does your programming language enable you, or hinder you?
Tags
.NET
agile practices
C#
code
database
development tools
DotNET
dynamic languages
event
General
IronRuby
LINQ
linux
Microsoft
MonoRail
OOP
Open Source
personal
PHPStuff
presentation
Ruby
SharePoint
TDD
tips
unit testing
View more
Archives
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
agile practices
C#
code
database
development tools
dynamic languages
General
LINQ
Smalltalk
TDD
LINQ and db4o
I failed to mention in my previous post that db4o also supports LINQ for executing queries against an object database. In order to avail of this feature, a reference should be added to the Db4objects.Db4o.Linq.dll and you need to specify " using...
Published
04-24-2009 4:01 PM
by
cruizer
Filed under:
C#
,
.NET
,
database
,
OOP
,
LINQ
Introduction to Object Databases (using db4o)
For the longest time I have been intrigued by object database management systems ( ODBMS ) and I have been wanting to try it out. Of course there are the usual excuses -- I'm busy, I've got no time, I've got so many other projects, etc. Recently...
Published
04-22-2009 11:12 PM
by
cruizer
Filed under:
C#
,
.NET
,
database
,
OOP
Smalltalk: "Been here, done that"
The .NET world is eagerly anticipating the release of version 3.5 of the .NET Framework and Visual Studio 2008 later this month . Naturally there is a build-up of technical discussions, events and online material about the features the new release is...
Published
11-07-2007 2:58 PM
by
cruizer
Filed under:
General
,
OOP
,
development tools
,
Smalltalk
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
Does your programming language enable you, or hinder you?
Computer programming languages have evolved through the years to enable programmers to do tasks, and do them faster. Otherwise, we would all be stuck programming in native machine language. While some of you may find that fun, I don't. Lately I've...
Published
08-08-2007 2:23 PM
by
cruizer
Filed under:
OOP
,
dynamic languages
Languages make design patterns necessary
In light of observations made here and there , it is becoming clear to me that language limitations play a big part in making design patterns necessary. Or unnecessary . In other words, language deficiencies make it necessary to introduce complexity into...
Published
08-07-2007 4:18 PM
by
cruizer
Filed under:
General
,
OOP
Copyright DevPinoy 2005-2008