ANSWERS: 6
  • C# is a non-scripting language
  • C# programs must be compiled (translated). A C# compiler produces code in Microsoft Intermediate Language (MSIL), which is then, in turn, compiled by the Just-In-Time (JIT) compiler. Each platform that supports the .NET Framework has a platform specific JIT compiler that produces native machine code. Every language supported under the .NET Framework has a compiler that produces compatible MSIL code.
  • C# in ASP.Net works as a server code scripting e.g.: storing and retrieving data from database, displaying server end outputs. C# in Desktop Applications works as a programming language that interacts with system to derive the input/output with user interface and system Coz basically it is an programming language that is compiled into Microsoft Intermediate Language(MSIL) to interact with system. Resource : http://programming.top54u.com
  • This is not a scripting language but it is a server side programming language.
  • c#.net is a programming language like C.By using C# u can develop application like windows applications,class libraries.C# is also used to develope web application with ASP.net.
  • Not at all C# is not a scripting language.

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy