Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / May 2007

Tip: Looking for answers? Try searching our database.

Web develop

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
WELCOME  ### - 14 Apr 2007 15:34 GMT
Hi all
How can I do "web site" or "Web developer" by using C++. I tried using
Visual studio 2005. I could not do it because C++ language not available by
using ASP.NET.
How can I overcome this problem?
Than you.
======================
ChristiG - 22 Apr 2007 10:58 GMT
Web sites are made in a language called HTML
Your problem has nothing to do with C++ which is something else.
To make a website you must learn HTML or use an HTML editor like Macromedia
Dreaweaver or Microsoft Frontpage etc.
Your question denotes 0 knowledge as a programer therefore before posting
stupid questions I suggest you to take a book and read something :)

> Hi all
> How can I do "web site" or "Web developer" by using C++. I tried using
[quoted text clipped - 3 lines]
> Than you.
> ======================
Ben Voigt - 16 May 2007 15:11 GMT
> Web sites are made in a language called HTML
> Your problem has nothing to do with C++ which is something else.
> To make a website you must learn HTML or use an HTML editor like
> Macromedia Dreaweaver or Microsoft Frontpage etc.
> Your question denotes 0 knowledge as a programer therefore before posting
> stupid questions I suggest you to take a book and read something :)

ASP.NET is a web development environment, where HTML code and program logic
are intermingled.  ASP.NET supports embedding C# or Visual Basic code inside
.aspx pages and for code-behind, but does not support C++.  The reason for
this is probably that C++ is far more complex to parse than either C# or
Visual Basic.

However, an ASP.NET page can reference classes from a .NET assembly written
in any language.  Therefore, the canonical way to use C++ in ASP.NET is:
compile business logic in a C++/CLI managed class library.  Register that
assembly in the global assembly cache and reference it from a C# web
project.  Use C# to stitch the HTML interface to the C++ backend.

And to ChristiG -- Your arrogant response demonstrates a lack of
interpersonal skills.  Calling someone's question stupid is inappropriate
for this list, and it is especially ironic when it is a valid question above
your level of expertise.

>> Hi all
>> How can I do "web site" or "Web developer" by using C++. I tried using
[quoted text clipped - 3 lines]
>> Than you.
>> ======================

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.