answersLogoWhite

0

asp.net is the serverside prograaming and ado.net feauture submit databse connectvity to sql server and asp is the script language

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Are NET Programs open-source?

While you can write a .NET program and release the source code, there is no requirement to do so.


What is the meaning of dot net?

.net is technology in which we can design application as we wish and can write code in c# or vb anyone language


What following code is not managed by default in .Net framework?

By definition, all .NET Framework code is managed. You only have to worry about unmanaged code if you reference COM libraries or, of course, write any unmanaged code yourself.


What is the mean of DOT?

.net is technology in which we can design application as we wish and can write code in c# or vb anyone language


How do you put in a code on slashscape?

Well ill give you an example this is a code for a dragon longsword you write exactly this! ::pickup 1305 1 that is exactly it and you write it like that nothing else and that's how you code it


What is the nova net bypass code?

The Nova Net bypass code is a code that your instructors and administrators use to remove flags on your modules.


Did patricia cornwell write the book the net?

Who wrote the book The net


Lf4 turbo character code?

lf2.net lf2.net


Give me the example of net assets?

An example of a net asset value would be a mutual fund.


How do you get spy net code?

8675


Managed code in relation to net framework?

Managed code basically means that code is being executed in a virtual environment. Code written on the .NET framework is managed by the Common Language Runtime.


What is the work of compiler in dot net?

It translates the .NET-compatible code (i.e. VB, C#) to MSIL code, then, on demand, the JIT compiler compiles it to machine code.