DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Groups
DevCast
August 2006 - jokiz
jokiz
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
bcp and errorlevel checks
C# Trivia #6
my first pocket pc
windows xp search containing text problems
winword repaginating issue
Tags
.NET
agile
ASP.NET
blogging
bug
C#
continuous integration
controls
design guidelines
designer
keyboard shortcuts
lokal
mobile
ms word
NHibernate
rants
resharper
SQL
subversion
tdd
techie
tips
version control
visual studio
windows forms
View more
News
Subscribe to jokiz by Email
Archives
December 2007 (3)
October 2007 (3)
September 2007 (2)
August 2007 (4)
July 2007 (9)
June 2007 (5)
May 2007 (12)
April 2007 (7)
March 2007 (8)
February 2007 (11)
January 2007 (15)
December 2006 (10)
November 2006 (8)
October 2006 (9)
September 2006 (20)
August 2006 (23)
July 2006 (17)
June 2006 (30)
May 2006 (27)
April 2006 (21)
March 2006 (24)
February 2006 (14)
January 2006 (5)
December 2005 (4)
November 2005 (7)
October 2005 (2)
September 2005 (7)
August 2005 (5)
July 2005 (6)
June 2005 (14)
May 2005 (4)
April 2005 (18)
March 2005 (17)
February 2005 (14)
January 2005 (8)
Sort By:
Most Recent
|
Most Viewed
|
Most Commented
Resharper's Unit Test Runner hangs
One of my teammate is using Resharper 2.0's unit test runner and i like the way it presented the passed, failed and ignored tests in tabs. I want to shift to using it instead of TestDriven.Net which just output results to the Output Window but i am experiencing...
Published
Wed, Aug 08 2006 3:31 PM
by
jokiz
Filed under:
visual studio
,
resharper
formula parser for .NET
my current requirement is to support a formula parser for our application. although it supports just a subset of the common MS Excel functions, what's trivial for me is the support for grouping symbols. we had a similar requirement back in college in...
Published
Tue, Aug 08 2006 1:24 PM
by
jokiz
Filed under:
.NET
,
techie
,
parser
MRT G-Pass
i just bought my own G-Pass this morning. It costed me 100 bucks with a free 50 peso MRT load. Too bad loading is just through G-Cash or their booths, it would have been better if it will just be included to the globe bill - hassle free.
Published
Thu, Aug 08 2006 4:11 PM
by
jokiz
Filed under:
techie
,
lokal
sending messages from pc
anyone using a better software to send sms from pc through one's mobile phone? I'm currently using Nokia PC Suite and the Send Messages feature is tiresome for me, opening the inbox folder most of the time, etc. if there's an outlook addin, better.
Published
Thu, Aug 08 2006 2:14 PM
by
jokiz
Filed under:
techie
,
mobile
java's protected == .NET's protected internal
i was teaching the basics of inheritance in java to one of my math tutees when i bumped into one of the differences of java and .NET. basically i declared a field variable as protected and was able to access the said field from a different class on the...
Published
Wed, Aug 08 2006 8:35 PM
by
jokiz
Filed under:
trivia
,
C#
,
java
designtime visual inheritance bug for new .NET 2.0 controls
i just found out a bug on visual inheritance concerning the new controls in .NET 2.0. Basically it says that if you have an inherited control (non-private), designer won't allow you to "design it" in the child form (they're locked). more info here .
Published
Wed, Aug 08 2006 8:27 PM
by
jokiz
Filed under:
.NET
,
visual studio
,
bug
NHibernate Caches
one my my officemate who haven't used NHibernate brought up the idea of caching of ORMs. i have no idea about caching resultsets from the side of NHibernate until i consulted the docs . Turns out that the caching feature is an addin to NHibernate (similar...
Published
Wed, Aug 08 2006 2:27 PM
by
jokiz
Filed under:
.NET
,
NHibernate
,
caching
Top Answerers in MSDN Forums
it was my first time this month to be included in the top 100 answerers in msdn forums. i am currently placed 76th in today's ranking. the list includes two other filipinos, a co-msforumer joeydj who specializes in SQL and Paul Domag, a Microsoft...
Published
Tue, Aug 08 2006 11:05 AM
by
jokiz
Filed under:
techie
,
lokal
VS 2003 SP1 available
Soma blogs about the just released service pack 1 for vs 2003. i am not installing it yet until a number of users have already said that the said service pack is stable. i don't want to deal with a bug resulting from this fix (if there will be any...
Published
Thu, Aug 08 2006 9:49 PM
by
jokiz
Filed under:
visual studio
unit testing the .NET framework
once in a while, i fire up snipper compiler to test the .NET framework classes to investigate how they would behave. just like the unexpected dividebyzeroexception of double data type that i posted before. i usually have this dummy solution to test console...
Published
Thu, Aug 08 2006 5:02 PM
by
jokiz
Filed under:
.NET
,
tdd
assemblyversion - revision number before build number
although msdn docs say that the proper format for assembly version is <major version>.<minor version>.<build number>.<revision> i was surprised that our current project is using a different format which is used by the nant build...
Published
Thu, Aug 08 2006 11:40 AM
by
jokiz
Filed under:
.NET
,
continuous integration
,
subversion
subversion one click setup
i remember when i first set up subversion for my own projects and it was pretty messy, installing the service, etc. all are described in this blog post . months ago, rodel told me that there is a one click installer for setting up subversion and now that...
Published
Thu, Aug 08 2006 11:09 AM
by
jokiz
Filed under:
version control
,
subversion
Duplicating files for an installer using Orca MSI editor
I had a chance to create an installer for our last project and my experience are worth sharing. I have read a number of articles and blog posts about setup and deployment projects, installers, etc. and i've saved them in my deliciount account . worth...
Published
Wed, Aug 08 2006 11:04 PM
by
jokiz
Filed under:
orca setup installer msi
CommandTimeout vs ConnectionTimeout
ConnectionTimeout is the one specified in your connection string and it is the time it takes for a connection.Open() invocation to wait until it gets a connection reference from the connection pool. (Default value is 15 seconds) CommandTimeout on the...
Published
Tue, Aug 08 2006 1:23 PM
by
jokiz
Filed under:
SQL
,
ADO.NET
tag editing with community server 2.1
i am trying to reconfigure the tags for my previous blog posts and it's very easy now with the current version of community server. i think i can finish them all in less than an hour.
Published
Fri, Aug 08 2006 8:32 PM
by
jokiz
Filed under:
tips
,
communityserver
,
tags
1
2
Next >
Copyright DevPinoy 2005-2008