You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Rinat Abdullin
abdullin
Technical Advisor · I help ship ML-driven products
Structuring Neat .NET Core Command Line Apps Neatly
Structuring Neat .NET Core Console Apps Neatly
So you’ve created a really neat console app, but it’s growing and you need a way
to keep it all neatly organized and preferrably with some Good Practices.
The guys at Entity Framework have thought about this and structured their
console app really neatly. Today, we’ll take the ninja app we built previously
and make it all look pretty and stuff.
FoundationDB began with ambitious goals for both high performance per node and scalability. We knew that to achieve these goals we would face serious engineering challenges while developing the FoundationDB core. We'd need to implement efficient asynchronous communicating processes of the sort supported by Erlang or the Async library in .NET, but we'd also need the raw speed and I/O efficiency of C++. Finally, we'd need to perform extensive simulation to engineer for reliability and fault tolerance on large clusters.
To meet these challenges, we developed several new tools, the first of which is Flow, a new programming language that brings actor-based concurrency to C++11. To add this capability
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters