AT Mulyana
Results
2
issues of
AT Mulyana
I am developing mobile app version of expressCart, that is [expressCartMobile](https://github.com/atmulyana/expressCartMobile). However, as a client application, it still needs to connect to the web app (as the server). To make...
- Added the feature to execute `INSERT INTO... SELECT ...`. Different from another proposal, it uses more comfortable syntax (in my opinion), that is `dbContext.DbSet.Insert(IQueryable)`. - Can execute bulk insert...