Click here to Skip to main content
15,886,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: Simplify usage of a complex generic class for convenience Pin
BillWoodruff15-Apr-19 19:06
professionalBillWoodruff15-Apr-19 19:06 
GeneralRe: Simplify usage of a complex generic class for convenience Pin
Richard Deeming16-Apr-19 7:32
mveRichard Deeming16-Apr-19 7:32 
AnswerRe: Simplify usage of a complex generic class for convenience Pin
BillWoodruff5-Apr-19 20:12
professionalBillWoodruff5-Apr-19 20:12 
GeneralRe: Simplify usage of a complex generic class for convenience Pin
Gerry Schmitz6-Apr-19 11:03
mveGerry Schmitz6-Apr-19 11:03 
GeneralRe: Simplify usage of a complex generic class for convenience Pin
BillWoodruff6-Apr-19 11:20
professionalBillWoodruff6-Apr-19 11:20 
GeneralRe: Simplify usage of a complex generic class for convenience Pin
BillWoodruff6-Apr-19 15:44
professionalBillWoodruff6-Apr-19 15:44 
AnswerRe: Simplify usage of a complex generic class for convenience Pin
BillWoodruff6-Apr-19 12:57
professionalBillWoodruff6-Apr-19 12:57 
QuestionWhere are the libraries located in C#? Pin
Brian_TheLion3-Apr-19 20:15
Brian_TheLion3-Apr-19 20:15 
Using a step by step guild I created a "Engine" project in the solutions explorer and added classes to this "Engine project. In the main code I was able to refer to the "Engine" project by using "include Engine;. I noticed that when compiled C# had created a Engine.dll that contained all the classes.
I was wondering where the library of dll's are kept so I could add this engine.dll to the library to use in the future for some other code.

I'm pleased that you can create a lot of libraries to handle varibles and procedures which makes coding the main program much easier as you can use code such as '_player.CurtrentLocation.Description' and '_player.CurrentHitPoint' to refer to parts of the program within the DLL. Also there is no need for extra variables within the brackets, so this is possibles 'DisplayCurrentLocation()' making the code more tidier.

Brian
AnswerRe: Where are the libraries located in C#? Pin
OriginalGriff3-Apr-19 21:34
mveOriginalGriff3-Apr-19 21:34 
GeneralRe: Where are the libraries located in C#? Pin
Brian_TheLion3-Apr-19 23:20
Brian_TheLion3-Apr-19 23:20 
GeneralRe: Where are the libraries located in C#? Pin
OriginalGriff3-Apr-19 23:28
mveOriginalGriff3-Apr-19 23:28 
GeneralRe: Where are the libraries located in C#? Pin
Brian_TheLion4-Apr-19 0:06
Brian_TheLion4-Apr-19 0:06 
GeneralRe: Where are the libraries located in C#? Pin
OriginalGriff3-Apr-19 23:31
mveOriginalGriff3-Apr-19 23:31 
GeneralRe: Where are the libraries located in C#? Pin
Brian_TheLion3-Apr-19 23:58
Brian_TheLion3-Apr-19 23:58 
GeneralRe: Where are the libraries located in C#? Pin
Brian_TheLion4-Apr-19 0:02
Brian_TheLion4-Apr-19 0:02 
GeneralRe: Where are the libraries located in C#? Pin
CHill604-Apr-19 0:38
mveCHill604-Apr-19 0:38 
GeneralRe: Where are the libraries located in C#? Pin
OriginalGriff4-Apr-19 0:46
mveOriginalGriff4-Apr-19 0:46 
GeneralRe: Where are the libraries located in C#? Pin
CHill604-Apr-19 1:20
mveCHill604-Apr-19 1:20 
GeneralRe: Where are the libraries located in C#? Pin
Brian_TheLion4-Apr-19 1:19
Brian_TheLion4-Apr-19 1:19 
GeneralRe: Where are the libraries located in C#? Pin
OriginalGriff4-Apr-19 1:30
mveOriginalGriff4-Apr-19 1:30 
GeneralRe: Where are the libraries located in C#? Pin
Brian_TheLion4-Apr-19 0:57
Brian_TheLion4-Apr-19 0:57 
AnswerRe: Where are the libraries located in C#? Pin
Eddy Vluggen3-Apr-19 21:42
professionalEddy Vluggen3-Apr-19 21:42 
GeneralRe: Where are the libraries located in C#? Pin
Brian_TheLion3-Apr-19 23:23
Brian_TheLion3-Apr-19 23:23 
GeneralRe: Where are the libraries located in C#? Pin
Eddy Vluggen4-Apr-19 1:31
professionalEddy Vluggen4-Apr-19 1:31 
GeneralRe: Where are the libraries located in C#? Pin
Brian_TheLion4-Apr-19 9:58
Brian_TheLion4-Apr-19 9:58 

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.