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
- Writing compiled PHP extensions in PHP February 7, 2012PHP offers a lot of various extensions which add additional library functions, classes, constants and other constructs. Common extensions include for example php_mysql and php_iconv. Since extensions are implemented in C language, the performance is great. It also allows programmers to use other native libraries that … Continue reading → […]
- 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 → […]