Click here to Skip to main content
15,921,276 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: Net neutrality summarized by the oatmeal Pin
Marc Clifton11-Nov-14 0:32
mvaMarc Clifton11-Nov-14 0:32 
GeneralRe: Net neutrality summarized by the oatmeal Pin
charlieg11-Nov-14 3:26
charlieg11-Nov-14 3:26 
GeneralRe: Net neutrality summarized by the oatmeal Pin
Mark_Wallace11-Nov-14 14:35
Mark_Wallace11-Nov-14 14:35 
GeneralRe: Net neutrality summarized by the oatmeal Pin
Andy Brummer11-Nov-14 11:00
sitebuilderAndy Brummer11-Nov-14 11:00 
GeneralRe: Net neutrality summarized by the oatmeal Pin
Dan Neely12-Nov-14 3:27
Dan Neely12-Nov-14 3:27 
RantMVC and RazorEngine rant Pin
Marc Clifton10-Nov-14 14:38
mvaMarc Clifton10-Nov-14 14:38 
GeneralRe: MVC and RazorEngine rant Pin
Mycroft Holmes10-Nov-14 15:14
professionalMycroft Holmes10-Nov-14 15:14 
GeneralRe: MVC and RazorEngine rant Pin
Andy Brummer10-Nov-14 15:52
sitebuilderAndy Brummer10-Nov-14 15:52 
Yeah, one of the issues I ran into was that I needed to use the -safe flag with nuget update or it would push everything to the absolute latest version, breaking references when other projects had different dependencies that didn't allow the latest version of shared libraries. The fact that nuget needs a -safe flag that isn't on by default is a huge red flag to me.

I've run into similar problems with grunt and ruby trying to get sass generating map files while still being compatible with bourbon.io and compass, but I had to force the upgrades instead of holding it back.

Also, I've used a library to use razor as an email content engine, but the latest version requires access to a full httpContext object. The mock object the older libraries used wasn't sufficient, so I had to schedule a web service call back to the same website as the timer is running under so that it would execute with a full httpContext. D'Oh! | :doh:

Curvature of the Mind now with 3D


GeneralRe: MVC and RazorEngine rant Pin
Sander Rossel10-Nov-14 22:15
professionalSander Rossel10-Nov-14 22:15 
GeneralRe: MVC and RazorEngine rant Pin
Marc Clifton10-Nov-14 23:53
mvaMarc Clifton10-Nov-14 23:53 
GeneralRe: MVC and RazorEngine rant Pin
Pete O'Hanlon10-Nov-14 23:45
mvePete O'Hanlon10-Nov-14 23:45 
GeneralRe: MVC and RazorEngine rant Pin
Marc Clifton10-Nov-14 23:51
mvaMarc Clifton10-Nov-14 23:51 
GeneralRe: MVC and RazorEngine rant Pin
Pete O'Hanlon11-Nov-14 0:17
mvePete O'Hanlon11-Nov-14 0:17 
GeneralRe: MVC and RazorEngine rant Pin
Marc Clifton11-Nov-14 0:23
mvaMarc Clifton11-Nov-14 0:23 
GeneralRe: MVC and RazorEngine rant Pin
Pete O'Hanlon11-Nov-14 1:07
mvePete O'Hanlon11-Nov-14 1:07 
GeneralRe: MVC and RazorEngine rant Pin
jschell11-Nov-14 9:34
jschell11-Nov-14 9:34 
GeneralRe: MVC and RazorEngine rant Pin
Pete O'Hanlon11-Nov-14 10:13
mvePete O'Hanlon11-Nov-14 10:13 
GeneralRe: MVC and RazorEngine rant Pin
loctrice11-Nov-14 1:34
professionalloctrice11-Nov-14 1:34 
GeneralRe: MVC and RazorEngine rant Pin
charliebear2411-Nov-14 5:47
charliebear2411-Nov-14 5:47 
GeneralRe: MVC and RazorEngine rant Pin
Marc Clifton11-Nov-14 7:39
mvaMarc Clifton11-Nov-14 7:39 
GeneralRe: MVC and RazorEngine rant Pin
Fabio Franco11-Nov-14 6:38
professionalFabio Franco11-Nov-14 6:38 
GeneralRe: MVC and RazorEngine rant Pin
Marc Clifton11-Nov-14 7:38
mvaMarc Clifton11-Nov-14 7:38 
GeneralRe: MVC and RazorEngine rant Pin
Fabio Franco11-Nov-14 7:45
professionalFabio Franco11-Nov-14 7:45 
GeneralRe: MVC and RazorEngine rant Pin
Peter Shaw12-Nov-14 8:34
professionalPeter Shaw12-Nov-14 8:34 
GeneralRe: MVC and RazorEngine rant Pin
Marc Clifton12-Nov-14 9:16
mvaMarc Clifton12-Nov-14 9:16 

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.