Welcome to Atalasoft Community Sign in | Join | Help

Browse by Tags

All Tags » asp.net » fsharp   (RSS)
An exciting week with the release of Visual Studio 2010 Beta 1 and F# 1.9.6.16.  This week we have John Backus’s classic FP manifesto,  Luke Hoban speaks on F# in VS2010 beta 1, Django for ASP.NET, and an article on breaking changes in the latest Read More...
It has come to my attention via a recent DZone article that .NET 3.5 and 2.0 SP1 jointly included a new feature which lets you manipulate the way your garbage collector acts programmatically. This can be done through changing the value of a new property Read More...
Tuning the garbage collector to the specific context of the particular application can significantly improve the performance of both non-threaded and multi-threaded applications. In this post I discuss the gcConcurrent and gcServer settings which allow Read More...