Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
So what company are you at and how soon should I be compromising your infrastructure?
-
And by the way :
You can refactor webforms to NOT use webforms
You ca disable session
You can disable ViewState
You can import any modern JS framework (Except react maybe, but react is shit anu way). Go with angular or knockoutjs
You can create “some” web api using JSON.
Basically you can build a 75% modern app on that platform.
9Edit : yes, ASMX services can recive JSON and send JSON, just like any API) -
jschmold844y@NoToJavaScript
You seem to know a lot about JS 🤔 An educated hatred or just a man who knows type annotations are the way to go? -
@jschmold This post is not even about JS lol
And if you want to know why I hate js : refactoring, tooling and variables scope. (Some of these are addressed in ES6, but wow, just fucking use TS)
I love using C# 3 language on a .NET 2.0 WebForms application... Fml
rant