Click here to Skip to main content
15,914,221 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating an Alias to SQL Server and configure remote access control via code ? Pin
Wendelius30-Nov-08 6:21
mentorWendelius30-Nov-08 6:21 
GeneralRe: Creating an Alias to SQL Server and configure remote access control via code ? Pin
calanit30-Nov-08 22:44
calanit30-Nov-08 22:44 
GeneralRe: Creating an Alias to SQL Server and configure remote access control via code ? Pin
Wendelius1-Dec-08 4:39
mentorWendelius1-Dec-08 4:39 
QuestionC# Windows form Applications Pin
Karmendra Suthar29-Nov-08 21:05
Karmendra Suthar29-Nov-08 21:05 
AnswerRe: C# Windows form Applications Pin
Nishant Singh29-Nov-08 21:12
Nishant Singh29-Nov-08 21:12 
AnswerRe: C# Windows form Applications Pin
nelsonpaixao30-Nov-08 4:10
nelsonpaixao30-Nov-08 4:10 
QuestionRequest.QueryString Question. Pin
Jacob D Dixon29-Nov-08 19:13
Jacob D Dixon29-Nov-08 19:13 
AnswerRe: Request.QueryString Question. Pin
Guffa29-Nov-08 21:14
Guffa29-Nov-08 21:14 
There is no difference. The Item property get method (that you use in the first case) just calls the Get method.

The reason that both exists is probably to support programming languages that can not use an indexer (the first alternative).

Another alternative to get the values is the GetValues method, and that one is different. It returns the values as a string array instead of concatenating them together as a comma separated list.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Request.QueryString Question. Pin
Jacob D Dixon30-Nov-08 8:20
Jacob D Dixon30-Nov-08 8:20 
QuestionHow to get bytes of printed file using Win32_PrintJob Pin
Wahyu Hidayat29-Nov-08 10:53
Wahyu Hidayat29-Nov-08 10:53 
AnswerRe: How to get bytes of printed file using Win32_PrintJob Pin
0x3c029-Nov-08 23:34
0x3c029-Nov-08 23:34 
GeneralRe: How to get bytes of printed file using Win32_PrintJob Pin
Wahyu Hidayat1-Dec-08 16:12
Wahyu Hidayat1-Dec-08 16:12 
GeneralRe: How to get bytes of printed file using Win32_PrintJob Pin
Wahyu Hidayat1-Dec-08 19:06
Wahyu Hidayat1-Dec-08 19:06 
GeneralRe: How to get bytes of printed file using Win32_PrintJob Pin
0x3c01-Dec-08 20:13
0x3c01-Dec-08 20:13 
GeneralRe: How to get bytes of printed file using Win32_PrintJob Pin
Wahyu Hidayat4-Dec-08 5:57
Wahyu Hidayat4-Dec-08 5:57 
GeneralRe: How to get bytes of printed file using Win32_PrintJob Pin
0x3c04-Dec-08 9:59
0x3c04-Dec-08 9:59 
GeneralRe: How to get bytes of printed file using Win32_PrintJob Pin
Wahyu Hidayat6-Dec-08 5:15
Wahyu Hidayat6-Dec-08 5:15 
GeneralRe: How to get bytes of printed file using Win32_PrintJob Pin
0x3c07-Dec-08 3:23
0x3c07-Dec-08 3:23 
Questionre Code Pin
mutafa8129-Nov-08 10:41
mutafa8129-Nov-08 10:41 
AnswerRe: re Code Pin
Pete O'Hanlon29-Nov-08 10:47
mvePete O'Hanlon29-Nov-08 10:47 
GeneralRe: re Code Pin
Paul Conrad29-Nov-08 13:48
professionalPaul Conrad29-Nov-08 13:48 
AnswerRe: re Code Pin
PIEBALDconsult29-Nov-08 15:12
mvePIEBALDconsult29-Nov-08 15:12 
GeneralRe: re Code Pin
Thomas Weller29-Nov-08 17:51
Thomas Weller29-Nov-08 17:51 
GeneralRe: re Code Pin
Paul Conrad30-Nov-08 6:38
professionalPaul Conrad30-Nov-08 6:38 
AnswerRe: re Code Pin
Christian Graus29-Nov-08 15:26
protectorChristian Graus29-Nov-08 15:26 

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.