Click here to Skip to main content
15,894,539 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: I am today's Tesco prize winner: first ever pop-up seen while browsing CodeProject Pin
Rage7-Mar-14 4:35
professionalRage7-Mar-14 4:35 
GeneralRe: I am today's Tesco prize winner: first ever pop-up seen while browsing CodeProject Pin
BillWoodruff7-Mar-14 13:34
professionalBillWoodruff7-Mar-14 13:34 
GeneralRe: I am today's Tesco prize winner: first ever pop-up seen while browsing CodeProject Pin
OriginalGriff7-Mar-14 5:02
mveOriginalGriff7-Mar-14 5:02 
GeneralRe: I am today's Tesco prize winner: first ever pop-up seen while browsing CodeProject Pin
Marco Bertschi7-Mar-14 5:40
protectorMarco Bertschi7-Mar-14 5:40 
GeneralRe: I am today's Tesco prize winner: first ever pop-up seen while browsing CodeProject Pin
OriginalGriff7-Mar-14 8:22
mveOriginalGriff7-Mar-14 8:22 
GeneralRe: I am today's Tesco prize winner: first ever pop-up seen while browsing CodeProject Pin
DaveAuld7-Mar-14 6:54
professionalDaveAuld7-Mar-14 6:54 
GeneralRe: I am today's Tesco prize winner: first ever pop-up seen while browsing CodeProject Pin
JimmyRopes7-Mar-14 17:39
professionalJimmyRopes7-Mar-14 17:39 
RantRant about "free code" Pin
Ennis Ray Lynch, Jr.7-Mar-14 3:53
Ennis Ray Lynch, Jr.7-Mar-14 3:53 
There is a big kick now about making free code as a part of a resume. Everywhere you go, every tool online, skimps (eschews for sat prep) documentation and instead provides code for various languages. And you know what? In many cases it is totally crap!

Unholy nightmares, testing for cases that never exist. Not returning error messages, using complex LINQ commands embedded in massing hierarchies of generics. Missing explicit tests, hard-coding the wrong things, including massive numbers of (n>0) third-party libraries to do trivial things. Really? Is this code the bar for excellence?

This post was prompted by a "library" that used the new System.Net.Http.HttpClient because its new, and wait for it:
<a href="http://msdn.microsoft.com/en-us/library/system.net.http.httpclient%28v=vs.110%29.aspx">http://msdn.microsoft.com/en-us/library/system.net.http.httpclient%28v=vs.110%29.aspx</a>[<a href="http://msdn.microsoft.com/en-us/library/system.net.http.httpclient%28v=vs.110%29.aspx" target="_blank" title="New Window">^</a>]
  HttpResponseMessage response = await client.GetAsync("http://www.contoso.com/");
  response.EnsureSuccessStatusCode();
  string responseBody = await response.Content.ReadAsStringAsync();


Used the MSDN which is wrong! Can anyone that has used Rest Services tell me why the above won't work? (This isn't a programming question, just a comment on the shear lunacy of public .NET projects.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting.

"And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

"All users always want Excel" --Ennis Lynch

GeneralRe: Rant about "free code" Pin
ledtech37-Mar-14 4:29
ledtech37-Mar-14 4:29 
GeneralRe: Rant about "free code" Pin
Ennis Ray Lynch, Jr.7-Mar-14 4:38
Ennis Ray Lynch, Jr.7-Mar-14 4:38 
GeneralRe: Rant about "free code" Pin
ledtech37-Mar-14 4:47
ledtech37-Mar-14 4:47 
GeneralRe: Rant about "free code" Pin
dan!sh 7-Mar-14 4:57
professional dan!sh 7-Mar-14 4:57 
GeneralRe: Rant about "free code" Pin
harold aptroot7-Mar-14 5:05
harold aptroot7-Mar-14 5:05 
GeneralRe: Rant about "free code" Pin
S Houghtelin7-Mar-14 5:16
professionalS Houghtelin7-Mar-14 5:16 
GeneralRe: Rant about "free code" Pin
jschell7-Mar-14 9:32
jschell7-Mar-14 9:32 
GeneralRe: Rant about "free code" Pin
Marc Clifton7-Mar-14 9:40
mvaMarc Clifton7-Mar-14 9:40 
GeneralRe: Rant about "free code" Pin
Ennis Ray Lynch, Jr.7-Mar-14 10:01
Ennis Ray Lynch, Jr.7-Mar-14 10:01 
GeneralContosi Pin
Iain Clarke, Warrior Programmer8-Mar-14 21:41
Iain Clarke, Warrior Programmer8-Mar-14 21:41 
GeneralWell the company moved and... Pin
glennPattonWork37-Mar-14 3:45
professionalglennPattonWork37-Mar-14 3:45 
GeneralRe: Well the company moved and... Pin
OriginalGriff7-Mar-14 4:23
mveOriginalGriff7-Mar-14 4:23 
GeneralRe: Well the company moved and... Pin
glennPattonWork37-Mar-14 4:25
professionalglennPattonWork37-Mar-14 4:25 
GeneralRe: Well the company moved and... Pin
OriginalGriff7-Mar-14 5:02
mveOriginalGriff7-Mar-14 5:02 
GeneralRe: Well the company moved and... Pin
glennPattonWork37-Mar-14 5:40
professionalglennPattonWork37-Mar-14 5:40 
GeneralRe: Well the company moved and... Pin
S Houghtelin7-Mar-14 5:18
professionalS Houghtelin7-Mar-14 5:18 
GeneralRe: Well the company moved and... Pin
OriginalGriff7-Mar-14 5:32
mveOriginalGriff7-Mar-14 5:32 

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.