0
Techniques of calling unmanaged code from .NET and their speed
Hubert Kindermann
| publikováno 7. dubna 2011
An article about different possibilities of calling unmanaged code from .NET Framework and their performance issues.
0
Variations in F# (I.): Research compiler with Joinads and more!
Tomáš Petříček
| publikováno 25. března 2011
In this article, I'll write about an experimental extension for F# that I call
joinads. If you're following my blog, you may have seen an
academic paper that
I wrote about it some time ago....
0
Beyond the Monad fashion (II.): Creating web forms with LINQ
Tomáš Petříček
| publikováno 14. března 2011
The LINQ query syntax can be used for various things. Aside from writing queries, you can
also use it to encode any monads. This has become a fashionable topic, so you can learn
more about it ...
0
Beyond the Monad fashion (I.): Writing idioms in LINQ
Tomáš Petříček
| publikováno 10. března 2011
Thanks to LINQ and Erik Meier, monads have become a fashionable topic in the C# developer community.
Indeed, no serious developer conference on .NET can get away without having a talk on monads. ...
0
MonoDevelop & Teaching F# & QCon tutorial
Tomáš Petříček
| publikováno 9. března 2011
Point of sale application from QCon tutorial
It appears that I have been doing a lot more talking than writing in the last two months.
I'm hoping to change this direction and I have two article...
0
Pooling v .NET
Václav Dajbych
| publikováno 25. února 2011
Technika zvaná pooling je užitečná, protože dovoluje efektivně sdílet zdroje mezi uživateli. Článek zmiňuje tři nebezpečí, která při využívání různých poolingů můžou vznikat.
0
Automatické generování change scriptů
Václav Dajbych
| publikováno 12. února 2011
S rozvojem aplikace se rozvíjí i její databáze. Zatímco staré assembly jdou nahradit novými bez velkých potíží, se změnou databáze to tak snadné není. Její data se musí zachovat. V tom případě je n...
0
Práce s pamětí a ukazatele v C#.NET
Jirka Pénzeš
| publikováno 1. února 2011
Adresy, ukazatele, alokace, dealokace a další podobná slovíčka jsou typicky spojovány převážně s jazyky C a C++. Ve vyšších programovacích jazycích, jako je třeba Java a C#, se touto „neoblíbenou“ ...
0
Announcing F# snippets web site
Tomáš Petříček
| publikováno 12. prosince 2010
When writing F# programs, I often write some nice code snippet or some useful helper
function that I'd like to share with the F# community. Unfortunately, my blog posts are
usually longer and m...
0
F# in Education & Concurrency with Agents
Tomáš Petříček
| publikováno 30. listopadu 2010
November was quite a busy month for me. First, I traveled to Cambridge (the "new one" in
Massachusetts :-)) to present my work on the F# plugin for MonoDevelop at the F# in Education workshop.
...