Xamarin Forms Twitter Design

Hello friends. In this article we will talk about how to design Twitter with Xamarin Forms. Design issue is one of the most challenging issues in Xamarin Forms. People are afraid of Xamarin Forms because there are not too many resources. Previously we made the…

Updating the Database with Code First
C#

Updating the database with Code First is quite difficult. We need to use Migration for this. In our project we have created, we first open the Package Manager Console. Here we type Enable-Migrations and press the enter key. I said that because I enabled it…