Posts

Showing posts from January, 2022

.NET Framework Question

1.     What is .NET Framework? .NET Framework is a complete environment that allows developers to develop, run, and deploy the following applications:      ·        Console applications ·        Windows Forms applications ·        Windows Presentation Foundation (WPF) applications ·        Web applications (ASP.NET applications) ·        Web services ·        Windows services ·        Service-oriented applications using Windows Communication Foundation (WCF) ·        Workflow-enabled applications using Windows Workflow Foundation (WF) .NET Framework also enables a developer to create sharable components to be used in distributed computing architecture. NET Framework supports the object-oriented program...