How .net CLR works with n-tier application
Answer Posted / 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 |
Post New Answer View All Answers
What are the different validators in asp.net?
Is oauth for authentication or authorization?
Which method do you use to kill explicitly a users session?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
What is the parent class of all the web server control?
Write some code using interfaces, virtual methods, and an abstract class`
What does mvc represent in asp.net? : asp.net mvc
What is the difference between client-side and server-side validations in ASP.NET?
What does asax stand for?
What are the built-in objects in asp.net?
Explain what does mvc represent in asp.net? : asp.net mvc
What is break mode?
Define the term Scavenging in Caching?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Explain the difference between value type and reference type?