Sergey Tihon's blog articles

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 Directory). Here we can use DirectorySearcher from System.DirectoryServices namespace. We create DirectoryEntry that by default [...]
>> Read the full article
.
0
comment
on 4/14/2013 2:01 PM
Welcome to F# Weekly, A roundup of F# content from this past week: News Gustavo Guerra released “LearnOnTheGo” – Windows Phones App for Coursera. Tomas Petricek shared source code of an F# wrapper for gnuplot charting library. Be free to improve it! New Canopy web site with documentation was released (and new Canopy 0.7.2). Shared [...]
>> Read the full article
.
0
comment
on 4/13/2013 6:08 AM
Reblogged from In F# Major: Today a question popped up on Stack Overflow on how to arrange running F# scripts from Windows context menu, but in case of abnormal termination still having opportunity to access diagnostics. Regular context menu item Run with F# interactive lacks the latter because interactive console window closes abruptly on script [...]
>> Read the full article
.
0
comment
on 4/10/2013 1:55 AM
I have faced with an interesting F# behaviour on the null check. I tried to make a MongoDB query using C# Driver LINQ but F# compiler said that I could not compare the result with null, because result could not be null, but I am sure that query can return nothing =). I am going to show you the [...]
>> Read the full article
.
0
comment
on 4/8/2013 12:57 PM
Detailed pretty printed exception is a key to understand the real cause of the problem. We have a piece of code in C# that was reused for many projects, which formats exceptions sequence into human readable form with all exception details. This source code was translated from C# and hopefully will be helpful to someone else: Now, you can print [...]
>> 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