Can .NET Core Web API have multiple end points like WCF?
I'm new to ASP.NET and just have finished a .Net Core MVC project now I'm learning WCF but System.ServiceModel.Web is not available in .Net Core. Can .Net Cored do what WCF does using its WEB API ? How?