* Posts by andrew6ger

1 publicly visible post • joined 9 Jul 2020

.NET Core: Still a Microsoft platform thing despite more than five years open source

andrew6ger

I'm loving .Net Core developing on mac deploying on windows/linux as docker images

I have really enjoyed using .Net core since 2.0. I've developed a microservice framework, plus a websites an webapi.

I've reached out to ms .net core developers who have been very helpful and skyped called me to follow up.

The transition from mac dev to windows production is straight forward and easy using azure and aws. Docker is what it is at present.

The changes seem mostly logical and straight forward. Entity Framework Core has been the only difficulty as they have uncovered the difficulties of transforming to line to sql.

My experience is wide having started off writing c, c++, sql, objective-c, java, c#, javascript, python, kotlin for example.