
This video shows the entire overview of the course.
In this video, we will learn what domain-driven design is, and why and when we use it.
Discuss ubiquitous language
Learn the user requirements – verbs and noun
Understand the layered architecture and domain-driven design concepts
In this video, we will learn how to set up a sample dotnet application by using command line and Visual Studio Code.
Verify the version of dotnet SDK
Create the project via command line
Open the project with Visual Studio Code and debug it
In this video, we will see the problems with type unsafe applications.
Create a sample type safe application
Review the code
Spot the problems associated with it
In this video, we will review a sample type safe application.
Discuss monetary types
Write type safe wrappers
Use Map, Bind, and Apply for validation
In this video, we will set up and run a type safe application.
Run the application and see the output
See what happens with invalid input
In this video, we will get a deeper understanding of CQRS.
Understand the benefits of Command and Query Segregation
Integrate the CQRS domain model
Learn about events and commands
In this video, we will get a deeper understanding of the actor model.
Define actors
Understand actor messages
Learn the use cases for actors
We will get a deeper understanding of akka.net.
Understand akka.net features
Get an introduction to the actor life cycle
Understand supervision and remote deployment
In this video, we will conduct a design discussion for an application.
Understand transaction boundaries
Draw a sequence diagram
Draw a state diagram
In this video, we will look at the practical applications of Commands, Events, and States.
Discuss Events
Discuss Commands
Discuss States
We will discuss how to implement actors.
Understand account actor
Understand transactions actor
Understand command handler
In this video, we will run the application and see its output.
Discuss persistence
Set up the main program
Review the database
Building Cross-Platform Web Applications with F# will guide you to develop a fully functional web application that includes server-side as well as client-side programming thanks to Fable, the F#-to-JavaScript compiler. We target the .NET Core platform so that your applications will work in a cross-platform manner.
This course takes you through a brief history of domain design and then jumps right into building a mini-application using CQRS. You will learn to set up and use Fable and Elmish as your SPA. Apart from this, you will get an introduction to server-side programming with F# and also learn how to perform next-generation unit testing with F#.
The course targets all audience types, ranging from beginners to advanced-level viewers who are into making powerful apps. Experienced learners can dive straight into the topic of their choice.
About the Authors
Onur Gumus is a Lead Software Engineer based in Dubai. He has diverse interests, including software development and architecture, Wing Chun, and chess. He spends most of his time building .NET applications. His previous experience was as a software architect at P.I. Works where he developed several F# projects and gave internal tutorials to developers. He is extremely passionate about F# and functional programming and hopes to spend more and more time helping developers in the community become proficient at functional programming.