Is there any infrastructure or tool for creating web services (WCF) to access all non-transactional tables in my database? something like asp.net dynamic data, but using web services, I need to do this to homologate with other systems.
Refuse WCF data services - you can easily create your database model (Entity Framework, Linq-to-SQL, custom) and expose all tables and their contents through the WCF REST interface for any HTTP browser.
Yep - WCF Data Services - . "OData".
MIX10 () (MS Architect), : http://live.visitmix.com/MIX10/Sessions/FT12
Maybe WCF RIA Services ? I have not used it, but from what I read it looks like it will be close. Although the focus is on Silverlight, it will play well with other endpoints.
Source: https://habr.com/ru/post/1746951/More articles:Integer array in Python - pythonGetting a list of all phone contacts? - androidCreating CSV from PHP - carriage return will not work - phpHow to set the path to the "context path" for uploaded files using Apache Common fileupload? - javaWhat is a blue dragon - coldfusionHow to modify an XML file using Perl? - xmlShould we deploy the Webkit browser for our intranet applications? - internet-explorerHow can I exclude the test package from the source folder in the ant build file? - javaThe ASP.net menu displays only certain sites in Web.sitemap - c #Select text in text box - javascriptAll Articles