Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 74147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:18:45+00:00 2026-05-10T20:18:45+00:00

I am playing around with ASP.NET MVC for the first time, so I apologize

  • 0

I am playing around with ASP.NET MVC for the first time, so I apologize in advance if this sounds academic.

I have created a simple content management system using ASP.NET MVC. The url to retrieve a list of content, in this case, announcements, looks like:

http://www.mydomain.com/announcements/list/10 

This will return the top ten most recent announcements.

My questions are as follows:

  1. Is it possible for any website to consume this service? Or would I also have to expose it using something like WCF?

  2. What are some examples, of how to consume this service to display this data on another website? I’m primarily programming in the .NET world, but I’m thinking if I could consume the service using javascript, or do something with Json, it could really work for any technology.

I am looking to dynamically generate something like the following output:

<div class='announcement'>     <h1>Title</h1>     <h2>Posted Date</h3>     <p>Teaser</p>     <a href='www.someotherdomain.com'>More</a> </div> 

For now … is it possible to return an Html representation and display it in a webpage? Is this possible using just Javascript?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T20:18:46+00:00Added an answer on May 10, 2026 at 8:18 pm

    There is nothing to stop another client just scraping that particular page and parsing through your HTML.

    However you would probably want another view using the same controller that generates the data that doesnt contain excess formatting HTML etc. Maybe look at using a well known format such as RSS?

    You can return the result as JSON using something like below:

    public JsonResult GetResults() { return Json(new { message = 'SUCCESS' }); } 

    I think I would offer a view which contains the items as xml and another that returns JSON that way you have the best of both worlds.

    I have a small post about how to call and return something using MVC, JQuery and JSON here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 76k
  • Answers 76k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer So, if I understand you correctly, you have some xml… May 11, 2026 at 2:58 pm
  • added an answer CGI is what you want; it will let you embed… May 11, 2026 at 2:58 pm
  • added an answer Managed to find a way around this, pretty much by… May 11, 2026 at 2:58 pm

Related Questions

I am currently playing around with the Asp.Net mvc framework and loving it compared
I just for the first time downloaded jquery and jquery-ui to use/learn last night.
I am a solo dev building a WinForm App, C# & .Net 3.5, in
I am playing around with MVC and have started setting up an existing site

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.