Welcome to Atalasoft Community Sign in | Help

June 2010 - Posts

As always, a huge number of software releases and high quality articles this week.  My favorite thing about the F# community is that someone is always writing about something that tickles my brain.  While right out of a computer science textbook, Read More...
Despite the small number of talks on F#, it seemed the language was on everyone’s lips this TechEd.  Whether working at the Visual Studio Languages booth or hanging out at the parties afterward, almost everyone I talked to was actively investigating Read More...
DelegateEvents use DynamicInvoke under the hood and so can be slow when trigged frequently.  As we have an existing model which requires an event interface, this was was causing our F# implementation to be a bit slower than the C# we were comparing Read More...