c# - Display content from various sources -


what best way display content multiple sources(websites)? example, display news various news sites site. not links actual content. want automate process , avoid manual intervention.

for have macro in excel gets data these websites , insert sql server.

so currently: excel --> sql server --> dbviews --> html

i want rid of excel step , automate if possible.

is there way can write model class handle data? get/manipulate data , display on page without inserting in sql server db?

any appreciated


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -