English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-02-02 20:48:33 · 4 answers · asked by s_sure1singh 1 in Computers & Internet Programming & Design

4 answers

ASP.NET doesnt have a compiler since it is not a language in itself. You can use any .NET language to write an ASP.NET application.

The easiest way is to use Visual Studio to compile your applications, however you can also compile them from the command prompt utility.

If your application was written in C#, you'll need to compile it with C#'s compiler. You can invoke the C# compiler by typing the name of its executable file (csc.exe) on the command line.

On the other hand if it were written under VB.NET you'll need to compile it with VB.NET's compiler. You can invoke the C# compiler by typing the name of its executable file (vbc.exe) on the command line.

Thank You

2007-02-03 01:30:27 · answer #1 · answered by Smutty 6 · 0 0

Asp.net Compiler

2016-12-12 10:14:41 · answer #2 · answered by Anonymous · 0 0

http://en.wikipedia.org/wiki/Microsoft_codenames

2007-02-02 20:55:18 · answer #3 · answered by Deepak Vasudevan 5 · 0 0

clr

2007-02-02 21:27:14 · answer #4 · answered by sweetboy 3 · 0 0

fedest.com, questions and answers