Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Web development using C++

Web development using C++

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpc++asp-netalgorithmsquestion
7 Posts 7 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    AseelHadlaq
    wrote on last edited by
    #1

    Hello everyone, I'm developing a web tool and I started using asp.net with c# ,, an important part of the code is already written in c++ , I was looking and searching around and I kind of understood that I can use c++ as the web development language. Is this true ? this is my first time developing a web tool, sorry :confused:

    N D M J R 5 Replies Last reply
    0
    • A AseelHadlaq

      Hello everyone, I'm developing a web tool and I started using asp.net with c# ,, an important part of the code is already written in c++ , I was looking and searching around and I kind of understood that I can use c++ as the web development language. Is this true ? this is my first time developing a web tool, sorry :confused:

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      I don't think you can use C++ for doing ASP.NET development. You can have libraries that is written using C++, but the ASP.NET application has to be written using C# or VB.NET.

      Best wishes, Navaneeth

      1 Reply Last reply
      0
      • A AseelHadlaq

        Hello everyone, I'm developing a web tool and I started using asp.net with c# ,, an important part of the code is already written in c++ , I was looking and searching around and I kind of understood that I can use c++ as the web development language. Is this true ? this is my first time developing a web tool, sorry :confused:

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        It's a royal pain in the ass, but it can be done. You have to use Managed C++ (C++/CLI), but it can be done. There are no ASP.NET templates so you have to write every tiny bit of code and wire up everything yourself. It's really not worth the pain. You're not getting that much of a performance bost to make it worth the trouble. If there are critical pieces of code that must be hand optimized, then you can write your critical code into components and use those in the C# or VB.NET code for the site.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak

        1 Reply Last reply
        0
        • A AseelHadlaq

          Hello everyone, I'm developing a web tool and I started using asp.net with c# ,, an important part of the code is already written in c++ , I was looking and searching around and I kind of understood that I can use c++ as the web development language. Is this true ? this is my first time developing a web tool, sorry :confused:

          M Offline
          M Offline
          Marco Bertschi
          wrote on last edited by
          #4

          Yea, as long as you use managed C++. IMO it should be possible to add a managed C++ project to the solution in which your ASP.Net project is stored.

          K 1 Reply Last reply
          0
          • M Marco Bertschi

            Yea, as long as you use managed C++. IMO it should be possible to add a managed C++ project to the solution in which your ASP.Net project is stored.

            K Offline
            K Offline
            krysiaaa
            wrote on last edited by
            #5

            You are right.

            1 Reply Last reply
            0
            • A AseelHadlaq

              Hello everyone, I'm developing a web tool and I started using asp.net with c# ,, an important part of the code is already written in c++ , I was looking and searching around and I kind of understood that I can use c++ as the web development language. Is this true ? this is my first time developing a web tool, sorry :confused:

              J Offline
              J Offline
              jschell
              wrote on last edited by
              #6

              AseelHadlaq wrote:

              as the web development language.

              Depends on what you mean by "web development".

              1 Reply Last reply
              0
              • A AseelHadlaq

                Hello everyone, I'm developing a web tool and I started using asp.net with c# ,, an important part of the code is already written in c++ , I was looking and searching around and I kind of understood that I can use c++ as the web development language. Is this true ? this is my first time developing a web tool, sorry :confused:

                R Offline
                R Offline
                Rahul Rajat Singh
                wrote on last edited by
                #7

                This might be of interest to you. http://www.micronovae.com/CSP.html[^] I played around with it some time back and it looked pretty promising.

                Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore, Dream. Discover.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups