Click here to Skip to main content
15,886,199 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: Wordle 370 Pin
musefan23-Jun-22 23:24
musefan23-Jun-22 23:24 
GeneralRe: Wordle 370 Pin
Sander Rossel24-Jun-22 3:47
professionalSander Rossel24-Jun-22 3:47 
GeneralRe: Wordle 370 Pin
musefan24-Jun-22 4:09
musefan24-Jun-22 4:09 
GeneralRe: Wordle 370 Pin
Sander Rossel25-Jun-22 1:03
professionalSander Rossel25-Jun-22 1:03 
GeneralRe: Wordle 370 Pin
Greg Utas24-Jun-22 0:40
professionalGreg Utas24-Jun-22 0:40 
GeneralRe: Wordle 370 Pin
Vivi Chellappa24-Jun-22 0:55
professionalVivi Chellappa24-Jun-22 0:55 
GeneralRe: Wordle 370 Pin
Cp-Coder24-Jun-22 1:18
Cp-Coder24-Jun-22 1:18 
GeneraliOS vs C# Pin
Kevin Marois23-Jun-22 12:05
professionalKevin Marois23-Jun-22 12:05 
Any C# & iOS developers out there?

I'm a long time C# guy, and now I've been thrown head first into learning iOS.

iOS seems really bizarre to me. The syntax, structure, XCode, etc, all see really strange.

To have a function defined like this
Employee *emp - [[Employee alloc] initWithID: empId
                                     andName: fullName
                                  andPayRate: payRate;

as compare to C#
var emp = new Employee(empId, fullName, payRate);
Just seems like it's WAAAAAAY too verbose. I already don't like it, which means I probably won't use it.

Add to that, I've always believed that the only good uses for Mac's are paperweights and door stops.
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
Ya can't fix stupid.

GeneralRe: iOS vs C# Pin
Greg Utas23-Jun-22 12:45
professionalGreg Utas23-Jun-22 12:45 
GeneralRe: iOS vs C# Pin
Gerry Schmitz23-Jun-22 13:43
mveGerry Schmitz23-Jun-22 13:43 
GeneralRe: iOS vs C# Pin
Andreas Mertens23-Jun-22 12:47
professionalAndreas Mertens23-Jun-22 12:47 
GeneralRe: iOS vs C# Pin
Super Lloyd23-Jun-22 14:34
Super Lloyd23-Jun-22 14:34 
GeneralRe: iOS vs C# Pin
Shao Voon Wong23-Jun-22 17:51
mvaShao Voon Wong23-Jun-22 17:51 
GeneralRe: iOS vs C# Pin
Sander Rossel23-Jun-22 19:12
professionalSander Rossel23-Jun-22 19:12 
GeneralRe: iOS vs C# Pin
Kevin Marois24-Jun-22 6:21
professionalKevin Marois24-Jun-22 6:21 
GeneralRe: iOS vs C# Pin
V.23-Jun-22 20:06
professionalV.23-Jun-22 20:06 
GeneralFound on Internet Pin
honey the codewitch23-Jun-22 9:07
mvahoney the codewitch23-Jun-22 9:07 
GeneralRe: Found on Internet Pin
raddevus23-Jun-22 9:25
mvaraddevus23-Jun-22 9:25 
GeneralRe: Found on Internet Pin
obermd23-Jun-22 10:20
obermd23-Jun-22 10:20 
GeneralRe: Found on Internet Pin
Greg Utas23-Jun-22 10:59
professionalGreg Utas23-Jun-22 10:59 
GeneralRe: Found on Internet Pin
obermd23-Jun-22 14:47
obermd23-Jun-22 14:47 
GeneralRe: Found on Internet Pin
raddevus23-Jun-22 16:13
mvaraddevus23-Jun-22 16:13 
QuestionRe: Found on Internet Pin
CPallini23-Jun-22 20:33
mveCPallini23-Jun-22 20:33 
GeneralRe: Found on Internet Pin
Mike Hankey23-Jun-22 11:00
mveMike Hankey23-Jun-22 11:00 
GeneralRe: Found on Internet Pin
CPallini23-Jun-22 20:36
mveCPallini23-Jun-22 20:36 

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.