Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I should not create a model class.

My requirement: I should pull the public API data and push it to newly created DB(it won't have any schema in it). How to accomplish this in .NET?

is it possible to use ADO.NET? and XML?

I'm clueless. Looking for some guidance.


I don't have any app hosted in Azure. I just need a job to hit API daily and push data to my DB. Which feature should I use in Azure?

What I have tried:

I'm planning to create an Azure web job and hit API to pull data. I can create a model and push data using entity framework. But, I have too many API and properties in it(Columns)

So, I'd like to push the data without creating a model class
Posted
Updated 31-Jul-18 9:54am
v2
Comments
ZurdoDev 1-Aug-18 8:13am    
Then just create a stored procedure that takes all the parameters. I guess I don't really understand what you are asking.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900