Blog articles

0
comment
on 10/29/2012 4:41 AM
.
0
comment
on 10/26/2012 10:37 AM
Razor is a programming syntax for dynamic ASP.Net web pages released in 2011. Here’s a C# syntax example from W3 Schools: <!-- Single statement block --> @{ var myMessage = "Hello World"; } <!-- Inline expression or variable --> <p>The value of myMe[...]
.
0
comment
on 10/25/2012 3:29 PM
In general, when you see async void in your code it’s bad news, because: you can’t wait for its completion (as mentioned in this post already) any unhandled exceptions will terminate your process (ouch!)   Suppose you have a timer event that fires every o[...]
.
0
comment
on 10/23/2012 1:39 PM
 Regular readers of my blog will know that from time to time I post details of F# jobs. Here is one for today. Please contact ajeraj@astoncarter.co.uk for more details.   We’re looking for talented, self-motivated developers with a strong interest in func[...]
.
0
comment
on 10/22/2012 7:13 AM
The Visual F# team are glad to announce that we have now updated the F# Language Specification for F# 3.0 (HTML, PDF)The aim of this update is to document the language features introduced in F# 3.0.  This update covers  the extensions to computation expre[...]
.
0
comment
on 10/21/2012 10:46 PM
I recently presented Clojure & CFML Sitting In A Tree remotely to the Houston CFUG via Adobe Connect. The presentation was recorded and is available to watch on Adobe Connect: Clojure & CFML Sitting In A Tree. The presentation is also listed on Charlie Ar[...]
.
0
comment
on 10/21/2012 9:53 AM
Looking for an event where you could learn about F#? The second half of autumn will be a busy time with Progressive F# Tutorials happening at the beginning of November and the TechMesh Conference planned for the first week in December!
.
0
comment
on 10/19/2012 6:40 PM
With the official release of .Net 4.5 and Visual Studio 2012, I suspect many .Net developers will be rushing to rewrite their data access or network layers (amongst many many other things!) to take advantage of the new async-await (see the excellent 101 e[...]
.
0
comment
on 10/18/2012 2:34 PM
In Erlang, we have the Supervisor behaviour which makes it very easy to provide the means to monitor and restart a whole network of workers and other supervisors based on some configured strategy. The MailboxProcessor (aka agents) in F# doesn’t come with [...]
.
0
comment
on 10/17/2012 2:17 PM
When we released F# Tools for Visual Studio Express 2012 for Web last month, we made a short F# launch video available: F# 3.0 Information Rich Programming. The video featured a sample C#/F# MVC4 ASP.NET app named “B-Movie Madness,” which we’ve now made[...]
.
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