Blog articles

0
comment
on 2/19/2012 8:54 AM
What if we could do a continuous code coverage? That is, while debugging and testing the app, storing the coverage information. A first version would consider lines that are not changed as covered if they have been executed during previous runs. This coul[...]
.
0
comment
on 2/19/2012 8:54 AM
What if we could do a continuous code coverage? That is, while debugging and testing the app, storing the coverage information. A first version would consider lines that are not changed as covered if they have been executed during previous runs. This coul[...]
.
0
comment
on 2/18/2012 9:44 AM
So recently some of us were discussing the fact that F# 3.0 is going to add a feature to make it more amenable to OO programmers.  F# 3.0 will add automatic “getters” and “setters” for members of a class. A small digression; I prefer the terms “inspector”[...]
.
0
comment
on 2/17/2012 11:36 AM
When programming on windows, you will sometimes need to execute batch files. It might seem like a good idea to do something simple in a batch file. This is the time you should realize that it it’s a slippery slope. Dont go there. There are excellent alter[...]
.
0
comment
on 2/17/2012 11:36 AM
When programming on windows, you will sometimes need to execute batch files. It might seem like a good idea to do something simple in a batch file. This is the time you should realize that it it’s a slippery slope. Dont go there. There are excellent alter[...]
.
0
comment
on 2/16/2012 7:22 AM
WebSharper 2.4.35 is a bugfix release, fixing offline site generation and other important issues. See the complete list of changes.
.
0
comment
on 2/16/2012 3:58 AM
Seattle F# user group meeting Feb 21, 2012 Tuesday, February 21, 2012, 6:00 PM. Microsoft Building 99, Room 1919-C, Redmond, WA (map) 47.641712 -122.140670 As with the previous meetup, we have two sessions + one tiny program contest: Ryan Riley  (F# M[...]
.
0
comment
on 2/15/2012 7:13 AM
In this article we will discover how to emulate simple logic gates, and then build them up to form more complex circuits.  By the end of this 2-part article we will have created: - Half-bit adder - Full adder - n-bit ripple carry adder formed from full a[...]
.
0
comment
on 2/14/2012 2:52 AM
The folks at SkillsMatter in London are hosting the Functional Programming eXchange 2012, on March 16, 2012, in London! Join the Functional Programming community for a one-day conference jam-packed with talks, open-space discussions and brainstorming. Lea[...]
.
0
comment
on 2/12/2012 12:42 PM
Does your application have long context menus that get clipped inside small windows? First ask yourself is this the right user interface. If so then one solution is to add a vertical scroll bar automagically to the context menu. IntelliSense in Visual[...]
.
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