Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How much it costs to choose .NET over the open source such us Java, Struts, etc [closed]

Two of my colleagues (and very good friends) have worked for years in Java, PHP, MYSQL, Tomcat, Struts, and the list go really on and on. I'm (the only one who chose the .NET framework). Now, our manager has convinced our boss to invest on us and some other who are willing to go through the process. So far, battles (them vs me) to convince other which framework (.Net - other free framework) has been pointless. Now, my friends have a new argument: .NET is not free.

I'd like to know how much it cost to choose .NET over the other (for instance, Java, Struts, TomCat, etc...). I'm not talking about which technology is better, but how much .NET would cost. So far, all the cost of learning was related to the purchase of my books (Visual studio Express is free).

By the way: If .NET is not free why people are still using it. Or, only big companies can use .NET???

Thanks for helping.

like image 356
Richard77 Avatar asked Jul 05 '10 10:07

Richard77


People also ask

How much does .NET framework cost?

NET Framework is free of charge, without licensing cost. The only cost is purchasing the hardware that it runs on. One advantage to Microsoft . NET Framework is that it is a free product and everyone can use it.

Does .NET cost money?

NET is Free. . NET is an open-source developer platform with no licensing costs and free development tools for Linux, macOS, and Windows.

How much does asp net cost?

A simple . net application with essential functions may cost you between $2000-$5000, while a complex . net application like an e-commerce may cost you somewhere around $10000-$25000.

Which is better as career option .NET or Java?

Developers often lean toward Java for large projects and . Net when rapid application development is required. You cannot go wrong choosing either . NET and Java, as they both are high-performing platforms.


1 Answers

.NET is free - for download, use and anything.

What will cost you is the licenses for

  • your Windows operating system (yes, you could use Linux instead - almost free)
  • your development environment (Visual Studio costs money - except for the free Express editions, or you could use the free SharpDevelop IDE)
  • your database server (possibly, but again: free SQL Server Express editions are available, as well as a plethora of other free products)

You can absolutely develop 100% with free software for .NET, and using .NET doesn't cost you a thing (except the Windows OS license, maybe)

like image 84
marc_s Avatar answered Sep 22 '22 06:09

marc_s