Linh Nguyen
Linh Nguyen
Hi, I'm using `MvvmLight` for my application. Currently , I'm following `UnitOfWork` design pattern which consists of **generic repositories**. As in ASP.Net Core, I register every repositories using: ``` containerBuilder.AddScoped(typeof(IRepositoryBase),...
Hi, I'm very exicited with you jQuery-SlotMachine. Nowaday, typescript is becoming a necessary part of front-end development. Can you make a typescript definition for your library please? Thanks,
Hi there, I'm currently facing an issue that I cannot map object to table name. For example. I have an object: ``` [Table("tram")] public class Station { /// /// Id...
Hi, I'm trying to use your `nuget` but when I register it to `IdentityServer4`, it throws me the error: **The type 'IIdentityServerBuilder' is defined in an assembly that is not...