Is it necessary to pay anything to use asp.net?

0

I've heard that .NEt is not free and that I have to pay for Microsoft if I publish a .NET application.

Is this true?

If I want to install the technology on a web page server will I have to pay something?

    
asked by anonymous 05.03.2018 / 13:26

1 answer

4

The .NET framework is free, both the ASP.NET version and ASP.NET Core. What may have made the mess is that formerly the .NET environment was all in Microsoft technology that is paid for (Windows Server, possible Sql Server and possible Azure, etc.).

With the emergence of ASP.NET Core made it easy not to spend. The new framework has official Microsoft support for Linux and works with a free Kestrel web server.

Question bank, it's all a technical matter since you are not required to use X database. Because they are both Microsoft, SQL Server and .NET, it is common to be the choice. However, the same is free up to 10GB (depends on the version), in addition you need to pay.

    
05.03.2018 / 13:40