Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is Windows DNA architecture
What is Windows DNA architecture?
✍: Guest
Note :- If you have worked with classic ASP this question can come to you.
The Windows Distributed interNet Applications Architecture (DNA) is a Microsoft
blueprint for robust, scalable, distributed business software. Windows DNA has evolved
over time and was not preplanned. It gives all combined advantages of Centralized
mainframe, application servers, internet technologies and Personal computers. Windows
DNA is an evolution which started from mainframes (where all logic was centralized),
Fox pro ages ( where we talked in terms of two tier systems), VB6 / SQL SERVER (three
tier where we talked in terms of having one more tier which was mainly COM where
business logic resided), COM+ ( looking in terms of transactions and fulfilling ACID
rules) and finally the DNA.
Above shown is a Windows DNA model which is a blue print which Microsoft has
proposed. So if interviewer is asking you have you worked with Windows DNA, then
answer is yes. You will see that you always use these sections in project. Do not get
confused with the terminology DNA.
2007-10-24, 8945👍, 0💬
Popular Posts:
How can we know the number of days between two given dates in PHP? Simple arithmetic: <?php $...
Can an anonymous class be declared as implementing an interface and extending a class? An anonymous ...
Can you explain in GSC and VAF in function points? In GSC (General System Characteristic) there are ...
What are the different elements in Functions points? The different elements in function points are a...
What is Windows DNA architecture? Note :- If you have worked with classic ASP this question can come...