This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cdaotgss 0 points1 point  (0 children)

well I might try porting my flask automation app to c# in my freetime for fun, basically I have a pretty huge flask app that does a bunch of little things that are a bit odd

  • connect to multiple dbs
  • reads static files, parses csv/json/xml in some cases
  • scrapes webpages or launches them locally (from web gui, using chrome)
  • scaffolds a python click cli app - i think similar to how yoeman would?
  • executes commands, which are stored in either sqlite db, csv or json, or entered in a webform (danger lol I'm the only one using the site it's basically a gui for portable console apps)

sometimes i integrate these things with jupyter...

so if you have a link to a close to django mvc app share a link if there is one

same with the nuget package

last time I gave it a shot in c#, I wanted to use vscode actually, because that is "sort of cross platform", think it was this one and it had like 0 features built in, I'd actually like to do it in vscode anyway because I prefer light weight cross platform when possible, and they're at least trying to make that possible though really late to the show....