Tagged Questions
The advantage tag has no wiki summary.
18
votes
6answers
2k views
What are the advantages and disadvantages of Go programming language?
Not so long ago Google came out with this new programming language, which was said to be fast as C and intuitive and simple as python. I will not judge this assertions, but instead ask you:
What do ...
10
votes
8answers
4k views
ASP.NET Masters: What are the advantages / disadvantages of using Session variables?
I've done a search on this subject already, and have found the same data over and over-- a review of the three different types of sessions. (InProc, Sql, StateServer) However, my question is of a ...
9
votes
4answers
5k views
Advantages and disadvantages of using Ajax update panels in ASP.NET application
What are the advantages and disadvantages of using Ajax update panels in ASP.NET application. Is there any alternatives available to avoid the use of Ajax update panel?
7
votes
7answers
724 views
What are the advantages of doing 100% managed development using C++/CLI?
What are the advantages (the list of possible disadvantages is lenghtly) of doing 100% managed development using C++/CLI (that is, compile with /clr:safe which "generates ... assemblies, like those ...
7
votes
10answers
1k views
C++/CLI : Advantages over C#
Is there any major advantage of managed C++/CLI over C#. Definitely not the syntax I suppose as the following code in C++/CLI is real ugly,
C++/CLI code:
[Out]List<SomeObject^>^% someVariable
...
5
votes
9answers
1k views
what are the advantages of C# over Python
I like Python mostly for the great portability and the ease of coding, but I was wondering, what are some of the advantages that C# has over Python?
The reason I ask is that one of my friends runs a ...
4
votes
1answer
2k views
what are the advantage and disadvantage of using Phonegap or Titanium?
i am planning to create a cross platform application which works in android,iphone and blackberry? i thought of using phonegap or Titanium.my questions are
whether in cross platform is it possible ...
4
votes
4answers
497 views
Advantages/Disadvantages of using Access Applications
I was wondering what the advantages/disadvantages of using Microsoft Access would be compared to just creating a custom C# application. Is the execution time the same? Has its time already passed?
3
votes
2answers
2k views
The advantages and disadvantages of using ORM
Good Morning,
I would like to discuss today the advantages and disadvantages of using ORM (such as ADO.NET).
Advantages:
Speeds-up Development - eliminates the need for repetitive SQL code.
...
3
votes
3answers
524 views
What are the advantages of MVC over 3-Layer Architecture in web applications?
Please note that I'm referring to 3-layer (logical layering) and not 3-tier (physical).
Also don't get it wrong I'm not obsessed with design patterns. I'm a computer science student and they've asked ...
3
votes
6answers
2k views
What are the advantages of using Prolog over other languages?
Every language that is being used is being used for its advantages, generally.
What are the advantages of Prolog?
What are the general situations/ category of problems where one can use Prolog more ...
2
votes
1answer
58 views
Reproducing a table lock error in Advantage Table
I am running two instances of a program and they are both accessing a TAds table.
I want to reproduce a table lock for testing, but am having trouble.
I made a button that when clicked runs the ...
2
votes
1answer
108 views
Advantage 8.1 vs 7.1
I am in the process of upgrading a few in-house applications from ADS7.1 to 8.1. I was told a while back that there are changes in return values of the avg() function as well as some division ...
2
votes
6answers
3k views
Advantages and disadvantages between sql 2005 and sql 2008?
Exact duplicate:
Advantages of MS SQL Server 2008 over MS SQL Server 2005?
i am a sql developer and i use sql 2005. i want to now to pass to 2008 but i am a little affraid. can anyone gives me ...
1
vote
1answer
44 views
How does using 'em' help me in css?
I've heard that using 'em' for font size is recommended. I've tried it, but I really don't see any advantage of it. Actually, all of my co-workers were confused.
I've read few articles over the ...
1
vote
4answers
308 views
Detect if a table exists
In SQL Server you can write SQL to check if a table exists. How can I do that for ADS?
I have a need to write some Delphi code to say if table exists do this else this...
1
vote
2answers
120 views
Given Java's limited implimentation of variable arguments, what benefit are they?
I'm coming from a C(++) background and my main interest in Java is Android development. To me this seems like an obvious question yet I haven't found it addressed anywhere (and I did search ...
1
vote
1answer
54 views
Error stopping Advantage service. Error code 172
When running the adsstamp.exe to update an Advantage license the following error appears:
Error stopping Advantage service. Report this error to Advantage technical support. Error Code 172.
...
1
vote
1answer
189 views
Advantage Database Replication
I have a client that wants two sites to have the ability to sync databases so information at Site A can be synced with Site B so the two sites can look at the same data.
I'm not even sure of the ...
1
vote
3answers
820 views
Advantage of data type id vs NSString in Objective C?
This code...
NSString * s = [[NSString alloc] initWithString:@"Hello, World"];
s = s.lowercaseString;
NSLog(@"%@", s);
...allows the use of dot notation but is strongly typed.
This code...
id s = ...
0
votes
2answers
64 views
Advantage of Spring
Spring is a popular framework, however I have difficulties to see in which situation the framework would actually help.
Currently I'm using the following:
* Tomcat
* Jersey
* Jackson
* Hibernate
...
0
votes
0answers
31 views
What is the advantage of using OLEDB?
can any one let me know the advantages of using OLEDB in Visual Basic?
0
votes
0answers
11 views
Problems with sp_RestoreDatabase
I'm having a few problems using the sp_RestoreDatabase stored procedure.
Firstly we use the sp_BackupDatabase to take a backup of a LIVE database into a 'Backup' directory.
We then we ...
0
votes
1answer
83 views
What are the pros and cons of having a repeater control in a 3-tier application?
In terms of data accessing, or any other opinions.
If possible, state a better alternative if any.
0
votes
1answer
121 views
Speed Advantage of Symmetric Key Encryption
We've all read that a symmetric or shared key is faster than public-private keys. But what's the exact reason for this? It seems to me in either case encryption and decryption logic against a key of ...
0
votes
1answer
199 views
Kill process over network with batch file
The 1st question is about batch commands, the 2nd is about a database corruption if you care to read.
Does anyone know the batch command to kill a process (.exe) over the network ie from a server to ...
0
votes
4answers
92 views
Advantages of running scripts locally
What are the advantages of running scripts (generally speaking) locally on a personal computer?
Is it possible to run php files locally?
0
votes
1answer
280 views
Why is Python so much used for text processing and natural language research? [closed]
I am planning to learn Python in depth. I already know a little about it. But, from the looks of it, it does not become clear to me why people use Python so much for text processing and natural ...
0
votes
0answers
617 views
difference between #define and enum{} in C [closed]
Possible Duplicate:
Difference between Enum and Define Statements
when should one use
enum {BUFFER = 1234};
over
#define BUFFER 1234
?
what are the advantages enum brings ...
0
votes
6answers
1k views
What is the advantages an interpreted language has over a compiled language? [closed]
Possible Duplicate:
What’s with the love of dynamic Languages
I have already read this, but I do not get it.
What use is making your own interpreter. Also, it says platform ...
0
votes
2answers
477 views
Am I stupid for not using custom packages in Flex 3 (flash)?
When I create a new class file in Flex 3 it warns me that I should not use the default package.
I personally never used packages before, but think that packages won't make things any more easier ...
0
votes
1answer
107 views
Do I need to change anything programmatically to leverage the integrated pipeline in IIS7?
Do I need to change anything programmatically to leverage the integrated pipeline in IIS7?
If so, what's the best way to degrade gracefully and remain functional on IIS6?
Thanks!