It appears that you have JavaScript disabled. Click here to find out what you're missing on this site.

BitWorking Theories on software development

by Joe Gregorio
::: Monday, July 01, 2002

A .Net blog tool, 'cause when you've got a hammer...

Seriously considering writing my own blogging tool as none of the ones that exist meet my stringent requirements:

  1. Open Source
  2. Produces only valid XHTML
  3. .Net - well, not mandatory, but definitely a plus, as far as hammer fulfillment goes.
  4. Uses CSS for style
  5. Small and fast
  6. Can be used from multiple locations to edit the same site
  7. Only requires an FTP-only site, no server-side scripting required, no PHP, SSI, CGI, etc.

11:56:11 PM  #  

Go with the language flow

This issue goes beyond the type aliases - the language offers all sorts of features that have different FCL equivalents. For example, lock maps to Monitor.Enter/Monitor.Exit, using(resource-acquisition-statement) maps to try/finally/IDisposable.Dispose, foreach maps to IEnumerable.GetEnumerator/IEnumerator.MoveNext/IEnumerator.Current, etc.[Peter Drayton's Radio Weblog]

This is an interesting aspect of C# and its relationship to the FCL. In most languages the libraries, as much as possible, are built on top of the language, but because the CLI was designed to support multiple languages the FCL sits below C#.

11:50:58 PM  #  

Wheee, just got my bot-mail!

Burningbird Police Bot [1] sent this email to you through 
the Radio UserLand [2] community server, re this page [3]. 

Note: You have used one of the following badly overused cliches:

Slippery Slope Moral Equivalency

Continued use of cliches such as these has been shown to be detrimental to your mental health and growth. In addition, increased exposure over time leads to frothing at the mouth, a fixed stare, and a tendency to only wear red, white, and blue.

We suggest, for your own good, that you consider restricting your use of said terms in favor of something new and fresh. A thesaurus will be provided on request.

Thank you

I'm halfway to that thesaurus.

11:36:10 PM  #  

Congrats to Mark Pilgrim!

Now the #1 Mark on Google.

12:23:37 AM  #