Tomáš Petříček
Tomas is C# MVP (since 2001) and a computer science student from Prague. He is interested in programming languages, F# and functinal programming. He writes technical blog about these topics at http://tomasp.net/blog. Tomas is also an experienced speaker. He gave numerous presentations at large events in Czech Republic, lectured numerous courses, but he also gave talks in English, including for example presentations at Lang.NET conference in Redmond.
Together with Jon Skeet, he wrote a book about functional programming for Manning called Real-world Functional Programming. It demonstrates functional concepts using examples in C# and F# and is an excellent way to learn “functional thinking about problems” if you are a .NET developer.
Share this page
php-compiler.net
- WordPress on .NET with SQL Server is Possimpible using Phalanger 3.0 January 23, 2012In a recent scenario I wanted to run WordPress as a subdirectory of a .NET application. I also wanted to avoid installing PHP and MySql on the Windows server. Impossible? Apparently not! (I’ll get to the word Possimpible a bit … Continue reading → […]
- Phalanger riding Mono January 17, 2012Phalanger is a complete reimplementation of PHP, written in the C# language. It was always being developed with the Mono platform in mind. This means you can compile and run PHP application on Linux web servers using Mono. Since Phalanger 3.0, … Continue reading → […]