Monatsarchiv: April 2014

Use a C# class in F#

In my actual projects I like to use a combination of C# and F# to implement the needed applications. I think C# is a very efficient programming language to implement the user interface and the business layer and F# may … Weiterlesen

Veröffentlicht unter .NET, F# | Kommentar hinterlassen

Inter-Process Communication with anonymous pipes, Part 02: transfer an object

In the first article of this series you have seen how to use anonymous pipes to transfer data between two processes. In the example application of this first article, only byte data was send between the processes. Within this article … Weiterlesen

Veröffentlicht unter .NET, C# | Verschlagwortet mit , , , | 1 Kommentar

MOOC Review: Introduction to Databases

  Course information Institution Stanford University Course Introduction to Databases Date Spring 2014 Platform stanford   Course content Topics Relational Databases XML Data JSON Data Relational Algebra SQL Relational Design Theory Querying XML Unified Modeling Language Indexes Transactions Constraints and … Weiterlesen

Veröffentlicht unter MOOC | Verschlagwortet mit , , , , , , | 2 Kommentare

Inter-Process Communication with anonymous pipes, Part 01: transfer a byte stream

Inter-Process Communication is used by different processes to interact and share data with each other. Several possible ways exist to implement such an Inter-Process Communication. I have shown one possibility in a previous article: memory mapped files. Within this article … Weiterlesen

Veröffentlicht unter .NET, C# | Verschlagwortet mit , , , | 2 Kommentare