answersLogoWhite

0


Best Answer

No, not directly. But maybe yes indirectly

The code behind languages of a web page in asp.net are either VB.NET or C#.

No, you cannot develop / write codes in C++ in these code-behind

You still can call out to some components written in C++ from these code-behind pages via C# or VB.NET codes

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

No, only C#

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you use c plus plus instead of c sharp in aspnet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you use Microsoft richtext box control in aspnet?

george


How do you use javascript in aspnet?

Ajax, I believe uses JavaScript + ASP.


Why we use aspx as aspnet extention?

B'cos this is the extension of a page in .net


How you stop a page to refresh in ASPNet?

You can use ajax to prevent refresh the page


Why you use composition instead of inheritace in c plus plus?

See sources and related links, below.


Which header file is used for gotoxy function in turbo c plus plus?

It's in conio.h, but don't use gotoxy. Use SetCursorPosition() instead.


Why use the plus when searching on the internet?

It helps you instead of searching one at a time


Why did Van Gogh use a razor to cut off his ear instead of any other sharp object?

because a razor is razorsharp...


What words can you use in writing dialogue instead of using 'more than'?

beyond plus In addition


Can you use the same function name for member function in c plus plus?

Yes. (And of course you could simply try it, instead of asking.)


Draw G major scale without a key signature instead use an accidental?

G A B C D E F-sharp G


Why you use zero instead of NULL in c plus plus?

In C++ NULL is defined as 0. It's a design failure, will be fixed with a new 'nullptr' keyword.