Shahid Ullah

Results 3 issues of Shahid Ullah

Hello @JasonGT I need to create multiple databases each db will have it's own dbContext class so for now I have created mentioned below three classes for each db >...

> Interface ``` public interface IMainDbContext { DbSet Users { get; set; } DbSet Clients { get; set; } Task SaveChangesAsync(CancellationToken cancellationToken); } ``` > Implementation in DbContext class ```...

I have added File upload component with below schema ![image](https://user-images.githubusercontent.com/14028940/124240135-e2cf8d00-db33-11eb-9729-30cb4082720f.png) Can not read property '0' of null - error is raised and page does not load ![image](https://user-images.githubusercontent.com/14028940/124240832-959feb00-db34-11eb-9778-08727e507ec2.png)