Click here to Skip to main content
15,891,431 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: Any network gurus, here? Pin
Basildane4-Apr-17 6:41
Basildane4-Apr-17 6:41 
GeneralRe: Any network gurus, here? Pin
Mark_Wallace4-Apr-17 7:14
Mark_Wallace4-Apr-17 7:14 
GeneralRe: Any network gurus, here? Pin
Ravi Bhavnani4-Apr-17 7:41
professionalRavi Bhavnani4-Apr-17 7:41 
GeneralRe: Any network gurus, here? Pin
charlieg5-Apr-17 9:03
charlieg5-Apr-17 9:03 
GeneralRe: Any network gurus, here? Pin
Mark_Wallace5-Apr-17 11:16
Mark_Wallace5-Apr-17 11:16 
GeneralRe: Any network gurus, here? Pin
charlieg6-Apr-17 8:41
charlieg6-Apr-17 8:41 
JokeRe: Any network gurus, here? Pin
Kyle Moyer6-Apr-17 10:46
Kyle Moyer6-Apr-17 10:46 
RantNow I know why I don't use ASP.NET, Razor, and all that cr*p PinPopular
Marc Clifton4-Apr-17 4:54
mvaMarc Clifton4-Apr-17 4:54 
OK, granted, the specs on the computer at work suck:

8GB RAM
i5-2500 CPU at 3.30Ghz
Probably a 5400 RPM hard drive that's always thrashing.

(and I seem to be one of the lucky ones with 8GB RAM!!!)

However:
  1. It takes for flipping ever (a good 30 seconds) for Visual Studio to launch the website as it interfaces through IIS and loads a hundred System.Microsoft.sh*t assemblies.
  2. If I try to debug, it's about a 60 second wait time, a message frequently pops up that something can't start, it tries to integrate debugging with Chrome (for elephants sake, I'm trying to debug the server-side C# code, not the Javascript, I'll use the console window in Chrome for that, thank you very elephanting much, I don't need or want integrated Javascript client debugging in the IDE)
  3. If #2 happens, I have to reset the URL to localhost:[someport]
  4. Now remember, I'm running this stuff as localhost, so everything is elaphanting LOCAL. Yet it takes a good 10 seconds to load a "hello world" page.
The time delays are what gets me the most. So many elephanting sub-systems seem to be involved.

Conversely, the web sites that I write don't use ASP.NET, Razor, or any of that garbage. The server launches instantly, the web pages come up instantly, and I'm a happy camper debugging server side code in the VS and client-side code in Chrome.

My experience with Microsoft's high-level technologies for web development makes me Dead | X| Sadly, I have to use this pile of stinking dung for a simple project at work.

And as I said above, the crap machine they give you here at work is probably in large part responsible for my experience.

Marc
Latest Article - Merkle Trees

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
den2k884-Apr-17 4:58
professionalden2k884-Apr-17 4:58 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
R. Giskard Reventlov4-Apr-17 5:02
R. Giskard Reventlov4-Apr-17 5:02 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Marc Clifton4-Apr-17 5:14
mvaMarc Clifton4-Apr-17 5:14 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
raddevus4-Apr-17 5:16
mvaraddevus4-Apr-17 5:16 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Member 127758235-Apr-17 4:20
professionalMember 127758235-Apr-17 4:20 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Chris Maunder4-Apr-17 5:03
cofounderChris Maunder4-Apr-17 5:03 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Marc Clifton4-Apr-17 5:20
mvaMarc Clifton4-Apr-17 5:20 
GeneralRe: Now I know why I don't use ASP.NET, Razor, and all that cr*p Pin
Chris Maunder4-Apr-17 6:25
cofounderChris Maunder4-Apr-17 6:25 
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 
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 

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.