DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Blogs
Media
Forums
DevCast
cruizer
»
All Tags
»
development tools
(
RSS
)
Browse by Tags
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!
Tip: help IronRuby find SharePoint assemblies
SharePoint + IronRuby
Tags
.NET
agile practices
C#
code
continuous integration
database
development tools
DotNET
dynamic languages
event
General
IronRuby
LINQ
linux
Microsoft
MonoRail
OOP
Open Source
PHPStuff
presentation
Ruby
SharePoint
TDD
tips
unit testing
View more
Archives
September 2012 (1)
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
agile practices
C#
code
continuous integration
data
database
DLR
DotNET
dynamic languages
event
General
IronRuby
Microsoft
OOP
Open Source
presentation
Ruby
SharePoint
Smalltalk
TDD
tips
unit testing
WCF
Source Control without Continuous Integration
Having a source control system is a must these days, but I must say that coupling that with a continuous integration (CI) build system is just as important. It's really frustrating to pull the supposedly latest or most recent 'stable' or 'production'...
Published
09-15-2011 6:31 PM
by
cruizer
Filed under:
General
,
agile practices
,
development tools
,
continuous integration
,
tips
The post that stirred up the horNET's nest
I woke up yesterday to find Twitter abuzz with heated tweets by various developers. I live about halfway around the globe from the US so I'm quite used to situations like this, and looking for the news post or product announcement that caused it....
Published
08-04-2010 5:08 PM
by
cruizer
Filed under:
DotNET
,
C#
,
.NET
,
Microsoft
,
development tools
,
data
IronRuby 1.0 is out!
Just in case you didn't know, IronRuby 1.0 has been released on 12 April (same day as Visual Studio 2010 and .NET 4.0). See how it compares to Matz' Ruby interpreter as far as the test suite goes. No benchmarks found yet, but I wouldn't be...
Published
04-14-2010 1:06 PM
by
cruizer
Filed under:
Open Source
,
.NET
,
dynamic languages
,
development tools
,
Ruby
,
IronRuby
,
DLR
Tip: help IronRuby find SharePoint assemblies
One of the pain points in having IronRuby access SharePoint classes is that you'll have to help IronRuby find the appropriate assemblies. IronRuby (at least with the 0.9.0 version) has an IronRuby folder underneath the lib folder in its main directory...
Published
09-26-2009 8:00 AM
by
cruizer
Filed under:
.NET
,
development tools
,
IronRuby
,
SharePoint
SharePoint + IronRuby
Yesterday I was banging my head against a (virtual) wall because of frustration trying to debug a WF -based workflow for SharePoint when I thought of a cool idea: why not use IronRuby and its REPL console to explore the SharePoint object model ? That...
Published
09-25-2009 9:51 AM
by
cruizer
Filed under:
.NET
,
development tools
,
Ruby
,
IronRuby
,
SharePoint
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
Some WCF Gotchas
A project our team (in my employer) has been working on for a good number of months now makes extensive use of Windows Communication Foundation (WCF). WCF is nothing really ground-breaking; its significance is that it unifies the various inter-process...
Published
10-05-2008 11:48 AM
by
cruizer
Filed under:
.NET
,
development tools
,
tips
,
WCF
SQL is a functional language?!
I was taken aback by the claim, mentioned by a speaker in an event I attended about two nights ago. The topic was about development in languages and concurrency, which particularly interested me. I don't know if you'll agree with the claim but...
Published
09-06-2008 1:55 PM
by
cruizer
Filed under:
General
,
development tools
Learning Ruby from C#
Just in case you haven't seen this yet: http://www.codethinked.com/category/IronRuby-via-C-Series.aspx I'm sure it's a handy tutorial for learning Ruby (using IronRuby for .NET) the language if you've already got C#/.NET background. I...
Published
07-25-2008 7:58 PM
by
cruizer
Filed under:
DotNET
,
.NET
,
dynamic languages
,
development tools
,
Ruby
,
IronRuby
IronRuby binaries out now
Of course it's still in Alpha, but get 'em here ! Took it out for a quick spin and it seems still rough around the edges, but hey...no need to build it yourself anymore if you want to try it now.
Published
07-25-2008 9:19 AM
by
cruizer
Filed under:
.NET
,
dynamic languages
,
development tools
,
Ruby
,
IronRuby
Continuous Integration "Hang-ups"
I really like continuous integration . Having come from a company that didn't practice it at all (this was a time I used to regularly work 12 to 16 hours a day), I was so happy when I got into a company that actually practiced it. I found it to be...
Published
06-15-2008 10:44 AM
by
cruizer
Filed under:
DotNET
,
.NET
,
agile practices
,
development tools
,
continuous integration
JP Hamilton on testing WinForms
JP Hamilton has posted a brief blog post on how he unit tests WinForms . Looks nifty, especially if you use a pattern like Model-View-Presenter for your forms. His rationale is that if you keep on testing only the presenter and mocking out the view in...
Published
05-30-2008 12:46 PM
by
cruizer
Filed under:
DotNET
,
TDD
,
development tools
,
unit testing
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
Speaking about Silverlight 2 and Unit Testing
I will be speaking tomorrow at the Heroes Community Launch 2008 here in Singapore with my favourite (boring?!) topic...Unit Testing! Only this time it's about the testing framework that comes with Silverlight 2's beta release. Kinda excited and...
Published
05-16-2008 2:50 PM
by
cruizer
Filed under:
DotNET
,
C#
,
.NET
,
presentation
,
development tools
,
unit testing
1
2
Next >
Copyright DevPinoy 2005-2008