Blog articles

0
comment
on 4/7/2014 2:03 PM
Just a really quick one today... What's the point of this code? Does it have any point at all? public static class Extensions {     public static void Add<T>(this ICollection<T> source, T item)     {         source.Add(item);     } } [...]
.
0
comment
on 4/7/2014 10:41 AM
Paul Schoenfelder and I are sort of trying to get more Windows developers to take a look at Elixir.  We both think Elixir’s got a great story to tell and Windows developers will be very excited when they find out more about it. In that spirit, we’ve updat[...]
.
0
comment
on 4/7/2014 9:03 AM
Just a really quick one today… What’s the point of this code? Does it have any point at all? public static class Extensions {     public static void Add<T>(this ICollection<T> source, T item)     {         source.Add(item);     } } Bonus marks if you can [...]
.
0
comment
on 4/7/2014 12:57 AM
Welcome to F# Weekly, A roundup of F# content from this past week: News Hottest news! Visual F# Tools are opened for your contribution!!! Anders Hejlsberg is a great fun of F#. Dave Thomas was officially awarded by first F# Community Bad Ass Award! New us[...]
.
0
comment
on 4/6/2014 5:15 AM
As part of our open engineering efforts, we are working with the F# community to enable better Web Project support in the Visual F# Tools, including "publish to web". If you would like to contribute to this or test early versions it, please see the detail[...]
.
0
comment
on 4/5/2014 3:50 AM
Following up on the last Roslyn preview way back in 2012, this week saw the availability of a new preview with a more complete compiler along with a few new language features for C# and VB. A lot of inspiration for these features seems to have come from t[...]
.
0
comment
on 4/4/2014 2:38 PM
It's been a scandalously long time since I've blogged about C#, and now that the first C# 6 preview bits are available, that feels like exactly the right thing to set the keys clacking again. Don't expect anything massively insightful from me just yet; I'[...]
.
0
comment
on 4/4/2014 9:38 AM
It’s been a scandalously long time since I’ve blogged about C#, and now that the first C# 6 preview bits are available, that feels like exactly the right thing to set the keys clacking again. Don’t expect anything massively insightful from me just yet; I’[...]
.
0
comment
on 4/4/2014 4:15 AM
A bugfix release of CloudSharper in preparation for the upcoming remote multi-user server feature.
.
0
comment
on 4/3/2014 4:18 PM
The Visual F# Team are very happy to announce that, through our participation in Microsoft Open Technologies (MSOpenTech) and in conjunction with the F# community, we are now able to accept contributions to the Visual F# Tools.  Through this, we will also[...]
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper