5

WCF pro začátečníky – 6. díl: měření údajů pomocí Performance Counters

Kryštof Laryš | publikováno 21. března 2010

Performance countery nám slouží k měření spousty údajů týkajících se služby, endpointů či kontraktů.


8

WCF pro začátečníky – 5. díl: ošetření chyb na straně služby pomocí FaultContract

Kryštof Laryš | publikováno 20. března 2010

V dnešním díle vám ukážu dva z postupů, jak docílit toho, aby služba jednoduše ošetřila výjimku, která nastane, a zprávu s chybou následně odeslala klientské aplikaci. K tomu slouží FaultContract a...


0

Programming user interfaces using F# workflows

Tomáš Petříček | publikováno 18. února 2010

Numerous Manning partners already published several exceprts from my Real-World Functional Programming book. You can find a list on the book's web page. However, the last excerpt published at DotNe...


0

Using custom grouping operators in LINQ

Tomáš Petříček | publikováno 7. února 2010

You can use LINQ to write queries that perform grouping of data using group by or ordering of data using orderby clause. LINQ provides the default (and the most common) implementation of both o...


0

Deal of the day: Real-World Functional Programming

Tomáš Petříček | publikováno 24. ledna 2010

Some time ago, I received my copies of Real-World Functional Programming. I started working on it back in May 2008 and as many people who had more experience with writing books told me, it took lon...


0

Accelerator and F# (IV.): Composing computations with quotations

Tomáš Petříček | publikováno 12. ledna 2010

In this article series, we're talking about the Accelerator project and I'm presenting an F# library that I implemented, which allows you to use Accelerator [references] in a more sophisticate...


0

Accelerator and F# (III.): Data-parallel programs using F# quotations

Tomáš Petříček | publikováno 4. ledna 2010

If you've been following this article series, you already know that Accelerator is a MSR library [1, 2] that allows you to run code in parallel on either multi-core CPU or using shaders on...


0

Accelerator and F# (II.): The Game of Life on GPU

Tomáš Petříček | publikováno 28. prosince 2009

In the previous article, I introduced the Microsoft Research Accelerator library. It allows us to write computations with arrays in C# and execute them in parallel on multi-core CPU or more int...


0

Accelerator and F# (I.): Introduction and calculating PI

Tomáš Petříček | publikováno 21. prosince 2009

I already wrote about two projects that I worked on during an internship at MSR back in 2007 (ASP.NET support in F# and F# WebTools). Even though this was more than 2 years ago (and I did one...


0

Real-World Functional Programming: Completed and printed!

Tomáš Petříček | publikováno 19. prosince 2009

If you're following my blog or if you're interested in F# or functional programming in .NET, you probably noticed that I was working on a book Real-World Functional Programming. At some point,...

1 2 3 4 5 6 7 8 9