« June 2008 | Main | August 2008 »

July 2008 Archives

July 25, 2008

C# turning into C++?

Well, it will never get that bad I suppose, but the more I learn about C#, the more I wonder.

C# started life as something similar to Java, but with a little bit more language facilities like delegates. Then they added generics. And now they have LINQ, and Expression stuff which looks like abstract syntax tree manipulation.

I thought the CLR was all about making it easier to tie different languages together on the same runtime. They shouldn't need to keep extending C# to incorporate all kinds of features, in the process making it a bigger and bigger language. Why not just implement different specialized languages that run on the same runtime and can use C# modules really easily?

Maybe people do want one uber-language that can handle all the weird things they want to do. But the more C# I know, the more it seems to be getting too big to me.

July 28, 2008

Red Bull is a gateway drug

Seriously.

July 31, 2008

Synchronizing search folders in cached Exchange mode in Outlook 2007

I never really grokked the behavior until now. It seemed like only a subset of my search folders that I created while I was in cached mode were communicated to the server. This meant that whenever I set up a new Outlook client install, not all of my search folders (that I had set up on another machine) would show up automatically.

Furthermore, once you have more than one Outlook install pointed at the same account, their search folders list gets out of sync. Not useful when you're trying to maintain a big list of folders for reading mailing lists.

Well the trick seems to be to do something to cause your client to upload its search folder list to the server. One thing that seems to work for me is to edit the server side Rules list. Even just changing the name of a rule seems to work. Once I do that, it seems like any locally created search folder gets communicated to the server, and after a little delay, my other Outlook clients will pick it up.

I wish they could just sync it when I create a new folder. Oh well.

About July 2008

This page contains all entries posted to LevelsOfDetail in July 2008. They are listed from oldest to newest.

June 2008 is the previous archive.

August 2008 is the next archive.

Many more can be found on the main index page or by looking through the archives.