.NET Data Community Standup - CoreWCF: Roadmap and Q&A

preview_player
Показать описание
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core. The CoreWCF team recently conducted a survey and will be talking about some of the responses, answering questions, and sharing insights into their roadmap for the future.





#wcf #corewcf
Рекомендации по теме
Комментарии
Автор

Can we inject dependencies to the Service ? our existing WCF (.net framework 4..6.2) has user management using SQL membership provider. So I am trying to migrate this part to EFCore Identity. So how to inject dependencies like UserManager<IdentityUser> to the service class??
Can we make use of ASP NET Core DI here? if so how?

ssmcs