I will be the first to admit that I have a love hate relationship with Entity Framework. One of the things that I do love about Entity Framework is that it provides a seed method that it can automatically call for you after it runs data migrations. When implemented, this method can be used to create test data in Entity Framework. In…
Tag: .net
Automation
On the way out of the office on Friday, I stopped to talk with Justin and Nick (the other Brostein). We have all installed Visual Studio 2015 RC and have been exploring the new Task Runner Explorer. Nick had really started porting his MVC Validation Extensions library over to the Visual Studio 2015 ASP.NET 5 project structure. In the process,…