-
-
-
-
-
-
-
-
-
-
-
-
What is "Common Language Runtime" (CLR)?
CLR is .NET equivalent of Java Virtual Machine (JVM). It is the runtime that converts a MSIL code into the host machine language code, which is then executed appropriately. The CLR is the execution engine for .NET Framework applications. It provides a number of services, including: · Code management (loading and execution) · ...
-
-
-
.NET Programming Language
How dot net differs from other programming languages?
-
Error while accessing the uploaded website
Hi,Recently i deployed a website using godaddy.com.but while accessing the website we r not getting internal pages.I m getting an error likeAn error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces,...
-
-
Catch (Exception)
Why is catch (Exception) almost always a bad idea?
-
-
Common Type System (CTS)
What is "Common Type System" (CTS)?
DotNet Interview Questions
Ans