Create Restful web service using .net core using c#

Spunny 326 Reputation points
2022-08-22T15:46:34.33+00:00

Hi,
I am a newbie to web service are. I need to create new Restful webservice to make a call to database and get list of employees and loop through each employee and execute SSRS report. Nothing is expected from this web service to return. It only need to run the processes or SSRS reports for all selected Department\employees.

Please give me reference or book names or link for learning creating Restful web service using .net core as full project.

Thank You

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,400 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
329 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Lan Huang-MSFT 28,841 Reputation points Microsoft Vendor
    2022-08-23T03:02:14.683+00:00

    Hi @Spunny ,
    Hope the documentation below helps you:
    Creating A REST Webservice With .NET Core
    https://www.patrickschadler.com/creating-a-rest-webservice-with-net-core
    Develop with the REST APIs for Reporting Services
    https://learn.microsoft.com/en-us/sql/reporting-services/developer/rest-api?view=sql-server-ver15
    Best regards,
    Lan Huang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments