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, 8914👍, 0💬
Popular Posts:
How To Define a Sub Function? - Oracle DBA FAQ - Creating Your Own PL/SQL Procedures and Functions A...
How To Use Subqueries in the FROM clause? - MySQL FAQs - SQL SELECT Statements with JOIN and Subquer...
How To Insert Multiple Rows with a SELECT Statement? - MySQL FAQs - Managing Tables and Running Quer...
Is Session_End event supported in all session modes ? Session_End event occurs only in “Inproc mode”...
What are the types of variables x, y, y and u defined in the following code? #define Atype int* type...