How .net CLR works with n-tier application
Answers were Sorted based on User's Feedback
Answer / rafeeq
CLR does not have any tie up how we manage the application
,n-tier,3-tier ,what ever it may be,ClR task is to convert
the MSIL to machine code and manage memory
allocation,deallocation and other stuff at runtime.
| Is This Answer Correct ? | 27 Yes | 1 No |
Answer / karvendhan
CLR does not have any tie up how we manage the application
,n-tier,3-tier ,what ever it may be,ClR task is to convert
the MSIL to machine code and manage memory
allocation,deallocation and other stuff at runtime.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / raman
actually clr(common language runtime) is the part of
framework that converts .cs or .dll file in machine code.It
properly is concerned with metadata part of assembly and
checks the assembled code logically
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vikas kumar gupta(magic soft)
.netCLR it is a part of .net framework and provide run time
environment now in n-tier application there are one web
server and multiple web services and database server and CLR
always reside at web server so it does not matter whether it
is n-tier application or any other application it will just
convert the MSIL code into machine code same as in 1-tier
application
| Is This Answer Correct ? | 2 Yes | 1 No |
Describe a diffgram ? Write any one use of that?
What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?
What is Web API?
Explain the differences between managed and unmanaged code?
Guys can anobody tell what is Conditional Bloating in asp.net ??
What is the difference between Proxy and Contract?
What are validators and list some validators of asp.net?
What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Describe the master page.
Where is asp.net view state stored?
How can we call webservices in Banking Applications? and where we are using it?
Write a code snippet to implement the indentation in json in web api.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)