Follow the article: http://www.c-sharpcorner.com/uploadfile/b1df45/web-api-self-hosting-using-windows-service/
Also make sure to follow the steps by the SO answer: http://stackoverflow.com/a/6382120
Bruce Ng's software development blog
An archive of solutions of programming problems I have faced in my career
Follow the article: http://www.c-sharpcorner.com/uploadfile/b1df45/web-api-self-hosting-using-windows-service/
Also make sure to follow the steps by the SO answer: http://stackoverflow.com/a/6382120
Follow the article: http://jaliyaudagedara.blogspot.sg/2015/10/using-aspnet-web-api-as-data-source-for.html
Need to configure the web api service to always return XML data. When configuring the data source, add ?type=xml at the end of the URL.
Note: for SSRS/Report Builder to retrieve the fields, don’t use blank query string, use the following:
<Query>
</Query>
Just change the value of a registry key.
Open regedit, browse to HKEY_LOCAL_MACHINE\ System\ CurrentControlSet\ Control\ TerminalServer
change the value of the key fSingleSessionPerUser from 1 to 0.
It’s like Chrome Developer’s tools console. You can execute command easily
From SQL Management Studio, select the table you want to generate schema, right click and select “Script table as…”, then “CREATE to”, then “New query window”
The management studio will generate a create statement to recreate the table, copy the code for your purpose.