Smile with a Bezier Curve
Weather and MoodIf you asked how was the whether few weeks ago, I would definetly make my face like this π Well… even now it still not π So I thought about checking my mood everyday using a simple app. By my mood, I mean how curvy my smile is. Our app shows a smileyβ¦
Entity Framework Core with PostgreSQL
This article will explain how to work with Entity Framework Core with PostgreSQL database system. We create a simple application to add, query and remove book information. Install PostgreSQL (or Postgres) is a free and open-source relational database management system (https://www.postgresql.org/download). Install pgAdmmin, a web-based GUI tool used to interact with the Postgres database sessions (https://www.pgadmin.org/download).β¦