Click here to Skip to main content
15,900,816 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Database or no database in Software development? Pin
PIEBALDconsult15-Jun-10 3:10
mvePIEBALDconsult15-Jun-10 3:10 
GeneralRe: Database or no database in Software development? Pin
Eddy Vluggen15-Jun-10 3:36
professionalEddy Vluggen15-Jun-10 3:36 
GeneralRe: Database or no database in Software development? Pin
Dave Kreskowiak15-Jun-10 5:35
mveDave Kreskowiak15-Jun-10 5:35 
AnswerRe: Database or no database in Software development? Pin
T M Gray15-Jun-10 8:17
T M Gray15-Jun-10 8:17 
QuestionJoin computer to domain using vb.net Pin
SIFNOk12-Jun-10 7:43
SIFNOk12-Jun-10 7:43 
AnswerRe: Join computer to domain using vb.net Pin
Abhinav S12-Jun-10 22:09
Abhinav S12-Jun-10 22:09 
AnswerRe: Join computer to domain using vb.net Pin
Rob Branaghan28-Apr-11 0:20
Rob Branaghan28-Apr-11 0:20 
AnswerrootSearch = New DirectorySearcher(root) Pin
Mike Phares Jr11-Jun-10 20:45
Mike Phares Jr11-Jun-10 20:45 
'.PropertiesToLoad.Add("accountexpires")
'.PropertiesToLoad.Add("admincount")
'.PropertiesToLoad.Add("adspath")
'.PropertiesToLoad.Add("altrecipient")
'.PropertiesToLoad.Add("authorigbl")
'.PropertiesToLoad.Add("badpasswordtime")
'.PropertiesToLoad.Add("badpwdcount")
'.PropertiesToLoad.Add("c")
'.PropertiesToLoad.Add("city")
'.PropertiesToLoad.Add("cn")
'.PropertiesToLoad.Add("co")
'.PropertiesToLoad.Add("codepage")
'.PropertiesToLoad.Add("company")
'.PropertiesToLoad.Add("countrycode")
'.PropertiesToLoad.Add("deleteditemflags")
'.PropertiesToLoad.Add("deliverandredirect")
'.PropertiesToLoad.Add("department")
'.PropertiesToLoad.Add("description")
'.PropertiesToLoad.Add("directreports")
'.PropertiesToLoad.Add("displayname")
'.PropertiesToLoad.Add("displaynameprintable")
'.PropertiesToLoad.Add("distinguishedname")
'.PropertiesToLoad.Add("dscorepropagationdata")
'.PropertiesToLoad.Add("email")
'.PropertiesToLoad.Add("extensionattribute10")
'.PropertiesToLoad.Add("facsimiletelephonenumber")
'.PropertiesToLoad.Add("firstname")
'.PropertiesToLoad.Add("garbagecollperiod")
'.PropertiesToLoad.Add("givenname")
'.PropertiesToLoad.Add("home")
'.PropertiesToLoad.Add("homedirectory")
'.PropertiesToLoad.Add("homedrive")
'.PropertiesToLoad.Add("homemdb")
'.PropertiesToLoad.Add("homemta")
'.PropertiesToLoad.Add("homephone")
'.PropertiesToLoad.Add("info")
'.PropertiesToLoad.Add("initials")
'.PropertiesToLoad.Add("instancetype")
'.PropertiesToLoad.Add("l")
'.PropertiesToLoad.Add("lastlogoff")
'.PropertiesToLoad.Add("lastlogon")
'.PropertiesToLoad.Add("lastlogontimestamp")
'.PropertiesToLoad.Add("lastname")
'.PropertiesToLoad.Add("legacyexchangedn")
'.PropertiesToLoad.Add("lockouttime")
'.PropertiesToLoad.Add("logoncount")
'.PropertiesToLoad.Add("logonhours")
'.PropertiesToLoad.Add("mail")
'.PropertiesToLoad.Add("mailnickname")
'.PropertiesToLoad.Add("managedobjects")
'.PropertiesToLoad.Add("manager")
'.PropertiesToLoad.Add("mdbusedefaults")
'.PropertiesToLoad.Add("memberof")
'.PropertiesToLoad.Add("mobile")
'.PropertiesToLoad.Add("msexchalobjectversion")
'.PropertiesToLoad.Add("msexchhomeservername")
'.PropertiesToLoad.Add("msexchmailboxguid")
'.PropertiesToLoad.Add("msexchmailboxsecuritydescriptor")
'.PropertiesToLoad.Add("msexchpoliciesincluded")
'.PropertiesToLoad.Add("msexchuseraccountcontrol")
'.PropertiesToLoad.Add("msmqdigests")
'.PropertiesToLoad.Add("msmqsigncertificates")
'.PropertiesToLoad.Add("msnpallowdialin")
'.PropertiesToLoad.Add("name")
'.PropertiesToLoad.Add("objectcategory")
'.PropertiesToLoad.Add("objectclass")
'.PropertiesToLoad.Add("objectguid")
'.PropertiesToLoad.Add("objectsid")
'.PropertiesToLoad.Add("office")
'.PropertiesToLoad.Add("ou")
'.PropertiesToLoad.Add("pager")
'.PropertiesToLoad.Add("physicaldeliveryofficename")
'.PropertiesToLoad.Add("pobox")
'.PropertiesToLoad.Add("postalcode")
'.PropertiesToLoad.Add("primarygroupid")
'.PropertiesToLoad.Add("profilepath")
'.PropertiesToLoad.Add("proxyaddresses")
'.PropertiesToLoad.Add("publicdelegates")
'.PropertiesToLoad.Add("publicdelegatesbl")
'.PropertiesToLoad.Add("pwdlastset")
'.PropertiesToLoad.Add("replicatedobjectversion")
'.PropertiesToLoad.Add("replicationsignature")
.PropertiesToLoad.Add("samaccountname")
'.PropertiesToLoad.Add("samaccounttype")
'.PropertiesToLoad.Add("scriptpath")
'.PropertiesToLoad.Add("serviceprincipalname")
'.PropertiesToLoad.Add("showinaddressbook")
'.PropertiesToLoad.Add("sidhistory")
'.PropertiesToLoad.Add("sn")
'.PropertiesToLoad.Add("st")
'.PropertiesToLoad.Add("street")
'.PropertiesToLoad.Add("streetaddress")
'.PropertiesToLoad.Add("telephonenumber")
'.PropertiesToLoad.Add("textencodedoraddress")
'.PropertiesToLoad.Add("title")
'.PropertiesToLoad.Add("useraccountcontrol")
'.PropertiesToLoad.Add("userparameters")
'.PropertiesToLoad.Add("userprincipalname")
'.PropertiesToLoad.Add("usnchanged")
'.PropertiesToLoad.Add("usncreated")
'.PropertiesToLoad.Add("whenchanged")
'.PropertiesToLoad.Add("whencreated")
GeneralRe: rootSearch = New DirectorySearcher(root) Pin
saini arun11-Jun-10 20:57
saini arun11-Jun-10 20:57 
GeneralRe: rootSearch = New DirectorySearcher(root) Pin
Abhinav S12-Jun-10 6:04
Abhinav S12-Jun-10 6:04 
GeneralRe: rootSearch = New DirectorySearcher(root) Pin
Pete O'Hanlon12-Jun-10 9:10
mvePete O'Hanlon12-Jun-10 9:10 
QuestionMLM TREE Pin
vijayksh11110-Jun-10 7:18
vijayksh11110-Jun-10 7:18 
AnswerRe: MLM TREE Pin
Dr.Walt Fair, PE10-Jun-10 7:30
professionalDr.Walt Fair, PE10-Jun-10 7:30 
AnswerRe: MLM TREE Pin
Pete O'Hanlon10-Jun-10 22:37
mvePete O'Hanlon10-Jun-10 22:37 
AnswerRe: MLM TREE Pin
_Ashish8-Jul-10 6:34
_Ashish8-Jul-10 6:34 
QuestionDo you still need 3.5 if you only install 4.0? Pin
Randar Puust10-Jun-10 4:59
Randar Puust10-Jun-10 4:59 
AnswerRe: Do you still need 3.5 if you only install 4.0? Pin
Peace ON10-Jun-10 5:16
Peace ON10-Jun-10 5:16 
GeneralRe: Do you still need 3.5 if you only install 4.0? Pin
Luc Pattyn10-Jun-10 5:33
sitebuilderLuc Pattyn10-Jun-10 5:33 
GeneralRe: Do you still need 3.5 if you only install 4.0? Pin
Richard MacCutchan10-Jun-10 5:45
mveRichard MacCutchan10-Jun-10 5:45 
AnswerRe: Do you still need 3.5 if you only install 4.0? Pin
dan!sh 10-Jun-10 6:15
professional dan!sh 10-Jun-10 6:15 
AnswerRe: Do you still need 3.5 if you only install 4.0? Pin
Anshul R10-Jun-10 20:03
Anshul R10-Jun-10 20:03 
AnswerRe: Do you still need 3.5 if you only install 4.0? Pin
AnnieMacD12-Jun-10 3:20
AnnieMacD12-Jun-10 3:20 
GeneralRe: Do you still need 3.5 if you only install 4.0? Pin
Luc Pattyn12-Jun-10 4:33
sitebuilderLuc Pattyn12-Jun-10 4:33 
QuestionErro while trying to open an application in VS.Net 1.1 Pin
meeram39510-Jun-10 1:21
meeram39510-Jun-10 1:21 
AnswerRe: Erro while trying to open an application in VS.Net 1.1 Pin
Luc Pattyn10-Jun-10 1:36
sitebuilderLuc Pattyn10-Jun-10 1:36 

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.