Matt Welke
Matt Welke
For sure. I'm thinking it's worth at least mentioning MongoDB, even though its provider is very beta right now. MySQL also has pretty good support. I'll touch up the minor...
@nbarbettini I figured I'd look into cleaning this up now. I was thinking about this point you made: > Where it should go chronologically. It currently feels a little weird...
I left the arrangement alone for now, but cleaned it up using your feedback. You can see the changes in https://github.com/nbarbettini/little-aspnetcore-book/pull/49/commits/817bbf6be05ea8e2a6e6dc0804a988454d9106f8.
That sounds good to me! I played around with the Heroku buildpack before and I noticed some rough edges. Not sure if it was me or the buildpack itself. I'm...
@nbarbettini I was able to get my Heroku deploy working. [This thread](https://github.com/jincod/dotnetcore-buildpack/issues/33) details what I had to do to get around the inability to run migrations via the Heroky CLI...
@nbarbettini I agree. I've been busy lately starting my first post grad job so this hasn't been on my radar. It will be soon though. :)
Wanted to provide an update here. I was coordinating with the maintainers behind the [.NET Core buildpack](https://github.com/jincod/dotnetcore-buildpack) to find out the best way to go about deploying .NET Core to...
@nbarbettini Rebased and redid the chapter to be a new "Deploy to Heroku with PostgreSQL" chapter. The debate on the best way to handle Heroku side migrations was never solved,...
@nbarbettini Was wondering if you've had a chance to look at this? Also, one thing I was thinking was that this might be too much for this book, since its...
Works for me. I can ctrl-click on a Message I defined and it jumps to that message's definition. Or I can press F12 when my cursor is on the message....