Xamarin Forms, NetStandard2 & Sqlite using Entity Framework
- 3
Brief Introduction
Microsoft Entity Framework, Singleton, Repository PatternDescription
This course will teach you about converting PCL project to .Net library and also about using Microsoft Sqlite nuget package using Entity framework. This course also focuses on importance of using Singleton pattern to create database connection and about Repository pattern on write less code and do more with CRUD operations by reusing existing code with different entities, which enables our code to more on tests coverage.
Requirements
- Requirements
- Basic knowledge of Xamarin forms
- Basic knowledge of C# and Xmal
- Understanding of Design patterns
- Basic Knowledge of Entity framework