Blog articles

0
comment
on 4/9/2014 3:39 PM
Big news. Microsoft releases the next c# and vb.net compiler as open source. Miquel de Icaza speaks of making it work on mono as well. It’s licensed under Apache license.
.
0
comment
on 4/8/2014 8:49 AM
This post is the answer to yesterday's brainteaser. As a reminder, I was asking what purpose this code might have: public static class Extensions  {      public static void Add<T>(this ICollection<T> source, T item)      {          source.Add(item);     [...]
.
0
comment
on 4/8/2014 3:49 AM
This post is the answer to yesterday’s brainteaser. As a reminder, I was asking what purpose this code might have: public static class Extensions  {      public static void Add<T>(this ICollection<T> source, T item)      {          source.Add(item);      [...]
.
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'[...]
.
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