Skip to main content

Posts

Showing posts from September 8, 2019

Key Points Why .Net Core from My View.

.Can be Developed and Deployed on Various Environment (Windows, Linux, macOS) .Smaller Application Size. .Cost-saving by hosting on Linux (cross-platform) .Performance .Container ready .Azure ready .Completely open-source on Github .runs on raspberry pi .Dependency injection .Logging built-in .Changing app config application won't restart .Ready for MicroService Architecture .Grpc Support .Developing Desktop Application (Windows Only)  .C# 8.0 .Good Support for Client-Side Application React, Angular, Vue JS