0

Parallel Programming in F# (IV.): Financial dashboard example

Tomáš Petříček | publikováno včera

In the fourth part of the Parallel Programming in F# series, we'll take a look at the Adatum Financial Dashboard sample. The sample is a part of Parallel Programming with Microsoft .NET, whic...


0

Parallel Programming in F# (III.): Aggregating data

Tomáš Petříček | publikováno včera

In this part of the Parallel Programming in F# series, we'll explore examples of parallel aggregation from Chapter 4 of Parallel Programming with Microsoft .NET, which is a guide that introdu...


0

Parallel Programming in F# (II.): Using PLINQ and Tasks

Tomáš Petříček | publikováno včera

In this part of the Parallel Programming in F# series, we'll look at some basic examples of parallel programming in F# that are available in Parallel Programming with Microsoft .NET. This is ...


0

Parallel Programming in F# (I.): Introducing the samples

Tomáš Petříček | publikováno včera

Parallel Programming with Microsoft .NET is a guide written by the patterns & practices group at Microsoft. It introduces .NET programmers to patterns for including parallelism in their applic...


0

Česká lokalizace pro Visual Studio 2010

David Gešvindr | publikováno 20. července 2010

Stáhněte si českou jazykovou sadu pro Visual Studio 2010 Professional, která poskytuje částečnou lokalizaci uživatelského rozhraní. Po instalaci můžete na základě svého rozhodnutí přepínat mezi ang...


0

The Duality of Object and Event references

Tomáš Petříček | publikováno 19. července 2010

Mathematical duality [2] is a very useful and elegant concept that gives us a nice way of speaking about objects or structures that behave in some way exactly conversely. There is no clear d...


0

Rozhraní

Tomáš Herceg | publikováno 19. července 2010

V tomto díle si ukážeme, jak deklarovat a implementovat rozhraní a k čemu to vlastně je. Krátce si též představíme základní vestavěná rozhraní v .NET Frameworku.[Zobrazit článek]


0

Dynamic in F#: Reading data from SQL database

Tomáš Petříček | publikováno 9. července 2010

When reading data from a SQL database in F#, you have a couple of options. You can use F# implementation of LINQ, which allows you to write queries directly in the F# language or you can use st...


0

PLDI 2010 Trip Report

Tomáš Petříček | publikováno 5. července 2010

In June, I attended my first "big" academic conference Programming Languages Design and Implementation (PLDI 2010) in Toronto. I attended the conference, because I presented a paper that I wro...


0

Recording and samples from my Reactive F# talk

Tomáš Petříček | publikováno 27. června 2010

Almost a week ago, I posted an invitation to my F# talk at the F#unctional Londoners user group. The theme of my talk was reactive programming, which was also a topic of my Master's thesis (d...

1 2 3