Sergey Tihon's blog articles

0
comment
on 1/26/2014 12:48 PM
Welcome to F# Weekly, A roundup of F# content from this past week: News Visual Studio FSharp Team announced Visual F# Tools 3.1.1, with support for Desktop and Web express! Do not forget to like and follow a new F# Facebook page if you like F#. Welcome a new “F# |> I❤” bumper sticker! Buy […]
>> Read the full article
.
0
comment
on 1/19/2014 9:57 AM
Welcome to F# Weekly, A roundup of F# content from this past week: News F# is now available in .NET Fiddle (Live Validation, IntelliSense, Share and Collaborate). Try F# on any device! F# plugin for Light Table was announced. A new site “Community for F#” was published. FSharp.Configuration was announced (collection of Type Providers used […]
>> Read the full article
.
0
comment
on 1/19/2014 8:19 AM
Define Usually, you do not need to define custom exceptions during programming in F#. If you do scripting in F#, in the most cases you will be happy with standard .NET exception types and F# built-in helper functions. But when you create a custom library or design complex enterprise software, you will need to use […]
>> Read the full article
.
0
comment
on 1/12/2014 1:00 PM
Welcome to F# Weekly, A roundup of F# content from this past week: News Now you have an ability to subscribe to F# Weekly by email. You can join F# community on Gittip right now! On the next week .NET Fiddle will release a new version with F# integration. Learn more about the FSharp.Compiler.Service project […]
>> Read the full article
.
0
comment
on 1/11/2014 8:16 AM
All of you probably know that F# has a set of predefined numerical literals that allow you to clarify meaning of numbers. For example, number 32 will be interpreted as int by default. If you add ‘L’ suffix – 32L, you will get int64 number. If you add ‘I’ suffix- 32I, you will get System.Numerics.BigInteger number. […]
>> Read the full article
.
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