0
Formatting F# source code for the Web
Tomáš Petříček
| publikováno 18. října 2010
Languages with type-inference make it possible to write shorter code, because a smart
compiler infers the types automatically. Even though we don't write the types, they are
still there and are...
Kryštof Laryš
| publikováno 16. září 2010
Možností, jak implementovat autentizaci ve WCF je hned několik. My si popíšeme dvě z nich. Autentizaci pomocí ASP.NET Membership Provider a Custom Membership Provider. V tomto díle to bude Custom M...
Kryštof Laryš
| publikováno 15. září 2010
Možností, jak implementovat autentizaci ve WCF je hned několik. My si popíšeme dvě z nich. Autentizaci pomocí ASP.NET Membership Provider a Custom Membership Provider. V tomto díle to bude ASP.NET ...
0
Parallel Programming in F# (IV.): Financial dashboard example
Tomáš Petříček
| publikováno 6. září 2010
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 6. září 2010
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 6. září 2010
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 6. září 2010
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]