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

C#

 
GeneralRe: How can I open a pipeline (exchange shell) with different credentials? Pin
turbosupramk31-Nov-13 8:27
turbosupramk31-Nov-13 8:27 
GeneralRe: How can I open a pipeline (exchange shell) with different credentials? Pin
Simon_Whale1-Nov-13 13:09
Simon_Whale1-Nov-13 13:09 
GeneralRe: How can I open a pipeline (exchange shell) with different credentials? Pin
turbosupramk34-Nov-13 1:19
turbosupramk34-Nov-13 1:19 
Questionimport GIS ShapeFile with C# / SQL? Pin
SledgeHammer0131-Oct-13 14:34
SledgeHammer0131-Oct-13 14:34 
AnswerRe: import GIS ShapeFile with C# / SQL? Pin
Kenneth Haugland1-Nov-13 1:37
mvaKenneth Haugland1-Nov-13 1:37 
QuestionData retrival slow from Server Pin
Member 1037282031-Oct-13 5:55
Member 1037282031-Oct-13 5:55 
AnswerRe: Data retrival slow from Server Pin
Abhinav S31-Oct-13 7:04
Abhinav S31-Oct-13 7:04 
AnswerRe: Data retrival slow from Server Pin
Ennis Ray Lynch, Jr.31-Oct-13 8:34
Ennis Ray Lynch, Jr.31-Oct-13 8:34 
Modify the query to be count(*) instead of a data retrieval operations then you will know the "basic" round trip time. Then, realize, if you are using a Data Set or a EF, or any code generator, there is likely a double trip to load schema information on the query. IE, use data-readers if you like speed and utilized field indexes and native types instead of the column name pseudo index.

Also, remember, local connections can use named pipes, but remote are forced to use TCP-IP under SQL Server or some such.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting.

"And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

"All users always want Excel" --Ennis Lynch

AnswerRe: Data retrival slow from Server Pin
Bernhard Hiller4-Nov-13 3:09
Bernhard Hiller4-Nov-13 3:09 
QuestionHow do I import data from Oracle to .MDB Pin
bhumika_singh30-Oct-13 23:29
bhumika_singh30-Oct-13 23:29 
AnswerRe: How do I import data from Oracle to .MDB Pin
Dave Kreskowiak31-Oct-13 1:33
mveDave Kreskowiak31-Oct-13 1:33 
GeneralRe: How do I import data from Oracle to .MDB Pin
bhumika_singh31-Oct-13 2:09
bhumika_singh31-Oct-13 2:09 
GeneralRe: How do I import data from Oracle to .MDB Pin
Simon_Whale31-Oct-13 2:38
Simon_Whale31-Oct-13 2:38 
QuestionThe word is not smooth during the C # form ? Pin
Member 245846730-Oct-13 22:45
Member 245846730-Oct-13 22:45 
AnswerRe: The word is not smooth during the C # form ? Pin
Dave Kreskowiak31-Oct-13 1:49
mveDave Kreskowiak31-Oct-13 1:49 
GeneralRe: The word is not smooth during the C # form ? Pin
Rob Philpott31-Oct-13 4:07
Rob Philpott31-Oct-13 4:07 
AnswerRe: The word is not smooth during the C # form ? Pin
Eddy Vluggen31-Oct-13 8:10
professionalEddy Vluggen31-Oct-13 8:10 
Questionusing Vmware SDK in C# Pin
Biju Krishnan30-Oct-13 19:50
Biju Krishnan30-Oct-13 19:50 
AnswerRe: using Vmware SDK in C# Pin
Dave Kreskowiak31-Oct-13 1:50
mveDave Kreskowiak31-Oct-13 1:50 
AnswerRe: using Vmware SDK in C# Pin
Abhinav S31-Oct-13 7:08
Abhinav S31-Oct-13 7:08 
QuestionGet User Name and Photograph from Twitter using Azure Mobile Service Pin
Abhiroop0930-Oct-13 18:34
Abhiroop0930-Oct-13 18:34 
SuggestionRe: Get User Name and Photograph from Twitter using Azure Mobile Service Pin
Richard MacCutchan30-Oct-13 22:03
mveRichard MacCutchan30-Oct-13 22:03 
QuestionWhat is IServiceProvider? Pin
Member 1030956730-Oct-13 10:31
Member 1030956730-Oct-13 10:31 
AnswerRe: What is IServiceProvider? PinPopular
Ron Beyer30-Oct-13 10:54
professionalRon Beyer30-Oct-13 10:54 
QuestionHow to use DirectX.Capture to capture webcam stream into a .mp4(mpeg4) in c#? Pin
Member 1035824430-Oct-13 9:41
Member 1035824430-Oct-13 9:41 

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.