DEV Community

Discussion on: Tools I should learn as a .net dev

Collapse
 
meanin profile image
Paweł Ruciński

I am aware of dapper and in my company we already use it in our system.

Do you have any starting point for those F-things. If not, I suppose, that best place to start is pluralsight or something similar?

Collapse
 
kspeakman profile image
Kasey Speakman

I learned a lot from F# for Fun and Profit on the language itself.

Most of the F# courses you find on Pluralsight will be on the server-side. Check out some courses by Mark Seemann. Probably a lot of good ones out there, but I'm familiar with his work from his blog and videos.

I can't immediately point to a Fable-Elmish (front-end) tutorial since Fable hit 1.0. There are some older ones for 0.8, but the setup is a little different. However, the fable-elmish github provides a brief overview and some sample applications. AFAIK, when you see React mentioned, it is for the DOM rendering engine not the full React framework.