I need one! Lol
New to MVC but I have experience with WCF and ASP.Net. I converted my old service to one compiled in VS2017 and my new project for MVC is also vs2017. I return datasets and strings and integers in my service. I referenced the service in my MVC project. When I create an object of the service it wants a Task? I’m totally confused. I need to bridge the gap on why/what the task thing is and how to consume the service in my controller. Searches so far haven’t got me there. Can someone point me to a resource about the Task thing? If I figure that out I can move thru the rest of the new concepts. Thank you!
New to MVC but I have experience with WCF and ASP.Net. I converted my old service to one compiled in VS2017 and my new project for MVC is also vs2017. I return datasets and strings and integers in my service. I referenced the service in my MVC project. When I create an object of the service it wants a Task? I’m totally confused. I need to bridge the gap on why/what the task thing is and how to consume the service in my controller. Searches so far haven’t got me there. Can someone point me to a resource about the Task thing? If I figure that out I can move thru the rest of the new concepts. Thank you!