Click here to Skip to main content
16,004,927 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionproblem saving changes to database Pin
Twalton4631-Dec-09 7:09
Twalton4631-Dec-09 7:09 
QuestionMembership authentication Pin
gautam.munish@gamil.com30-Dec-09 19:43
gautam.munish@gamil.com30-Dec-09 19:43 
AnswerRe: Membership authentication Pin
Dimitri Witkowski30-Dec-09 21:52
Dimitri Witkowski30-Dec-09 21:52 
QuestionRegular Expression Help Pin
Paul Selormey30-Dec-09 12:39
Paul Selormey30-Dec-09 12:39 
AnswerRe: Regular Expression Help Pin
Dimitri Witkowski30-Dec-09 22:00
Dimitri Witkowski30-Dec-09 22:00 
GeneralRe: Regular Expression Help Pin
Paul Selormey30-Dec-09 22:22
Paul Selormey30-Dec-09 22:22 
QuestionTwo hashsets same values, different HashCodes? Pin
ThomasPep29-Dec-09 20:32
ThomasPep29-Dec-09 20:32 
AnswerRe: Two hashsets same values, different HashCodes? Pin
Luc Pattyn30-Dec-09 1:00
sitebuilderLuc Pattyn30-Dec-09 1:00 
Each object has a hash code, that must depend on at least one of its instance values. your setA and setB are two different objects (similar content, but unrelated objects), hence they are allowed to have unrelated hash values.

Also hash values are mainly useful for objects INSIDE collections, not for collections themselves.

See the documentation[^], in particular the remarks and the "Notes to Implementers".

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Merry Christmas and a Happy New Year to all.


GeneralRe: Two hashsets same values, different HashCodes? Pin
ThomasPep30-Dec-09 2:20
ThomasPep30-Dec-09 2:20 
GeneralRe: Two hashsets same values, different HashCodes? Pin
Luc Pattyn30-Dec-09 3:03
sitebuilderLuc Pattyn30-Dec-09 3:03 
GeneralRe: Two hashsets same values, different HashCodes? Pin
Gideon Engelberth30-Dec-09 13:22
Gideon Engelberth30-Dec-09 13:22 
GeneralRe: Two hashsets same values, different HashCodes? [modified] Pin
ThomasPep30-Dec-09 20:29
ThomasPep30-Dec-09 20:29 
QuestionHow to propagate an exception raised in a worker thread to the UI thread Pin
DanielDaMeda29-Dec-09 10:21
DanielDaMeda29-Dec-09 10:21 
AnswerRe: How to propagate an exception raised in a worker thread to the UI thread Pin
ProtoBytes29-Dec-09 11:13
ProtoBytes29-Dec-09 11:13 
AnswerRe: How to propagate an exception raised in a worker thread to the UI thread Pin
john_masen6-Jan-10 2:11
john_masen6-Jan-10 2:11 
AnswerRe: How to propagate an exception raised in a worker thread to the UI thread Pin
David Skelly6-Jan-10 5:41
David Skelly6-Jan-10 5:41 
QuestionUsing SMTP client of .net in proxy connections to send email Pin
JayKhatri28-Dec-09 19:52
JayKhatri28-Dec-09 19:52 
AnswerRe: Using SMTP client of .net in proxy connections to send email Pin
Dave Kreskowiak30-Dec-09 7:01
mveDave Kreskowiak30-Dec-09 7:01 
QuestionCommunicating with servers by code Pin
khKamel28-Dec-09 8:06
khKamel28-Dec-09 8:06 
AnswerRe: Communicating with servers by code Pin
Abhinav S28-Dec-09 19:55
Abhinav S28-Dec-09 19:55 
GeneralRe: Communicating with servers by code Pin
khKamel29-Dec-09 0:46
khKamel29-Dec-09 0:46 
GeneralRe: Communicating with servers by code Pin
Abhinav S30-Dec-09 2:03
Abhinav S30-Dec-09 2:03 
QuestionDebgugging application with AsyncOperations Pin
Jeroen De Dauw27-Dec-09 9:33
Jeroen De Dauw27-Dec-09 9:33 
AnswerRe: Debgugging application with AsyncOperations Pin
Eddy Vluggen29-Dec-09 7:10
professionalEddy Vluggen29-Dec-09 7:10 
AnswerRe: Debgugging application with AsyncOperations Pin
Luc Pattyn29-Dec-09 7:18
sitebuilderLuc Pattyn29-Dec-09 7:18 

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.