Click here to Skip to main content
15,893,814 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
TheGreatAndPowerfulOz4-Apr-17 6:44
TheGreatAndPowerfulOz4-Apr-17 6:44 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Marc Clifton4-Apr-17 12:19
mvaMarc Clifton4-Apr-17 12:19 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
ClockMeister5-Apr-17 2:24
professionalClockMeister5-Apr-17 2:24 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Mehdi Gholam4-Apr-17 19:51
Mehdi Gholam4-Apr-17 19:51 
JokeRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Gary Wheeler5-Apr-17 8:01
Gary Wheeler5-Apr-17 8:01 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Marc Clifton5-Apr-17 8:32
mvaMarc Clifton5-Apr-17 8:32 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
User 101325464-Apr-17 5:06
User 101325464-Apr-17 5:06 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
raddevus4-Apr-17 5:08
mvaraddevus4-Apr-17 5:08 
I know you're complaining out of the frustration of it and I've been hit by the same thing quite often. XCode on iOS has done this to me numerous times too. And of course VSTudio and associated technologies will just kill you at times.

So the following is not a lecture but a continuing of the conversation...

This is the price we pay for structured code based upon patterns that provide code organization.
It does impose overhead at times.
However, once the web app is initially started it is _usually_ quite fast.
This is OOP, not just a script running in the background.
It's the trade-off of creating code that is organized. There are always faster ways, than OOP.

However, those faster ways tend to lead people into creating code that other people don't want to read.

Assembly is very fast running, but very slow to read. Smile | :)
(all you assembly coders out there are going to chime in and say, "I can read assembly so fast." Smile | :) )

Again, this isn't a lecture but a good discussion about trade-offs.
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Marc Clifton4-Apr-17 5:26
mvaMarc Clifton4-Apr-17 5:26 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
raddevus4-Apr-17 5:39
mvaraddevus4-Apr-17 5:39 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Marc Clifton4-Apr-17 5:53
mvaMarc Clifton4-Apr-17 5:53 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
raddevus4-Apr-17 7:18
mvaraddevus4-Apr-17 7:18 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Erik Burd5-Apr-17 7:30
professionalErik Burd5-Apr-17 7:30 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
raddevus6-Apr-17 4:19
mvaraddevus6-Apr-17 4:19 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
User 48350474-Apr-17 10:36
User 48350474-Apr-17 10:36 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
raddevus4-Apr-17 11:21
mvaraddevus4-Apr-17 11:21 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
lopatir4-Apr-17 5:33
lopatir4-Apr-17 5:33 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Foothill4-Apr-17 7:36
professionalFoothill4-Apr-17 7:36 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
ClockMeister5-Apr-17 2:33
professionalClockMeister5-Apr-17 2:33 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Kevin McFarlane4-Apr-17 6:57
Kevin McFarlane4-Apr-17 6:57 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Pualee4-Apr-17 7:24
Pualee4-Apr-17 7:24 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
kmoorevs4-Apr-17 7:48
kmoorevs4-Apr-17 7:48 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Herbie Mountjoy4-Apr-17 19:54
professionalHerbie Mountjoy4-Apr-17 19:54 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
ClockMeister5-Apr-17 2:37
professionalClockMeister5-Apr-17 2:37 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Fandango684-Apr-17 20:37
Fandango684-Apr-17 20:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.