Tagged Questions

1
vote
2answers
59 views

how does linq2sql keep track of database objects?

Hi, When using Linq2sql everything automagically works. My experience is that going with the flow is not always the best solution and to understand how something internally works …
0
votes
4answers
111 views

Best book to learn MFC internals

Hi All, Which book you suggest by which any bit experienced MFC programmer can learn much dipper, about internal design or architecture and structures and how the whole things wor …
0
votes
2answers
34 views

What is “AllInternalsVisible” parameter of assembly:InternalsVisibleTo attribute?

Hi, My intellisense is coming up with a boolean named parameter "AllInternalsVisible=" in an [assembly:InternalsVisibleTo("AssemblyName")] declaration. Just position the cursor …
1
vote
3answers
53 views

Does Events Handlers in JavaScript for one event fired as FIFO, LIFO or in parallel?

Does Events Handlers in JavaScript for one event fired as FIFO, LIFO or in parallel?
1
vote
2answers
58 views

MSSQL: Does the Order By clause recalculate the value?

When I use a calculation or a subquery in my ORDER clause which is already in my SELECT clause, does SQL know to just order by that column? Or does it recalculate everything for ea …
1
vote
1answer
62 views

Limitations to modifying rt.jar

What are the limitations when modifying classes in rt.jar. I realize this is generally specific to the version and vendor of the JRE. I've found that Hotspot in the Sun 1.6 VM, f …
1
vote
8answers
500 views

What is INT 21h?

Inspired by this question http://stackoverflow.com/questions/1237489/how-can-i-force-gdb-to-disassemble I wondered about the INT 21h as a concept. Now, I have some very rusty kno …
1
vote
4answers
123 views

Oracle: How are sequences implemented?

To meet some odd business requirements, I'm going to have to implement my own sequence-like counters. I'm going to make a first cut of this in the obvious way, but I would like to …
-1
votes
1answer
54 views

what exactly is inside a mobile (processor)?? [closed]

how come a such a small mobile can compteat to desktops or laptops.. IS it having same processor as we use in our PC's if no then What processor it is having ?And how does mobile …
5
votes
4answers
145 views

Where did the text segment get its name?

Traditional assembler, and higher level compilers work with several memory segments, according to intended use. Hence, there is a data segment, a stack segment, a bss, and text se …
1
vote
1answer
78 views

Redirect ConfigurationManager to Another File

I am looking to redirect the standard .Net ConfigurationManager class to another file; entirely. The path is determined at runtime so I can't use configSource or such (this is not …
1
vote
3answers
292 views

How does scanf() work inside the OS?

I've been wondering how scanf()/printf() actually works in the hardware and OS levels. Where does the data flow and what exactly is the OS doing around these times? What calls does …
5
votes
4answers
223 views

How does a syscall actually happen on linux?

Inspired by this question http://stackoverflow.com/questions/1237489/how-can-i-force-gdb-to-disassemble and related to this one http://stackoverflow.com/questions/1245809/what-i …
2
votes
10answers
534 views

Alignment along 4-byte boundaries

I recently got thinking about alignment... It's something that we don't ordinarily have to consider, but I've realized that some processors require objects to be aligned along 4-b …
1
vote
1answer
70 views

Accessing a pointer in an object’s internal structure

I'm using the pyOpenSSL interface to the OpenSSL library but it is missing some functions I need and I can't or don't want to modify it to support these methods (for various reason …

1 2 3 next
15 30 50 per page