|
Is there a performance advantage to using enum in situations where there are only 5-10 different possible values for a field? if not what is the advantage?
Started by Eric on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
ENUMs are represented internally.
No, see a comparison here
The advantage lays in code readability.
|
|
Do you know what the advantage of asp.net from other technology?
Started by ebattulga on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It's debatable, but the biggest "advantage" of ASP.NET over other server side web.
If you're already to be unpleasant.
advantage to ASP.NET will be if you're already working with the Microsoft stack.
|
|
If you had to choose one advantage that Scrum gives over a waterfall process, what would it be?
Started by Mendokusai on
, 24 posts
by 22 people.
Answer Snippets (Read the full thread at stackoverflow):
Main advantage of SCRUM? It was actually the same way waterfall does, listing....
In other words, It's HORRIBLE for everybody.
The main advantage I see in Scrum is the daily engineering aproach.
Of your question may be based on mis-information.
|
Ask your Facebook Friends
|
What is the advantage of using FAST_FORWARD for defining a cursor? Is it better for performance? why?
Started by masoud ramezani on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Source: Click Here
The FAST_FORWARD specifies that it's FORWARD_ONLY and READ_ONLY , meaning ... .
The FAST_FORWARD cursors produce the least amount of overhead on SQL Server .
FAST_FORWARD - specifies that cursor will be FORWARD_ONLY and READ_ONLY cursor .
|
|
Is it a good idea to use while loop instead of cursor. What are advantage/disadvantages of cursors.
Started by Pradeep Kumar Mishra on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Some disadvantages of cursors are here
Then there is also this (Actually a very intersting problem called - "Halloween problem")
Some of these depends on the DBMS, but generally:
Pros:
Outperform loops when it comes to row-by-row processing
Works reasonably... .
|
|
When we must use DebuggerDisplay Attributes? What is the advantage of using this?
Started by masoud ramezani on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For example: Suppose you have a the following class:
[DebuggerDisplay("x = {x} y = {y}")] MyClass { private int x; private int ... .
You can use this attribute on your classes to display a more meaningful text when you debug .
This article explains it well.
|
|
Or I have to configure IIS specifically for this ? Do I have to use Web garden to take advantage of multiple cores ?
Started by Petar Repac on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
[If you want to set processor affinity.
IIS will by default take advantage of a multi-core CPU.
|
|
SqlDataReader is a faster way to process the stored procedure. What are some of the advantage/disadvantages of using SQLDataReader?
Started by jazzrai on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
One potential.
The key advantage is obviously speed - that's the main reason you'd choose a SQLDataReader.
|
|
MenuetOS is an example of an OS written entirely in Assembly. Is there any advantage to writing it in Assembly instead of a low-level programming language such as C?
Started by Lawand on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Secondary advantage: if you have....
I'd imagine the advantage seen C startup code that took more memory than that!
Main advantage: you don't need a C compiler .
That you have to spend to write such piece of software, compared to C .
|
|
What would be the advantage(s) (if any) of using 2 Queues over a Pipe to communicate between processes?
I am planning on using the multiprocessing python module.
Started by jldupont on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
At a somewhat higher level of abstraction than pipes, which may or may not be an advantage in your specific.
|