Click here to Skip to main content
15,885,782 members
Home / Discussions / C#
   

C#

 
GeneralRe: Convert .NET 4.5 method into .NET 2.0 using LinqBridge Pin
BillWoodruff15-Dec-17 11:06
professionalBillWoodruff15-Dec-17 11:06 
GeneralRe: Convert .NET 4.5 method into .NET 2.0 using LinqBridge Pin
arnold_w15-Dec-17 20:29
arnold_w15-Dec-17 20:29 
QuestionNeed to understand work assigned to me Pin
nisss13-Dec-17 20:13
nisss13-Dec-17 20:13 
AnswerRe: Need to understand work assigned to me Pin
OriginalGriff13-Dec-17 20:36
mveOriginalGriff13-Dec-17 20:36 
GeneralRe: Need to understand work assigned to me Pin
nisss14-Dec-17 0:11
nisss14-Dec-17 0:11 
GeneralRe: Need to understand work assigned to me Pin
OriginalGriff14-Dec-17 0:32
mveOriginalGriff14-Dec-17 0:32 
GeneralRe: Need to understand work assigned to me Pin
nisss14-Dec-17 0:52
nisss14-Dec-17 0:52 
GeneralRe: Need to understand work assigned to me Pin
OriginalGriff14-Dec-17 1:06
mveOriginalGriff14-Dec-17 1:06 
I can't teach you how to create classes in C# - that's trivial as far as code goes:
C#
public class MyClass : ClassImDerivedFrom
   {
   private string myField;
   public string MyProperty {get; set; }
   }

But it's the logic, the background, and the reasoning that I can't explain - I only get a small text box to type into.
So go back to your course notes, go back to your textbook, and start reading. There is a lot to understand, and it's all absolutely basic and fundamental. Until you are up to speed with the whys and wherefores of classes, there is no point in your trying to do this exercise!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Need to understand work assigned to me Pin
jschell14-Dec-17 8:52
jschell14-Dec-17 8:52 
AnswerRe: Need to understand work assigned to me Pin
Richard MacCutchan13-Dec-17 21:33
mveRichard MacCutchan13-Dec-17 21:33 
GeneralRe: Need to understand work assigned to me Pin
jschell14-Dec-17 8:51
jschell14-Dec-17 8:51 
GeneralRe: Need to understand work assigned to me Pin
Richard MacCutchan14-Dec-17 9:27
mveRichard MacCutchan14-Dec-17 9:27 
GeneralRe: Need to understand work assigned to me Pin
nisss14-Dec-17 20:39
nisss14-Dec-17 20:39 
GeneralRe: Need to understand work assigned to me Pin
nisss14-Dec-17 20:40
nisss14-Dec-17 20:40 
AnswerRe: Need to understand work assigned to me Pin
Gerry Schmitz14-Dec-17 5:26
mveGerry Schmitz14-Dec-17 5:26 
GeneralRe: Need to understand work assigned to me Pin
nisss14-Dec-17 20:33
nisss14-Dec-17 20:33 
GeneralRe: Need to understand work assigned to me Pin
Gerry Schmitz14-Dec-17 22:48
mveGerry Schmitz14-Dec-17 22:48 
QuestionHTTP GET Pin
Member 1355170113-Dec-17 2:54
Member 1355170113-Dec-17 2:54 
AnswerRe: HTTP GET Pin
Richard Deeming13-Dec-17 3:06
mveRichard Deeming13-Dec-17 3:06 
GeneralRe: HTTP GET Pin
Member 1355170113-Dec-17 7:25
Member 1355170113-Dec-17 7:25 
QuestionC# interface Pin
Member 1212070811-Dec-17 1:23
Member 1212070811-Dec-17 1:23 
AnswerRe: C# interface Pin
Pete O'Hanlon11-Dec-17 1:27
mvePete O'Hanlon11-Dec-17 1:27 
QuestionVoting System in C# Pin
Member 1356906610-Dec-17 20:41
Member 1356906610-Dec-17 20:41 
AnswerRe: Voting System in C# Pin
Richard MacCutchan10-Dec-17 20:59
mveRichard MacCutchan10-Dec-17 20:59 
GeneralRe: Voting System in C# Pin
Member 1356906610-Dec-17 22:16
Member 1356906610-Dec-17 22: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.