Multiple choice technology web technology

What feature of .NET 3.5 is used in the application?

  1. WPF

  2. Silverlight

  3. WCF

  4. ADO.NET Entity Framework

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

WCF (Windows Communication Foundation) is a framework for building service-oriented applications in .NET 3.5. It enables secure and reliable communication across different platforms, making it suitable for web services and distributed applications. WPF is for UI applications, Silverlight for rich web applications (deprecated), and ADO.NET Entity Framework for data access.