Month: January, 2005

A Stranger Among Us

30 January, 2005 (08:40) | General | 1 comment

Last night I watched Sidney Lumet’s “A Stranger Among Us” for the umpteenth time. I do not watch many movies more than once so this this one is unusual. It tells the story of a murder that took place among the Hasidic community in Queens/Brooklyn. If you are interested why Hasidic Jews dress and […]

Mike’s New Book

23 January, 2005 (20:20) | General | No comments

Mike Gunderloy recently published a new book called “Developer to Designer”. Here is a link for it. Reading this book reminded me just how thankful I am for the people with whom I worked on my first few programming gigs. “Developer to Designer” deals with the ins and outs of user interface design, […]

Nikhil Kothari’s Weblog : WebParts and Cross-Page Connections

22 January, 2005 (07:11) | Asp.Net 2.o | 1 comment

A quick introduction to concepts and terminology about the connections feature within the ASP.NET Whidbey Web Parts Framework, followed by a discussion of building support for cross-page connections using the extensibility mechanisms, along with associated code to download and play with.
read more

So I’m a bit nerdy as well - who would have guessed.

18 January, 2005 (13:00) | General | No comments

I suppose knowing who the guys in the pictures were might have helped.

“Effective Enterprise Java” Follow Up

16 January, 2005 (10:34) | General, .NET | No comments

I had mentioned a few days ago that one of my Christmas presents was Ted Neward’s book “Effective Enterprise Java”. Having finished it, I can highly recommend it to any programmer Java centric or .Net centric. It doesn’t matter which camp you are in, the information presented applies equally well. I dohave […]

Scott on Writing - ASP.NET 2.0 Client Script Postback

16 January, 2005 (08:45) | Asp.Net 2.o | No comments

So it appears that in 2.0 one can post to the server, receiveve a return value into Javascript without causing a full postback cycle on the page. Scott has an example.
Scott on Writing

Interesting Note on Delegates, Events and Multithreading

15 January, 2005 (16:33) | .NET Code Related | 2 comments

I like the note that Brad Abrams made regarding the common usage of code for calling Event Handlers. I had no idea this much publicized approach was not thread safe. Very interesting stuff.

When life hands you some lemons

10 January, 2005 (19:37) | General | 3 comments

I feel a certain affinity for Scott Hanselman. For starters his last name is very Germanic. We are both programmers (he is a much more talented one than I am), and our wifes are African American - although and please forgive the pun Scott - his wife is more African and mine more American. […]

Some thoughts on logic duplication in SOA design

10 January, 2005 (08:52) | .NET | No comments

Roy Osherove on SOA:
Rocky refers right now to the validation rules that are the first and most likely candidates for duplication across layers (because layers can’t trust each other). One way to find a solution would be to look elsewhere in the software world to see where such duplication might occur, and how […]

TheServerSide.NET - Heirarchical Queries in SQL Server 2005

8 January, 2005 (16:49) | SQL Server | No comments

Hmmm someone had a little spelling problem at The ServerSide
Nonetheless, here is what was discussed in Dan Sullivans article:
In summary a CTE can be used to implement a hierarchical query. The SELECT statement before the UNION ALL is executed first and just once. The SELECT statement after the UNION ALL is executed […]

Get the number of days between two DateTimes

8 January, 2005 (16:39) | .NET Code Related | No comments

Calculate the number of days between two dates seems really simple, but there are some exceptions. The simplest idea is to substract two DateTime and get the number of days in the resulting TimeSpan. The method doesn’t work when the two dates are set with different year or the number of hour are less than […]

This SOA hype is getting out of hand

8 January, 2005 (06:38) | .NET | 3 comments

Frans opened a can of worms. Although I have to say that I’ve been pretty much expressing similar views - just not as nicely defined.
Yes there is SOA and yes in time it maybe something useful, but for the moment it is definetly being treated similar to the time whn the .NET moniker was […]

MyGeneration hits ver 1.0

6 January, 2005 (20:55) | .NET Tools | 3 comments

Almost missed the news that MyGeneration has hit release. Does anyone have experience with this thing? How do you like it?
Link here

Collection Templates

6 January, 2005 (06:29) | .NET Tools, .NET Code Related | No comments

Christoph Nahr has some collection templates for Codesmith. I wonder if these are the same as the ones shipping with Codesmith itself, since Eric is pretty cool about adding third party templates to his tool.
Link here

Oracle ODP anyone?

4 January, 2005 (03:02) | .NET Tools | 2 comments

In the past three days I’ve been looking at Oracle as a datasource for a .NET application. Mainly I’m reviewing the design of a consulting company for my present employer. It appears that even though my company uses Oracle 8i, we would have to install 80+ MB of Oracle ODP 9.xxx to get the […]

Performance comparison of Interfaces vs. Abstract Classes vs Generics

3 January, 2005 (21:03) | General, .NET Code Related, Asp.Net 2.o | No comments

Mike Gunderloy had a post of Saliks performance comparison. Very interesting results. It seems that Generics are wicked fast compared to the other 2 ways of building code.

I don’t believe it until I see it

3 January, 2005 (20:05) | Religion | 1 comment

The following is a repost of an article I originally published on my now defunkt Radio blog.
Warning - Religious content. May lead atheists to have second thoughts about the nature of our existence…
The following story discusses some key historical factors that I’ve learned in a presentation by Matt Lockhart, a UCLA grad student […]

Programmers Christmas Present

3 January, 2005 (19:26) | General | 1 comment

So I’m just a bit geeky. One of my Christmas presents was Ted Neward’s “Enterprise Java” . I can recommend this book wholeheartedly to any .NET developer who needs to work on larger scale systems. And even if you don’t, its a wonderful read. One caveat, I imagine C# coders would have a […]

Under the heading of “useless information”

3 January, 2005 (18:56) | General | 2 comments

I’ve decided to go back to SharpReader after a circuitous detour using SauceReader and OmeaReader. While I appreciate what those two alternate tools try to accomplish I found Sauce very slow and Omea experienced a database failure that caused it to loose all of my RSS feeds. That really ticked me off. Coming back to […]

Ha! Spam Problem solved (I hope)

3 January, 2005 (06:47) | General | No comments

I want to thank Jeff Barr for taking time out of his Sunday to share some code with me that will hopefully enforce some comment spam control. He went beyond the call of duty of a good Internet neighbor by pretty much holding my hand through it all (figuratively speaking). Thank you Jeff. […]