Month: January, 2005
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 […]
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, […]
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
18 January, 2005 (13:00) | General | No comments
I suppose knowing who the guys in the pictures were might have helped.
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 […]
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
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.
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. […]
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 […]
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 […]
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 […]
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 […]
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
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
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 […]
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.
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 […]
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 […]
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 […]
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. […]