Tagged Questions

This is a meta tag. Do no use it!

learn more… | top users | synonyms

128
votes
3answers
27k views

Differences in git branches

I want to merge two branches that have been separated for a while and wanted to know which files have been modified. Came across this link: http://linux.yyz.us/git-howto.html which was quite useful. ...
78
votes
4answers
21k views

WPF vs Silverlight

What are the exact differences between WPF and Silverlight?
32
votes
7answers
4k views

subtle differences between javascript and Lua

i simply love javascript ... it's so elegant (imagine the quiet sound of lovestruck fanboy sighing in the background). so, recently i have played with Lua via the löve2d framework (nice!) - and i ...
18
votes
3answers
19k views

Difference between DTO, VO, POJO, JavaBeans?

Have seen some similar questions here and here. Can you also please tell me the contexts in which they are used?? Or the purpose of them?
12
votes
3answers
2k views

Difference between Convert.ToString() and .ToString()

What is the difference between Convert.ToString() and .ToString()? I found many differences online, but what's the major difference?
11
votes
1answer
236 views

What are the differences in the disassembly of two .NET executables built from the same source code?

Set up: same source code is used build a .NET 4 executable (console application) on two different machines. Microsoft Visual Studio 2010 SP1 .NET 4 settings are identical on the two machines ...
11
votes
12answers
6k views

VB.NET vs. C#.NET?

The company I work for has all of its legacy ("legacy" being used rather liberally in this context) code in VB.NET. They have about 6000+ lines of VB.NET code, so all of the developers are comfortable ...
10
votes
4answers
5k views

C# vs VB.NET - Handling of null Structures

I ran across this and was wondering if someone could explain why this works in VB.NET when I would expect it should fail, just like it does in C# //The C# Version struct Person { public string ...
8
votes
5answers
359 views

Is there any difference between “Object[] x” and “Object x[]”?

I was updating a legacy ode base in Java and I found a line like this: Object arg[] = { new Integer(20), new Integer(22) }; That line catch my attention because I am used to this kind of code: ...
7
votes
4answers
2k views

What is the difference between -viewWillAppear: and -viewDidAppear:?

What is the difference between -[UIViewController viewWillAppear:] and -[UIViewController viewDidAppear:]?
6
votes
3answers
778 views

Why is a CoreData forceFetch required after a delete on the iPad but not the iPhone?

When the following code is run on the iPhone the count of fetched objects after the delete is one less than before the delete. But on the iPad the count remains the same. This inconsistency was ...
5
votes
5answers
2k views

How to count differences between two files on linux?

I need to work with large files and must find differences between two. And I don't need the different bits, but the number of differences. To find the number of different rows I come up with diff ...
4
votes
2answers
438 views

Are Symbolic Links and Alias(es) the Same Thing? Mac OS X

I have been trying to set up some symbolic links in the Terminal, and haven't been able to get them to work. In trying to find what I was doing wrong, I compared their function to the "create alias" ...
4
votes
5answers
289 views

Differences beteween switch- and if-statements

Do these two statements behave equally or could they yield different results? if ( ... ) {...} elsif( ... ) {... } elsif( ... ) { ... } else { ... } . given ( ... ) { when ( ... ) { ... } ...
4
votes
3answers
1k views

Linq find differences in two lists

I have two list of members like this: Before: Peter, Ken, Julia, Tom After: Peter, Robert, Julia, Tom As you can see, Ken is is out and Robert is in. What I want is to detect the changes. I want a ...
4
votes
5answers
905 views

SQL where field in vs. where field = with multiple ors?

Which of these is better to use in regard to performance? ...in regard to readability / understandability? ...in regard to accepted standards? SELECT * FROM Wherever WHERE Greeting IN ('hello', 'hi', ...
3
votes
1answer
746 views

Difference between script manager and toolkit script manager

My question is what are the differences between script manager and toolkit script manager. i searched the internet and found only one convincing reason is that toolkit script manager improves the page ...
3
votes
4answers
440 views

Diff between two instances of same class

I have two instances of the same class. I need to find property(s) which are different amongst them (basically value of the property, say firstName might be different in both). The fields are ...
3
votes
1answer
159 views

Difference between '>>' and '>' in Perl

What is the difference between these two code snippets? open (MYFILE, '>>data.txt'); open (MYFILE, '>data.txt');
3
votes
5answers
148 views

What are the differences and similarities between the .NET languages?

I'm trying to figure out how much overlap there is between the different languages of the .NET framework, and what the real differences are. Is there an overlap of libraries/methods/functions...? If ...
3
votes
5answers
2k views

Compare Two Arrays Of Different Lengths and Show Differences

Problem: I have two arrays that can possibly be different lengths. I need to iterate through both arrays and find similarities, additions, and deletions. What's the fastest and most efficient way ...
2
votes
2answers
37 views

Diff Algorithm for Legislation

As part of an ambitious project, I am attempting to better understand the legislative text that is written into bills introduced in the U.S. Congress. I have electronic versions of recent bills, and ...
2
votes
1answer
331 views

Differences between DomainKeys vs DKIM?

Please explain about differences between DomainKeys vs DKIM Thanks, Ramesh
2
votes
1answer
190 views

Manage config file differences between development and production servers with SVN

I have a few files of a .NET app that are different in the production server from the development server. For example: Web.config MasterPage.master account/account.aspx blog/Web.config and a few ...
2
votes
1answer
213 views

Addresses of Delphi and C++ WinAPI functions differ when they shouldn't

In C++, if you try to get a function pointer of a Windows API function, that pointer points to the same address you would get if you used GetProcAddress on the name of that function and it's ...
2
votes
2answers
166 views

The difference between building a Rails application and an ASP.NET MVC Application?

First of all some background: 4 years of C# experience and a year of Rails experience. I would appreciate any input from someone who has worked in both and knows a lot about developing ASP.NET MVC ...
2
votes
4answers
1k views

Finding Changed files in a ClearCase folder

I have a Folder in ClearCase that contains a large list of Reports. I have checked all the Reports out because I need to make a sweeping change. I have changed a set of the Reports and now want to ...
2
votes
1answer
1k views

What is the difference between client side testing versus server side testing when we are execute various tests such as white box or black box testing?

as per my question, i am wondering what differences are there when we are performing tests for the client side , as compared to performing tests on the client side? For example, testing javascript on ...
2
votes
5answers
309 views

Major difference between Foreach and Using

This could even be a simple question even a school boy can answer. What is the similarities and differences between "ForEach" and "Using" (asked in an interview). My assumption was 1)Both are ...
2
votes
2answers
1k views

wpf to silverlight xaml issue

Ok, I have a ResourceDictionary definition that I used for a WPF app below: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
1
vote
1answer
46 views

Different size support android?

I know it is more general question but i am curious about that.Android is supporting different size we know about it.My question is when you are development how can solve this issue generally.You can ...
1
vote
1answer
136 views

Major Pros & Cons of Grails and Django [closed]

I've had a lot of experience with Groovy/Grails but I've recently gotten into python and found it to be a really useful language and now since I'm looking for a good framework to write a webApp in I'm ...
1
vote
3answers
32 views

Difference between OO and Grouped Functions?

I have no knowledge other than very light theory of object-oriented programming features, so I was hoping somebody might be able to tell me how using objects are different to grouping functions like ...
1
vote
1answer
280 views

Find multiple differences between two strings

I want to find the differences between two strings. For example, if line1 = "My name is ABC" line2 = "My age is xyz" Then I should be able to get the differences that name - age and ABC - xyz. I ...
1
vote
5answers
1k views

How to compare two text files with PHP? [closed]

Possible Duplicate: How to do text DIFF using PHP? I keep different versions of a text file. Now I would like to compare two text files and highlight the differences using PHP. The text ...
1
vote
5answers
374 views

What's the fastest way to compare two large lists of 1's & 0's and return the difference count/percentage?

I'm in need of a method to quickly return the number of differences between two large lists. The contents of each list item is either 1 or 0 (single integers), and the amount of items in each list ...
1
vote
4answers
247 views

How to compare 2 strings with int out of errors?

I've searched online for a diff algorithm but none of them do what I am looking for. It is for a texting contest (as in cell phone) and I need the entry text compared to the master text recording the ...
1
vote
2answers
105 views

PHP difference in accessing class methods

What's the difference between : $foo->bar() and $foo::bar() ? Thanks!
1
vote
1answer
191 views

Recursively show all differences between two Python lists

In Python, I have an application that writes a list to a CSV file, but it has to be almost absolutely sure that the write occurred with no errors or mistakes. The latter is important because although ...
1
vote
2answers
676 views

What is the difference between symbolic constant and macro in C?

I can only make out the similarities, not the differences....
1
vote
6answers
179 views

Moving from Classic ASP to ASP.net

I've come from a Classic ASP background, done it for years and years and moving to .net has been way overdue, so I've started to learn .net. It's very different to say the least! It's structured a ...
1
vote
1answer
55 views

C# .net updates versus compile time debugging. How to stop the oddities?

Are we reduced to ClickOnce to manage our application state for our users? We use our own installer and Visual Patch currently. When our users update using our Visual Patch download (we can ...
1
vote
1answer
345 views

Calculate number of differences between two NSStrings

How can I calculate the number of differences between two NSStrings. Example: NSString 1 = this is a string NSString 2 = Tihs isa string should return: 4 (one for the capital "T", one for the "i", ...
1
vote
1answer
692 views

using EWS differences beetwen with Exchange 2010 server and Exchange 2007 server

I 'm using EWS to cominicate with Exchange Servers both 2010 and 2007... There is a versionning property for ExchangeServerBinding object. I googled but found out any critical differences while EWS ...
1
vote
3answers
4k views

AS3: Compare Two Arrays, Get Uncommon Values

I have a simple problem that I'm having trouble thinking around: var oldValues : Array = [ 4, 5, 6 ]; var newValues : Array = [ 3, 4, 6, 7 ]; I want to get the values from newValues that aren't in ...
1
vote
6answers
1k views

Python Regex vs PHP Regex

No not a competition, it is instead me trying to find why a certain regex works in one but not the other. ...
0
votes
1answer
79 views

Phonegap cookie iOS differences between 4.3 and 5.0

I have the following problem: My phonegap app makes use of cookies to perform user authentication. It works on the 4.3 simulators in XCode, but as soon as I switch to the 5.0 simulators the server ...
0
votes
0answers
317 views

Xcode 4.2 Empty application & Xcode 4.0 Window-based application - what is the difference?

Previously I was working with Xcode 4.0 and iOS 4.3. Generally I use window-based application as a starting point. Now I switched to Xcode 4.2 and iOS 5.0. Here I could see Empty-Application replaced ...
0
votes
0answers
110 views

xcode - Unusual UIView/UIToolBar expand (after taking a picture with iPhone/iPod camera) on iOS 4.3

Okay, so I've checked out all the iOS 4.3 to iOS 5 API differences (http://developer.apple.com/library/ios/#releasenotes/General/iOS50APIDiff/index.html) and I still can't figure out why I have this ...
0
votes
2answers
129 views

Is there a big difference between coding for Mobile apps vs Web apps

I am on the cusp of recieving a new project that involves creating a mobile app for android tablets. Is there a large difference in coding for web apps vs mobile apps. And is there any good links I ...

1 2