I am working in .NET Core Web-application/API, while working, I want to print some variables output in "Output" Windows of Visual Studio, like in javascript we use Console.Log() what is similar way of using Console log in C# Web application or Console Application? Thanks
...How can I Enumerate an enum
in C#? Here is my current code, and it does not works:
If user entering url across multiple country wise, if url exists message should come like : facebook.com exists in DE,IN. Here is the current code
...