I have a Dynamics crm 2011 on-premise. I want to create update delete and read crm's data in asp.net core mvc application. I should add xrm sdk packages to my project's packages. I have not found any lib and package of xrm for asp.net core mvc web application. I know how do crud in asp.net mvc web application. Can you help me how i can do crud with crm in asp.net core mvc?
I have a crm web service and i should connect to it and do crud with it . I also should make possibilities that user could change crm's data and fields and tables's structure. I want to connect to crm and get metadata of it and then create model of it and then create scaffold (controller and view) of model. I can't do this (scaffold via code) in asp.net mvc web application .net framework .