Jonathan Cogley's Blog
C#, Test Driven Development, Pair Programming, MVP C#, ASPInsider, Secret Server
Browse by Tags
All Tags
»
Java
(
RSS
)
.NET
.NET User Groups
Extreme Programming
Software Development
Test Driven Development
When should ports go native?
Friday, December 02, 2005 1:35 PM
Our product, Secret Server , uses the DotLucene API for searching of items ("secrets") in the application. DotLucene is an impressive API which creates index files on disk based on the data you feed to it. It then allows for some very powerful text searches to find data such as "amazon.com~" which will find all secrets containing various spellings of amazon.com...
Read More...
David Patton presents Agile .NET to an XP audience
Thursday, April 14, 2005 1:26 PM
David Patton gave a presentation at the Washington DC XP User Group on Monday night. It was different to the typical XP/TDD presentation due to the audience (who needed no introduction to TDD!) and also David's experiences. It was interesting to hear the audience's surprise at the maturity of the tools for Agile development on the Microsoft platform and also...
Read More...
C# - NAMED LOOPS ... I miss them.
Tuesday, October 12, 2004 9:56 AM
Named loops give the ability to extend flow control with markers. Cynics would argue they are glorified goto s but in that case, they probably don't like continue anyway! Here is a simple contrived example: 1 namespace NamedLoopExample 2 { 3 public class NamedLoops 4 { 5 public void Example() 6 { 7 Product[] products = new Product[] { new Product() }; 8 Sku[...
Read More...
Xml documentation comments are like hairspray!
Saturday, February 14, 2004 8:58 AM
The Refactoring folks talk about CodeSmell and CodeDeodorant . The concept is that a code smell is when there is a feeling that something *could* be wrong with a piece of code. CodeDeodorant is when an attempt is made to cover up the smell by adding whitespace (for “clarity”) or detailed comments to explain the code. These are usually signs that the...
Read More...
Sun's JVM gets *seamless* NTLM support in soon to be released 1.4.2_02!
Friday, August 29, 2003 5:29 PM
Microsoft has dropped support for the Microsoft VM and this leaves applets in an uncertain position. Sure, you can just install Sun's JVM but it won't work on your Microsoft IIS-based intranet if you are running NTLM. I have seen this problem at several clients where “single sign on” is essential and NTLM is the mechanism in use. Here is the bug fix report on...
Read More...
More Posts
Go
This Blog
Home
Contact
Links
Tags
.NET
.NET User Groups
Agile
ASP.NET
Blogging
Books
Code Camp
Continuous Integration
Design Patterns
Extreme Programming
Fun
General Software Development
ISV
Java
Microsoft DevDays
Microsoft Partner
Open Source
Pair Programming
PDC
PghDotNet
Refactoring
Remote Scripting
Security
Software Development
TDD
TechEd
Test Driven Development
Navigation
Home
Blogs
Archives
August 2009 (1)
July 2009 (2)
June 2009 (2)
May 2009 (3)
April 2009 (5)
March 2009 (2)
April 2008 (5)
March 2008 (10)
February 2008 (1)
January 2008 (4)
December 2007 (2)
November 2007 (2)
October 2007 (2)
August 2007 (1)
July 2007 (2)
June 2007 (3)
May 2007 (3)
April 2007 (3)
March 2007 (7)
February 2007 (4)
January 2007 (4)
December 2006 (1)
November 2006 (3)
October 2006 (6)
August 2006 (2)
July 2006 (2)
June 2006 (2)
May 2006 (3)
April 2006 (5)
March 2006 (4)
February 2006 (2)
January 2006 (5)
December 2005 (9)
November 2005 (1)
October 2005 (2)
September 2005 (9)
August 2005 (2)
July 2005 (2)
June 2005 (3)
May 2005 (4)
April 2005 (6)
March 2005 (5)
February 2005 (1)
January 2005 (2)
December 2004 (3)
November 2004 (8)
October 2004 (12)
September 2004 (5)
August 2004 (1)
July 2004 (3)
June 2004 (1)
May 2004 (6)
April 2004 (2)
March 2004 (3)
February 2004 (5)
January 2004 (2)
December 2003 (3)
October 2003 (2)
September 2003 (2)
August 2003 (1)
Syndication
RSS
Atom
Comments RSS