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

.NET (Core and Framework)

 
AnswerRe: .net framework automatic update? Pin
Abhinav S13-Jun-10 22:58
Abhinav S13-Jun-10 22:58 
AnswerRe: .net framework automatic update? Pin
Henry Minute14-Jun-10 3:48
Henry Minute14-Jun-10 3:48 
AnswerRe: .net framework automatic update? Pin
AnnieMacD15-Jun-10 12:41
AnnieMacD15-Jun-10 12:41 
GeneralRe: .net framework automatic update? Pin
divyesh143215-Jun-10 18:34
divyesh143215-Jun-10 18:34 
QuestionProblem with autoscrolling of the .NET ScrollableControl Pin
Shao Voon Wong13-Jun-10 21:04
mvaShao Voon Wong13-Jun-10 21:04 
AnswerRe: Problem with autoscrolling of the .NET ScrollableControl Pin
Adam R Harris17-Jun-10 6:11
Adam R Harris17-Jun-10 6:11 
GeneralRe: Problem with autoscrolling of the .NET ScrollableControl Pin
Shao Voon Wong27-Jun-10 17:26
mvaShao Voon Wong27-Jun-10 17:26 
Questionfaster C++ .NET webclient usage? Pin
T210213-Jun-10 19:27
T210213-Jun-10 19:27 
The code below takes a few seconds for each thread/webpage, which is longer than accessing it from an open browser such as google chrome. Is there some setting I need to apply to make it run faster? Should I try to reuse the same webclient in each thread and consider using DownloadAsync? I am thinking that webclient might internally use technology from the slow browser internet explorer instead of google chrome for instance. Is there a public API that would let me download this with google chrome.

System::Net::WebClient client;
client.DownloadString(URL); //URL is a System::String^
AnswerRe: faster C++ .NET webclient usage? Pin
Eddy Vluggen14-Jun-10 2:34
professionalEddy Vluggen14-Jun-10 2:34 
GeneralRe: faster C++ .NET webclient usage? Pin
T210214-Jun-10 19:24
T210214-Jun-10 19:24 
QuestionDatabase or no database in Software development? Pin
cyberexel12-Jun-10 18:33
cyberexel12-Jun-10 18:33 
AnswerRe: Database or no database in Software development? Pin
Dave Kreskowiak13-Jun-10 5:25
mveDave Kreskowiak13-Jun-10 5:25 
AnswerRe: Database or no database in Software development? Pin
PIEBALDconsult13-Jun-10 18:51
mvePIEBALDconsult13-Jun-10 18:51 
GeneralRe: Database or no database in Software development? Pin
cyberexel14-Jun-10 23:10
cyberexel14-Jun-10 23:10 
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 
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 

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.