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

C#

 
AnswerRe: Multi-threading Efficiency Pin
Pete O'Hanlon15-Mar-17 22:49
mvePete O'Hanlon15-Mar-17 22:49 
QuestionC# Class Documentation on MSDN Pin
Winnie D14-Mar-17 9:32
Winnie D14-Mar-17 9:32 
AnswerRe: C# Class Documentation on MSDN Pin
Eddy Vluggen14-Mar-17 9:47
professionalEddy Vluggen14-Mar-17 9:47 
GeneralRe: C# Class Documentation on MSDN Pin
Winnie D14-Mar-17 10:40
Winnie D14-Mar-17 10:40 
GeneralRe: C# Class Documentation on MSDN Pin
CHill6014-Mar-17 12:54
mveCHill6014-Mar-17 12:54 
GeneralRe: C# Class Documentation on MSDN Pin
Mycroft Holmes14-Mar-17 14:28
professionalMycroft Holmes14-Mar-17 14:28 
GeneralRe: C# Class Documentation on MSDN Pin
Kevin McFarlane15-Mar-17 2:15
Kevin McFarlane15-Mar-17 2:15 
AnswerRe: C# Class Documentation on MSDN Pin
Afzaal Ahmad Zeeshan14-Mar-17 10:03
professionalAfzaal Ahmad Zeeshan14-Mar-17 10:03 
Also, please note that MSDN documentations are linked together, so if an object is used together with any other type or class, MSDN documentation will have a "See also" section at the bottom of the pages, where you can find details about other types. At the bottom of that page, (for DirectorySearcher), there was the section, https://msdn.microsoft.com/en-us/library/system.directoryservices.directorysearcher(v=vs.110).aspx#See Also, that had the information about the more objects that you should consider understanding.

Secondly, one must first understand what he has to do... Like, if you want to go to City 1234, then you should know the route to the destination, the local Bus Stop 12 and Bus Terminal 34 are just the in betweens. If you know where you are headed off to, then you will be easily able to find the correct types. — try search for "c# file system watcher" and, once you're working with that, search for "background thread event management", you will see that MSDN will provide you with the types you need to build a background manager that keeps a track of your file system for any changes in it. But of course, this is just an example.

Finding the correct classes is just like treasure hunt. Only this is somewhat easy, thanks to uncle Google. Wink | ;-)
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

GeneralRe: C# Class Documentation on MSDN Pin
Winnie D14-Mar-17 11:37
Winnie D14-Mar-17 11:37 
SuggestionRe: C# Class Documentation on MSDN Pin
Richard Deeming14-Mar-17 11:15
mveRichard Deeming14-Mar-17 11:15 
QuestionDataGridView NOT adding with Entities models Pin
nabilg14-Mar-17 4:14
nabilg14-Mar-17 4:14 
QuestionManage a timeout on a ldap connection Pin
MarcSchmidtmayer13-Mar-17 1:04
MarcSchmidtmayer13-Mar-17 1:04 
AnswerRe: Manage a timeout on a ldap connection Pin
Garth J Lancaster13-Mar-17 1:34
professionalGarth J Lancaster13-Mar-17 1:34 
GeneralRe: Manage a timeout on a ldap connection Pin
MarcSchmidtmayer13-Mar-17 2:27
MarcSchmidtmayer13-Mar-17 2:27 
GeneralRe: Manage a timeout on a ldap connection Pin
Garth J Lancaster13-Mar-17 3:02
professionalGarth J Lancaster13-Mar-17 3:02 
GeneralRe: Manage a timeout on a ldap connection Pin
MarcSchmidtmayer13-Mar-17 3:53
MarcSchmidtmayer13-Mar-17 3:53 
GeneralRe: Manage a timeout on a ldap connection Pin
Garth J Lancaster13-Mar-17 18:04
professionalGarth J Lancaster13-Mar-17 18:04 
GeneralRe: Manage a timeout on a ldap connection Pin
MarcSchmidtmayer13-Mar-17 20:19
MarcSchmidtmayer13-Mar-17 20:19 
AnswerRe: Manage a timeout on a ldap connection Pin
KamranShahid25-Nov-21 21:33
KamranShahid25-Nov-21 21:33 
GeneralRe: Manage a timeout on a ldap connection Pin
Richard Deeming25-Nov-21 21:54
mveRichard Deeming25-Nov-21 21:54 
GeneralRe: Manage a timeout on a ldap connection Pin
Richard MacCutchan25-Nov-21 23:57
mveRichard MacCutchan25-Nov-21 23:57 
GeneralRe: Manage a timeout on a ldap connection Pin
KamranShahid6-Dec-22 4:08
KamranShahid6-Dec-22 4:08 
QuestionHow to set up QuickSharp to run program in separate window? Pin
Member 1297423512-Mar-17 0:59
Member 1297423512-Mar-17 0:59 
GeneralRe: How to set up QuickSharp to run program in separate window? Pin
Richard MacCutchan12-Mar-17 21:45
mveRichard MacCutchan12-Mar-17 21:45 
AnswerRe: How to set up QuickSharp to run program in separate window? Pin
Pete O'Hanlon12-Mar-17 21:50
mvePete O'Hanlon12-Mar-17 21:50 

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.