DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Groups
DevCast
cruizer
»
All Tags
»
database
(
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)
TDD Step by Step, Part 2: The Database
Testing against the database
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
development tools
DotNET
LINQ
OOP
TDD
unit testing
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
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
Testing against the database
In our company we're currently porting a site from old ASP Classic to ASP.NET 2.0. It's virtually a total overhaul, as we're embracing an object-oriented design that we believe will enable us to scale and maintain the application better. I just noticed...
Published
10-13-2006 2:15 PM
by
cruizer
Filed under:
DotNET
,
TDD
,
.NET
,
database
Copyright DevPinoy 2005-2008