0

I need to write a data provider class to pull data from a sql database for use in a webpage that will display a bing map. Does anyone have a link they could provide with a tutorial on how to do this?

I have very little experience using a db to provide dynamic data for a web page so any help is appreciated. The Database is a sql Azure databse.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
theDawckta
  • 874
  • 3
  • 11
  • 25

1 Answers1

0

You need to research Data Access in .NET and ORM technologies for .NET. This question deals with similar concepts.

Simple Data Access Layer

Note: There is nothing "special" you need to do to apply the standard .NET data technologies to Azure SQL.

Community
  • 1
  • 1
Taylor Bird
  • 7,767
  • 1
  • 25
  • 31