Framework rules and guideliness

Siddangoud Bharamagoudar 61 Reputation points
2022-11-03T17:20:18.127+00:00

Hi all
what are the rules and Guideliness for .NET framework
we should follow for creating the application

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,344 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,117 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Michael Taylor 47,711 Reputation points
    2022-11-03T18:17:01.06+00:00

    Your question is too broad to be properly answered. There are many, many resources online that can provide you guidelines for using the various technologies in .NET. Such resources are far too numerous to mention here. Just search for the technology you are interested in (such as entity framework or LINQ) and then guidelines and you'll get lots of resources.

    For EF specifically refer to their official documentation here.

    0 comments No comments

  2. satya karki 986 Reputation points MVP
    2022-11-04T02:24:28.743+00:00

    Hi, it depends upon the project needs, purpose, target users of the application, machine to run the application and so many things to select the framework. I think the below links help you to understand the .NET frameworks and then you can select the right one for your application.

    https://learn.microsoft.com/en-us/dotnet/framework/get-started/
    https://learn.microsoft.com/en-us/dotnet/standard/choosing-core-framework-server
    https://learn.microsoft.com/en-us/dotnet/framework/get-started/overview

    0 comments No comments