Search code examples
asp.netdjangobusiness-application

django or asp.net for business app


I have had experience in asp.net(vb.net) and I'm am looking to create business web app which includes things like reporting, listing of invoice records from DB, creating new invoices, inventory stock, etc.

I hear great things about django but I barely have any experience in python(currently learning) and none in django. Can Django do better than asp.net in making business applications? Asp.net makes things easy with things such as gridview.


Solution

  • How are you planning on ultimately deploying. They both are largely capable of be used to write comparable applications. But if you are planning on deploying on windows server, use asp.net; a linux box, write in Django (or Rails, etc).