I may have created a monster. It started off innocently enough. I wanted to teach my boy (who will be known as "The Ace") a little about programming. He's a tremendously creative kid. I thought he might get some enjoyment out of creating something like a website.
Friday, April 17, 2009
I may have created a monster
Labels: Kids, Programming
Tuesday, March 17, 2009
ASP.Net the new Ruby on Rails?
Wow... I'm just watching this video about how the Model/View/Controller design pattern is going to be implemented in ASP.Net and VB.Net. As many of you know, I enjoy working on and with Ruby on Rails. RoR is entirely based on the MVC design pattern. It's surprising to me just how similar the ASP.Net implementation of it is.
Labels: Architecture, ASP.Net, MVC, Ruby on Rails, VB.Net
Sunday, March 15, 2009
MarkNeustadt.com dual booted!
I just updated the site. It's been long over due. I really liked the style I had before but this new style is cool too. Plus it's got the slick new accordian stuff in the Projects, Employment and Technologies pages.
The content is about the same, it just looks different.
Tuesday, February 24, 2009
Safari 4 = WOW
I am and have been a Mac head for almost two years. I'm really really happy with their products. Today, they just launched the first beta version of Safari 4. In addition to lot of neat new eye candy, the javascript engine has also been reworked.
Labels: Apple, Performance
Thursday, February 19, 2009
Log4Net and Performance
Wow... I just removed log4net from my project. What a performance hog log4net is!
Labels: ASP.Net, Log4Net, Performance
Friday, February 06, 2009
Stupid Data Type problems
Why why why... why do all companies have to have their "own" date formats? I'm trying to insert some records into an Oracle database from a VB.Net application. The oracle datatype is DATE.
Tuesday, February 03, 2009
Properties and Web Services
Such a weird thing... the project I'm working on is using a distributed architecture. Everything is all on my workstation, but the architecture is split out into a web service as one project and the UI as a separate project.