vikas


{ City } mumbai
< Country > india
* Profession * software developer
User No # 120682
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { vikas }
Questions Answers Category Views Company eMail




Answers / { vikas }

Question { 9210 }

What is CLR? How it will work?


Answer

As part of Microsoft's .NET Framework, the Common Language Runtime (CLR) is programming that manages the execution of programs written in any of several supported languages, allowing them to share common object-oriented class es written in any of the languages. refer below link for more details.

https://csharpquestions1.blogspot.in/2016/10/what-is-common-language-runtime-or-clr.html

Is This Answer Correct ?    0 Yes 0 No

Question { InfoSpace, 3490 }

Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft
Ajax 1.0


Answer

AJAX is a client side technology and it supports asynchronous communication between client and server. If the part of page need to be refreshed, then we can use this Update panel control, which uses AJAX request and does not harm the other part of the page. Please refer below link for more details

https://csharpquestions1.blogspot.in/2016/10/why-to-use-updatepanel-control-in-ajax.html

Is This Answer Correct ?    0 Yes 0 No