Click here to Skip to main content
15,881,898 members
Home / Discussions / C#
   

C#

 
GeneralRe: Proper use of Tag property Pin
Pete O'Hanlon17-Sep-08 22:32
mvePete O'Hanlon17-Sep-08 22:32 
GeneralRe: Proper use of Tag property Pin
N a v a n e e t h17-Sep-08 23:50
N a v a n e e t h17-Sep-08 23:50 
Questionauthentication issue Pin
George_George17-Sep-08 21:40
George_George17-Sep-08 21:40 
AnswerRe: authentication issue Pin
leppie17-Sep-08 22:21
leppie17-Sep-08 22:21 
GeneralRe: authentication issue Pin
George_George17-Sep-08 23:01
George_George17-Sep-08 23:01 
GeneralRe: authentication issue Pin
leppie17-Sep-08 23:06
leppie17-Sep-08 23:06 
GeneralRe: authentication issue Pin
George_George17-Sep-08 23:24
George_George17-Sep-08 23:24 
GeneralRe: authentication issue Pin
leppie17-Sep-08 23:40
leppie17-Sep-08 23:40 
George_George wrote:
Which methods in Reflector are you comparing to and see whether they are of the same or different? I have the Reflector at hand and want to have the same page with you.


I am looking at:
public NetworkCredential(string userName, string password) 
  : this(userName, password, string.Empty)
{
}
Note the 3rd parameter is an empty string, and not the domain. Drilling into the called constructor, you will see no such seperation of username/domainname is taking place.

xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)
((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

GeneralRe: authentication issue Pin
George_George18-Sep-08 0:01
George_George18-Sep-08 0:01 
Questioncreate a changing in pin code number of atm application in c# Pin
mdiqbal8717-Sep-08 21:34
mdiqbal8717-Sep-08 21:34 
JokeRe: create a changing in pin code number of atm application in c# PinPopular
Giorgi Dalakishvili17-Sep-08 21:37
mentorGiorgi Dalakishvili17-Sep-08 21:37 
GeneralRe: create a changing in pin code number of atm application in c# Pin
mdiqbal8717-Sep-08 21:43
mdiqbal8717-Sep-08 21:43 
GeneralRe: create a changing in pin code number of atm application in c# Pin
N a v a n e e t h17-Sep-08 21:53
N a v a n e e t h17-Sep-08 21:53 
JokeRe: create a changing in pin code number of atm application in c# Pin
Giorgi Dalakishvili17-Sep-08 21:57
mentorGiorgi Dalakishvili17-Sep-08 21:57 
JokeRe: create a changing in pin code number of atm application in c# Pin
Mycroft Holmes17-Sep-08 21:55
professionalMycroft Holmes17-Sep-08 21:55 
JokeRe: create a changing in pin code number of atm application in c# Pin
Giorgi Dalakishvili17-Sep-08 22:00
mentorGiorgi Dalakishvili17-Sep-08 22:00 
GeneralRe: create a changing in pin code number of atm application in c# Pin
Dewald18-Sep-08 1:04
Dewald18-Sep-08 1:04 
GeneralRe: create a changing in pin code number of atm application in c# Pin
Giorgi Dalakishvili18-Sep-08 1:12
mentorGiorgi Dalakishvili18-Sep-08 1:12 
GeneralRe: create a changing in pin code number of atm application in c# Pin
Member 1372570716-Mar-18 7:31
Member 1372570716-Mar-18 7:31 
GeneralRe: create a changing in pin code number of atm application in c# Pin
Dan Neely18-Sep-08 2:28
Dan Neely18-Sep-08 2:28 
AnswerRe: create a changing in pin code number of atm application in c# Pin
Mycroft Holmes17-Sep-08 21:57
professionalMycroft Holmes17-Sep-08 21:57 
GeneralRe: create a changing in pin code number of atm application in c# Pin
mdiqbal8717-Sep-08 22:06
mdiqbal8717-Sep-08 22:06 
GeneralRe: create a changing in pin code number of atm application in c# Pin
Mycroft Holmes17-Sep-08 22:15
professionalMycroft Holmes17-Sep-08 22:15 
GeneralRe: create a changing in pin code number of atm application in c# Pin
PaulPrice18-Sep-08 1:42
PaulPrice18-Sep-08 1:42 
GeneralRe: create a changing in pin code number of atm application in c# Pin
Mycroft Holmes18-Sep-08 2:32
professionalMycroft Holmes18-Sep-08 2:32 

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.