How to implement WCF service (intead of the obsolete ASMX Web Method)

daowdos 296 Reputation points
2021-07-29T14:11:51.03+00:00

Hi,
I have a C# project with business logic layer (BLL DAL).
I want to connect the SQL database with WCF service instead of ASMX Web Method

Runnig the function's results from the DAL and BLL projects must be displayed in the browser.

I searched information about it but could find how to do WCF service instead of with ASMX.

( I didn't find any project to add with WCF only WPF!! )

Can anyone help me with how to implement WCF in the project ?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,417 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.