Muhammad Rehan Saeed
Muhammad Rehan Saeed
@RandomlyKnighted Thanks for that. You can find the crash dump [here](https://onedrive.live.com/redir?resid=4C9B6111D8395C5F!624471&authkey=!AElDn2YRhjwGD5k&ithint=file%2c7z). It was quite large, so I 7-zipped it up. The crash is a bit random, it occurred the second...
Yes, my template starts with code like this with comments in it: ``` { "version": "1.0.0-*", "dependencies": { // $Start-Glimpse$ "Glimpse": "2.0.0-beta1", // $End-Glimpse$ "Microsoft.AspNet.Mvc": "6.0.0-rc1-final" ... } ``` If...
+1. It would be great to somehow leverage existing project and item templates created using SideWaffle to use with Visual Studio Code. I myself was thinking of using Yeoman when...
+1 I use option 2 for [ASP.NET MVC Boilerplate](https://visualstudiogallery.msdn.microsoft.com/6cf50a48-fc1e-4eaf-9e82-0b2a6705ca7d) and have been looking into option 1 myself. I don't currently use SideWaffle but am considering moving to it. I do...
My Number 1 feature request from [ASP.NET MVC Boilerplate](https://visualstudiogallery.msdn.microsoft.com/6cf50a48-fc1e-4eaf-9e82-0b2a6705ca7d) is to add authentication support and the best way to do this would be using the One ASP.NET dialogue with it's...
Moved to [here](https://github.com/ligershark/side-waffle/issues/283), so I don't hijack the thread.
@tchoha Yes, you have the correct answer if you need to add thread safety for some reason. More info below: https://stackoverflow.com/questions/8927878/what-is-the-correct-way-of-adding-thread-safety-to-an-idisposable-object
There are three community effors to support bulk operations: - [EntityFramework.Extended](https://github.com/loresoft/EntityFramework.Extended) - [EntityFramework-Plus](https://github.com/zzzprojects/EntityFramework-Plus) - [EFCore.BulkExtensions](https://github.com/borisdj/EFCore.BulkExtensions) Has anyone had experience with them? I have a large database where I only do...
Just inserting. EntityFramework.Extended does not seem to support bulk inserts.
@djechelon That seems to be a EF 6 package.