Click here to Skip to main content
15,891,743 members
Home / Discussions / C#
   

C#

 
QuestionNew to Coding New to Code Project Pin
Member 1451100824-Jun-19 10:11
Member 1451100824-Jun-19 10:11 
AnswerRe: New to Coding New to Code Project Pin
Eddy Vluggen24-Jun-19 11:19
professionalEddy Vluggen24-Jun-19 11:19 
GeneralRe: New to Coding New to Code Project Pin
Mycroft Holmes24-Jun-19 13:10
professionalMycroft Holmes24-Jun-19 13:10 
GeneralRe: New to Coding New to Code Project Pin
Eddy Vluggen24-Jun-19 13:27
professionalEddy Vluggen24-Jun-19 13:27 
AnswerRe: New to Coding New to Code Project Pin
Mycroft Holmes24-Jun-19 13:11
professionalMycroft Holmes24-Jun-19 13:11 
AnswerRe: New to Coding New to Code Project Pin
Ger Hayden24-Jun-19 21:51
Ger Hayden24-Jun-19 21:51 
AnswerRe: New to Coding New to Code Project Pin
Richard MacCutchan24-Jun-19 22:24
mveRichard MacCutchan24-Jun-19 22:24 
AnswerRe: New to Coding New to Code Project Pin
#realJSOP26-Jun-19 6:32
mve#realJSOP26-Jun-19 6:32 
AnswerRe: New to Coding New to Code Project Pin
Gerry Schmitz26-Jun-19 8:53
mveGerry Schmitz26-Jun-19 8:53 
QuestionWhat is wrong with my code in Visual Studios Pin
Member 1451091724-Jun-19 7:46
Member 1451091724-Jun-19 7:46 
AnswerRe: What is wrong with my code in Visual Studios Pin
Richard Deeming24-Jun-19 8:39
mveRichard Deeming24-Jun-19 8:39 
GeneralRe: What is wrong with my code in Visual Studios Pin
Member 1451091724-Jun-19 9:12
Member 1451091724-Jun-19 9:12 
AnswerRe: What is wrong with my code in Visual Studios Pin
OriginalGriff24-Jun-19 19:56
mveOriginalGriff24-Jun-19 19:56 
AnswerRe: What is wrong with my code in Visual Studios Pin
Ayush Singroul28-Jun-19 10:16
Ayush Singroul28-Jun-19 10:16 
Questionadministratively scalable Pin
Tara1123-Jun-19 9:46
Tara1123-Jun-19 9:46 
AnswerRe: administratively scalable Pin
Dave Kreskowiak23-Jun-19 10:07
mveDave Kreskowiak23-Jun-19 10:07 
AnswerRe: administratively scalable Pin
OriginalGriff23-Jun-19 19:58
mveOriginalGriff23-Jun-19 19:58 
QuestionPerformance vs scalability Pin
Tara1123-Jun-19 6:34
Tara1123-Jun-19 6:34 
AnswerRe: Performance vs scalability Pin
Dave Kreskowiak23-Jun-19 9:36
mveDave Kreskowiak23-Jun-19 9:36 
AnswerRe: Performance vs scalability Pin
#realJSOP26-Jun-19 6:34
mve#realJSOP26-Jun-19 6:34 
GeneralRe: Performance vs scalability Pin
Tara1126-Jun-19 9:37
Tara1126-Jun-19 9:37 
QuestionWhy is this not CLS-Compliant? Pin
#realJSOP20-Jun-19 4:51
mve#realJSOP20-Jun-19 4:51 
I have this property (in a static class) - the assembly is using ,Net 4.62, and exists ina solution with other assemblies that all use 4.62:
public static MyObject MyObj { get; private set; }
I'm getting a warning saying that the property isn't CLS-compliant. What makes it not CLS-compliant? (I tried removing the private accessor from the set, and it didn't have any affect.)
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

AnswerRe: Why is this not CLS-Compliant? Pin
OriginalGriff20-Jun-19 5:02
mveOriginalGriff20-Jun-19 5:02 
GeneralRe: Why is this not CLS-Compliant? Pin
#realJSOP20-Jun-19 5:06
mve#realJSOP20-Jun-19 5:06 
GeneralRe: Why is this not CLS-Compliant? Pin
OriginalGriff20-Jun-19 5:21
mveOriginalGriff20-Jun-19 5:21 

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.