The thing to memorize is the syntax of things, the basic things, like ifs have to have round brackets, each "sentance" has a ; at the end, its case sensitive, if you want to change from one variable type to another you almost certtainly need to do that yourself..
Then, look at the function names, usually its quite an obvious name like
GetValue, or SetValue, or Length, or Count, List.Items .. then if nothing else even if you dont remember the parameters, a) intellisense will tell you, b) you can press F1 to find out.
If you're unsure, ask the question of google.. For example, someone here asked about returning data from a stored procedure.. if you go to google and type "return data from stored procedure c#" it was I think the second hit that had a full working example from MS.
Reputation Points: 196
Solved Threads: 190
Posting Virtuoso
Offline 1,735 posts
since Aug 2008