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

C#

 
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 
AnswerRe: Where are the libraries located in C#? Pin
OriginalGriff3-Apr-19 21:34
mveOriginalGriff3-Apr-19 21:34 
They are kept ... exactly where you put them! Laugh | :laugh:
When you create a solution, it creates a folder for it, and sub folders for each project in that solution - the source code is stored there, and the binaries in yet more subfolders.

The easiest way to find out exactly where a referenced library is is to open the "References" tab of your new project, and right click the reference. Select "Properties" and you will see the location under "Path".
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

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 
GeneralRe: Where are the libraries located in C#? Pin
Eddy Vluggen4-Apr-19 10:18
professionalEddy Vluggen4-Apr-19 10:18 

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.