Into the Core

James Bradley .NET, .NET Core, Articles, ASP.NET, Development Technologies & Tools, Tutorial Leave a Comment

The client Iโ€™m currently assisting has begun to move applications from more monolithic architecture into a more modern, cloud-based architecture. The organization is a bit of a .NET anomaly in that it is a company thatโ€™s primarily Java, yet has some .NET.

So even though Microsoft has a list of framework tools (such as Azure Service Fabric and Azure App Service), itโ€™s fair to say that asking a primarily Java-focused company to use those tools could be an uphill battle. This is where .NET Standard and .NET Core have come to the rescue.

I work with a ton of smart people and Iโ€™m pretty amazed at how fast they can pick up on things from reading. I, however, cannot really understand it fully until I touch it. So letโ€™s build a quick RESTful Web API step by step to see how challenging it is. Weโ€™ll be using .NET Standard, .NET Core, and ASP.NET Core.