Skip to content

julienXX/GettingStartedWithFSharpAndDotNetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started With F# And .NET Core

In the process of learning F#, I found that examples targetting F# and .NET Core were quite difficult to find. I created this repo to document how I did some basic tasks.

Implemented Tasks

  • ParsingJsonFromHttpCall: Making an HTTP call to an API and parsing the JSON response
  • ConnectingToPostgres: Retrieving data from PostgreSQL
  • UsingPostgres: Storing data in PostgreSQL
  • UsingRabbitMQ: Sending and consuming messages to and from RabbitMQ
  • UsingRedis: Storing and retrieving data from Redis
  • ?

Running a task

λ cd ParsingJsonFromHttpCall
λ dotnet restore
λ dotnet run

About

Getting Started With F# And .NET Core examples

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages