Click here to Skip to main content
15,901,035 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
OriginalGriff31-Oct-19 23:26
mveOriginalGriff31-Oct-19 23:26 
GeneralRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
Member 146412241-Nov-19 0:11
Member 146412241-Nov-19 0:11 
QuestionALPHA CHANNEL Pin
Member 1463438031-Oct-19 2:05
Member 1463438031-Oct-19 2:05 
AnswerRe: ALPHA CHANNEL Pin
Richard MacCutchan31-Oct-19 4:05
mveRichard MacCutchan31-Oct-19 4:05 
QuestionArgument 1: cannot convert from 'object' to 'string' Pin
User 1460643731-Oct-19 0:53
User 1460643731-Oct-19 0:53 
AnswerRe: Argument 1: cannot convert from 'object' to 'string' Pin
OriginalGriff31-Oct-19 1:19
mveOriginalGriff31-Oct-19 1:19 
GeneralRe: Argument 1: cannot convert from 'object' to 'string' Pin
User 1460643731-Oct-19 1:35
User 1460643731-Oct-19 1:35 
GeneralRe: Argument 1: cannot convert from 'object' to 'string' Pin
OriginalGriff31-Oct-19 1:47
mveOriginalGriff31-Oct-19 1:47 
Rather than answering your questions, can I make a suggestion?
"Picking it up as you go" is a bad way to learn anything, particularly when it's as complicated as a new language and / or framework. And trying to learn by looking at Java code and assuming it's the same in C# is just not going to work well at all! For example, ArrayList is fine in Java, but it was supperceded in .NET back in 2005 and certainly shouldn't be used for new projects - the type safe List<T> and other Generic Collections should be.
But learning as you are, you don;t know that, and probably aren't even aware that Generics exist, much less the specifics of List<T>, Queue<T>, and so on.

Get a book - Addison Wesley, Wrox, and MS Press all do excellent ones, and there is also the free Yellow Book[^] which will at least touch the basics.
All of them will introduce you to better ways of handling data that you are currently using, and will make your life a whole load easier in future!

Going on a course is an even better method - if you don't understand something the tutor can try different ways to explain, which books can't.

The worse way to learn is via YouTube videos. Most of them are created by people who have no idea how to make a video, how to teach, and in the majority of cases know little more about the subject that the people watching them ... There are good ones out there, but it's really hard to find the quality items in a sea of dross.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Argument 1: cannot convert from 'object' to 'string' Pin
User 1460643731-Oct-19 1:59
User 1460643731-Oct-19 1:59 
GeneralRe: Argument 1: cannot convert from 'object' to 'string' Pin
OriginalGriff31-Oct-19 2:20
mveOriginalGriff31-Oct-19 2:20 
AnswerRe: Argument 1: cannot convert from 'object' to 'string' Pin
Richard MacCutchan31-Oct-19 1:37
mveRichard MacCutchan31-Oct-19 1:37 
GeneralRe: Argument 1: cannot convert from 'object' to 'string' Pin
User 1460643731-Oct-19 1:57
User 1460643731-Oct-19 1:57 
GeneralRe: Argument 1: cannot convert from 'object' to 'string' Pin
Dave Kreskowiak31-Oct-19 2:16
mveDave Kreskowiak31-Oct-19 2:16 
GeneralRe: Argument 1: cannot convert from 'object' to 'string' Pin
Richard Deeming31-Oct-19 2:45
mveRichard Deeming31-Oct-19 2:45 
QuestionCreate New Label when click button in window form, move it when click and move mouse, and save it again when close file exe Pin
Member 1045263729-Oct-19 21:10
Member 1045263729-Oct-19 21:10 
AnswerRe: Create New Label when click button in window form, move it when click and move mouse, and save it again when close file exe Pin
OriginalGriff29-Oct-19 21:44
mveOriginalGriff29-Oct-19 21:44 
GeneralRe: Create New Label when click button in window form, move it when click and move mouse, and save it again when close file exe Pin
Member 1045263729-Oct-19 23:07
Member 1045263729-Oct-19 23:07 
GeneralRe: Create New Label when click button in window form, move it when click and move mouse, and save it again when close file exe Pin
OriginalGriff29-Oct-19 23:22
mveOriginalGriff29-Oct-19 23:22 
QuestionHow to solve complex captcha in C# Pin
rflprado29-Oct-19 5:53
rflprado29-Oct-19 5:53 
AnswerRe: How to solve complex captcha in C# Pin
OriginalGriff29-Oct-19 5:55
mveOriginalGriff29-Oct-19 5:55 
AnswerRe: How to solve complex captcha in C# Pin
OriginalGriff29-Oct-19 5:56
mveOriginalGriff29-Oct-19 5:56 
Questionc sharp Pin
Member 1115563928-Oct-19 9:41
Member 1115563928-Oct-19 9:41 
AnswerRe: c sharp Pin
OriginalGriff28-Oct-19 10:37
mveOriginalGriff28-Oct-19 10:37 
QuestionRe: c sharp Pin
ZurdoDev28-Oct-19 10:45
professionalZurdoDev28-Oct-19 10:45 
Questionarray manipulation Pin
Member 1463677627-Oct-19 23:54
Member 1463677627-Oct-19 23:54 

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.