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

.NET (Core and Framework)

 
JokeRe: Information about .Net Technlogy. Pin
Kornfeld Eliyahu Peter20-Sep-14 8:27
professionalKornfeld Eliyahu Peter20-Sep-14 8:27 
AnswerRe: Information about .Net Technlogy. Pin
Dave Kreskowiak20-Sep-14 12:26
mveDave Kreskowiak20-Sep-14 12:26 
AnswerRe: Information about .Net Technlogy. Pin
Swinkaran1-Oct-14 13:11
professionalSwinkaran1-Oct-14 13:11 
QuestionDatabase first Entity framework with repository pattern Pin
Swinkaran17-Sep-14 4:12
professionalSwinkaran17-Sep-14 4:12 
AnswerRe: Database first Entity framework with repository pattern Pin
Pete O'Hanlon17-Sep-14 4:38
mvePete O'Hanlon17-Sep-14 4:38 
AnswerRe: Database first Entity framework with repository pattern Pin
Matt U.30-Sep-14 5:23
Matt U.30-Sep-14 5:23 
QuestionCompare 2 tables Pin
byka17-Sep-14 1:52
byka17-Sep-14 1:52 
AnswerRe: Compare 2 tables Pin
Eddy Vluggen17-Sep-14 5:15
professionalEddy Vluggen17-Sep-14 5:15 
Do you want to compare their structure, or their data?

The most obvious way is looping through the data, and looking whether the second table has the same. Exit as soon as they are not, or loop until the end and return a list of differences.

AFAIK, there's no built-in functionality to compare datatables and get a diff.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: Compare 2 tables Pin
Sibeesh KV6-Oct-14 0:43
professionalSibeesh KV6-Oct-14 0:43 
Questionmessage.show Pin
geparl15-Sep-14 7:23
geparl15-Sep-14 7:23 
AnswerRe: message.show Pin
Richard MacCutchan15-Sep-14 21:05
mveRichard MacCutchan15-Sep-14 21:05 
GeneralRe: message.show Pin
geparl17-Sep-14 4:03
geparl17-Sep-14 4:03 
QuestionOutput to memorystream Pin
byka12-Sep-14 2:35
byka12-Sep-14 2:35 
AnswerRe: Output to memorystream Pin
jschell13-Sep-14 6:44
jschell13-Sep-14 6:44 
AnswerRe: Output to memorystream Pin
Eddy Vluggen15-Sep-14 8:34
professionalEddy Vluggen15-Sep-14 8:34 
QuestionBlog and RSS feeds Pin
Bastien Vandamme10-Sep-14 23:24
Bastien Vandamme10-Sep-14 23:24 
AnswerRe: Blog and RSS feeds Pin
Richard MacCutchan10-Sep-14 23:46
mveRichard MacCutchan10-Sep-14 23:46 
GeneralRe: Blog and RSS feeds Pin
Bastien Vandamme13-Sep-14 16:13
Bastien Vandamme13-Sep-14 16:13 
GeneralRe: Blog and RSS feeds Pin
Richard MacCutchan14-Sep-14 0:10
mveRichard MacCutchan14-Sep-14 0:10 
QuestionAre DLLs redundant in .NET? Pin
CatchExAs10-Sep-14 7:24
professionalCatchExAs10-Sep-14 7:24 
AnswerRe: Are DLLs redundant in .NET? Pin
Richard Deeming10-Sep-14 7:34
mveRichard Deeming10-Sep-14 7:34 
GeneralRe: Are DLLs redundant in .NET? Pin
CatchExAs10-Sep-14 9:38
professionalCatchExAs10-Sep-14 9:38 
GeneralRe: Are DLLs redundant in .NET? Pin
Dave Kreskowiak10-Sep-14 9:46
mveDave Kreskowiak10-Sep-14 9:46 
GeneralRe: Are DLLs redundant in .NET? Pin
CatchExAs10-Sep-14 9:50
professionalCatchExAs10-Sep-14 9:50 
GeneralRe: Are DLLs redundant in .NET? Pin
Dave Kreskowiak10-Sep-14 9:55
mveDave Kreskowiak10-Sep-14 9:55 

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.