Blog articles tagged 'async'

0
comment
on 11/29/2015 4:50 PM
[This post is part of the F# advent calendar 2015 series.] Prologue: What is Paket? Paket is a dependency manager for .NET with support for NuGet packages and GitHub repositories. It enables precise and predictable control over what packages the projects [...]
.
0
comment
on 2/10/2015 12:40 AM
Now, let me start this post by saying I love XNA/Monogame. XNA was Microsoft’s first (and currently last) attempt to have a first class managed framework for writing games. Luckily the excellent Monogame project has picked up Microsoft’s slack and … Conti[...]
.
0
comment
on 5/20/2013 4:14 PM
Resources: Amazon, Barnes and Noble, Play Books The book's web site (O'Reilly) – downloads, errata etc A while ago I was attending one of the Developer, Developer, Developer conference in Reading, and I heard Alex Davies give a talk about actor[...]
.
0
comment
on 5/5/2013 1:00 PM
Unless you live in a hole you have probably heard of node.js so Ill not bother to explain what it is or what it does. An interesting project has come to light lately, namely Edge.js. The Edge.js project allows you to connect node.js with .Net. Th[...]
.
0
comment
on 4/18/2013 1:09 AM
In this post weare going to look as async again, but from the perspective of F#. Xamarin Evolve 2013 I have been watching the Xamarin Evolve conference this week and it was good to see Miguel announce full support for F#. Those that follow me on[...]
.
0
comment
on 4/17/2013 10:28 AM
There is one more useful application of script from the “Explore local network with F# Async Workflows” post. During the check of the machine availability we can collect IP addresses of all machines. After that we can compare IPs of different hosts names [...]
.
0
comment
on 4/16/2013 3:43 PM
One more interesting task is to explore local network and check which computers are alive. As a first step we need to get a list of computers which registered in Active Directory (as you understand, this approach works only for networks with Active Direct[...]
.
0
comment
on 4/16/2013 1:02 AM
I was going to title this post as ‘Now for something completely different’ but felt that a little bit too Pythonesque, and when I thought about it a bit it isn’t really completely just slightly different, namely C# rather than my usual F# posts. [...]
.
0
comment
on 11/23/2012 1:29 PM
NOTE: if you’re unfamiliar with how PostSharp works under the hood, I highly recommend that you check out Dustin Davis’ excellent PostSharp Principles series of blog posts here. The Problem The new async/await keywords in C# are pretty awesome, and makes [...]
.
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[...]
.
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

Logging in...