Laboration project from the course Object Oriented System development 2
The task involves creating a social media clone of facebook with specific criteria such as persistent storage using MSSQL with Entity framework as implementation type. With CRUD implementation, the user can register an account, send friend request, like a friends posts, submit posts, change profile picture. Used LINQ to filtrate data.
The applications was further built with WPF and XAML that implements patterns MVVM