|
|
|
|
|
by BjorksEgo
2740 days ago
|
|
>Do people really use .NET core, and if so, why? >.NET isn’t the best at that, at least not for us. You're comparing apples and oranges, djanjo is a web framework, for creating websites, .Net core is a cross platform compiler and the standard library that goes with the C# programming language, which includes some stuff for creating websites (along with desktop, CLI, services etc). Django might work best for you but I want to create a bunch of micro services I'm not going to use it, am I? Not to mention Django works well as a general purpose solution for general purpose websites, If you're building anysort of heavyweight, enterprises level web architecture you're going to want a hell of a lot more control that what django provides for you. |
|
Obviously we don’t use Django for everything. But like with web-applications, a python script or a flask application is always more productive for us than .NET.