Strona głównaUżytkownik

yboug | użytkownik

yboug
yboug
165
2518 dni, 11 godzin, 24 minuty temu
28 kwietnia, 2017
dotnetomaniak.pl

Today we have a look at the D3 extension for WebSharper, that allows to use the awesome D3.js library from F# and embed neat data visualizations into our websites.

Tagi: D3.js, F#, WebSharper
Źródło: www.ybouglouan.pl
Dziel się z innymi:
Reproducing the D3 zoomable map example with F# and WebSharper – Youenn Bouglouan

Daj się poznać 2017 2515 dni, 23 godziny, 33 minuty temu yboug 23 źrodło rozwiń

Written by Dawid Sibińskion In the 3rd post from SQLite-Net Extensions series we are covering the last type of relationship – one-to-many (and the opposite – many-to-one). One-to-many, many-to-oneOne-to-many relationships are used in general for parent-children or whole-elements relations. Classic examples are: bus and passengers, document and elements etc. One-to-many relationship means that the one-end entity knows about its children and many-end entity has a reference (foreign key) to its pa...

Źródło: www.dsibinski.pl
Dziel się z innymi:
SQLite-Net Extensions – one-to-many relationships – Dawid’s blog

Daj się poznać 2017 2522 dni, 5 godzin, 58 minut temu dsibinski 108 źrodło rozwiń

In today's post, I present a few ways to conveniently mess up with your production code by using a well known mechanism in Java, C# or other similar languages: exceptions! Enjoy!

How to efficiently break your code by using exceptions? – Youenn Bouglouan

Daj się poznać 2017 2520 dni, 17 godzin, 15 minut temu yboug 70 źrodło rozwiń

In the previous post, I’ve briefly described part of a process of persisting state of our actor. I’ve told you about storing events and I’ve mentioned things called snapshots. This post is entirely about them.

Źródło: hryniewski.net
Dziel się z innymi:
Akka.NET #6: Persisting actors state – snapshots – Hryniewski.NET

Daj się poznać 2017 2526 dni, 22 godziny, 20 minut temu Rafał Hryniewski 24 źrodło rozwiń

Part 2 - In today's post, we look at how to create a simple reactive web app in F#, using WebSharper's UI.Next library and Bootstrap. Read on!

Źródło: www.ybouglouan.pl
Dziel się z innymi:
Creating a reactive Single-Page App in F# with WebSharper UI.Next and Bootstrap – Part 2 – Youenn Bouglouan

Daj się poznać 2017 2526 dni, 22 godziny, 20 minut temu yboug 21 źrodło rozwiń

In today's post, we look at how to create a simple reactive web app in F#, using WebSharper's UI.Next library and Bootstrap. Read on!

Źródło: www.ybouglouan.pl
Dziel się z innymi:
Creating a reactive Single-Page App in F# with WebSharper UI.Next and Bootstrap – Part 1 – Youenn Bouglouan

Daj się poznać 2017 2528 dni, 12 godzin, 50 minut temu yboug 30 źrodło rozwiń

As I’ve mentioned in previous posts about Akka.NET, everything that actor knows is stored in memory. While we can skip any database or IO related bottlenecks because things in memory are generally speaking very fast, we must remember that memory is not a place where you can store your data for an extended period of time and keep it. So let’s talk about persisting it.

Źródło: hryniewski.net
Dziel się z innymi:
Akka.NET #5: Persisting actors state – events – Hryniewski.NET

Daj się poznać 2017 2531 dni, 12 godzin, 53 minuty temu Rafał Hryniewski 45 źrodło rozwiń

Let's write a simple F# script to determine whether a given surname is Polish or not. This will allow us to explore some of F#'s features and also learn more about the Polish language!

Źródło: www.ybouglouan.pl
Dziel się z innymi:
Are you Polish? F# will tell us (probably)! – Youenn Bouglouan

Daj się poznać 2017 2543 dni, 2 godziny, 23 minuty temu yboug 80 źrodło rozwiń

W końcu przyszedł ten moment, w którym stwierdziłem, że pora wypuścić pierwszą wersję Winbota. Zbudowałem instalator i wystawiłem release na githubie. Dostępny do pobrania tutaj. Zanim jednak to uczyniłem, zastanawiałem się co będzie, jeżeli zacznę wypuszczać kolejne wersje. W jaki sposób informować użytkownika z zainstalowaną aplikacją, że pojawiła się nowsza wersja? W tym poście opiszę własne rozwiązanie tego problemu. Jedna rzecz była dla mnie pewna od samego początku. ...

Tagi: .Net, C#, GitHub, WPF
Źródło: jaceklapinski.com
Dziel się z innymi:
Winbot – aktualizowanie aplikacji desktopowej

Daj się poznać 2017 2543 dni, 2 godziny, 23 minuty temu jacalapa 76 źrodło rozwiń

A simple performance comparison between approaches encouraged by F# (immutability and functional programming) and C# (mutability and OOP). Which one would you choose?

Źródło: www.ybouglouan.pl
Dziel się z innymi:
F# vs C#: a performance comparison with BenchmarkDotNet – Youenn Bouglouan

Daj się poznać 2017 2544 dni, 2 godziny, 5 minut temu yboug 114 źrodło rozwiń

Najaktywniejsi w tym miesiącu