Hello Team,
My question is what is the Best way to develop .net core dynamic application without Database connection.
Can I create one separate Web API service for all types of Login, password changes, CRUD operation with connected DB method's etc. and consume all method in other .net core application without any DB connection, can anyone share some example something like that.