Posts

Duck Typing

Duck Typing is a very nice mechanism and Guenter Prossliner’s article does it justice by introducing it to .NET with NDuck…. You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.NET Community Blogs. When they shut it down, I dumped all of my old posts to Wordpress.
2006-10-31
1 min read

Third Israeli Blogger Dinner

I haven’t talked about my new weblog over at Microsoft Israel’s Blogs yet, but there couldn’t be a better time, since I’ve just written a post about the Third Israeli Blogger Dinner there! Hurrah! :)… You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.
2006-10-30
1 min read

CodeDom Tip: Cache Reusable Objects

Because CodeDom is so verbose and uses a massive grid of objects to represent code structures, it also has many small reusable objects, such as CodeTypeReference objects. Many people overlook this fact because there are so many object being created anyway, but sometimes a certain object will be used over and over. Since both the creation of these objects takes time and they also take up memory as unnecessary copies, consider creating a cache…. You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it.
2006-10-26
1 min read