Click here to Skip to main content
15,912,897 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: What will you be if computers weren't in existence? Pin
agolddog20-Jul-16 4:04
agolddog20-Jul-16 4:04 
GeneralRe: What will you be if computers weren't in existence? Pin
ajhampson20-Jul-16 6:36
ajhampson20-Jul-16 6:36 
GeneralRe: What will you be if computers weren't in existence? Pin
Steven121820-Jul-16 9:37
professionalSteven121820-Jul-16 9:37 
GeneralRe: What will you be if computers weren't in existence? Pin
Vincent Maverick Durano20-Jul-16 23:03
professionalVincent Maverick Durano20-Jul-16 23:03 
GeneralRe: What will you be if computers weren't in existence? Pin
Kyle Moyer20-Jul-16 9:34
Kyle Moyer20-Jul-16 9:34 
GeneralRe: What will you be if computers weren't in existence? Pin
AndrewDavie20-Jul-16 22:20
AndrewDavie20-Jul-16 22:20 
GeneralRe: What will you be if computers weren't in existence? Pin
hmoulding21-Jul-16 6:53
hmoulding21-Jul-16 6:53 
QuestionAcceptability of C# Partial Classes Pin
Clifford Nelson18-Jul-16 11:13
Clifford Nelson18-Jul-16 11:13 
I have heard people say that only use partial classes when there is auto-generated code. I have found that I like to use them to separate different parts of the code that are pretty much independent, but not totally. It seems to make working on the code easier since functionality is separated by files, and this reduces the length of each file, which makes it easy to find what I am looking. If I created separate classes for the same thing, I would need to pass information to allow them to change access elements. I have also used, but did not implement, a case in an adapter where all the calls to get database data were through the same class, and each table had its own file which was a partial class. I thought this worked well, and kept code conflicts down. I just followed the pattern.
AnswerRe: Acceptability of C# Partial Classes Pin
Brisingr Aerowing18-Jul-16 11:14
professionalBrisingr Aerowing18-Jul-16 11:14 
AnswerRe: Acceptability of C# Partial Classes Pin
Ravi Bhavnani18-Jul-16 11:52
professionalRavi Bhavnani18-Jul-16 11:52 
GeneralRe: Acceptability of C# Partial Classes Pin
Slacker00718-Jul-16 12:32
professionalSlacker00718-Jul-16 12:32 
GeneralRe: Acceptability of C# Partial Classes Pin
Ravi Bhavnani18-Jul-16 13:27
professionalRavi Bhavnani18-Jul-16 13:27 
GeneralRe: Acceptability of C# Partial Classes Pin
Slacker00718-Jul-16 22:31
professionalSlacker00718-Jul-16 22:31 
GeneralRe: Acceptability of C# Partial Classes Pin
BillWoodruff18-Jul-16 15:11
professionalBillWoodruff18-Jul-16 15:11 
GeneralRe: Acceptability of C# Partial Classes Pin
Ravi Bhavnani19-Jul-16 3:00
professionalRavi Bhavnani19-Jul-16 3:00 
GeneralRe: Acceptability of C# Partial Classes Pin
BillWoodruff19-Jul-16 3:06
professionalBillWoodruff19-Jul-16 3:06 
GeneralRe: Acceptability of C# Partial Classes Pin
Ravi Bhavnani19-Jul-16 3:10
professionalRavi Bhavnani19-Jul-16 3:10 
GeneralRe: Acceptability of C# Partial Classes Pin
PIEBALDconsult18-Jul-16 19:04
mvePIEBALDconsult18-Jul-16 19:04 
AnswerRe: Acceptability of C# Partial Classes Pin
Mycroft Holmes18-Jul-16 22:26
professionalMycroft Holmes18-Jul-16 22:26 
GeneralRe: Acceptability of C# Partial Classes Pin
Clifford Nelson19-Jul-16 5:18
Clifford Nelson19-Jul-16 5:18 
AnswerRe: Acceptability of C# Partial Classes Pin
Jörgen Andersson18-Jul-16 22:48
professionalJörgen Andersson18-Jul-16 22:48 
AnswerRe: Acceptability of C# Partial Classes Pin
Marc Clifton19-Jul-16 2:12
mvaMarc Clifton19-Jul-16 2:12 
GeneralIoT contest Pin
Chris Maunder18-Jul-16 11:10
cofounderChris Maunder18-Jul-16 11:10 
RantF****** FORD GPS! Pin
Brisingr Aerowing18-Jul-16 10:43
professionalBrisingr Aerowing18-Jul-16 10:43 
GeneralRe: F****** FORD GPS! Pin
raddevus18-Jul-16 10:56
mvaraddevus18-Jul-16 10:56 

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.