I am building an web application using ASP.NET5 MVC6 and Classic Ado.Net. But we could not take reference of System.Data. Only two packages are available in nuget packages
System.Data.Common and System.Data.SqlClient.
In addition to that, whenever I add System.Data.Common from nuget, my project is not compiling.
I need DataSet and Datatable in the controller's action method.
How could we get this in Asp.Net 5 ?
I have got answer from this question.