Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 122441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T04:07:45+00:00 2026-05-11T04:07:45+00:00

Currently, i have basic C++ and PHP skills. But, i want to switch to

  • 0

Currently, i have basic C++ and PHP skills. But, i want to switch to C# and ASP ( for the web part ). Why ? you will ask. Because i have the opportunity to learn pretty easily C# ( including OOP-ed ) to a pretty advanced level. And because i read that ASP is very similar to C#, i’m thinking to learn it.

So, there are many stuff that can’t be done in C# ? What kind of stuff ? The same question for ASP.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T04:07:45+00:00Added an answer on May 11, 2026 at 4:07 am

    Limitations of C# (and, by association, .NET):

    • Not really a systems level language – not generally good for writing drivers etc. (Having said which, there are interesting projects like Cosmos.)
    • Limited support of platforms other than Windows. Mono does a good job, but it’s still not at parity with .NET itself (compared with, say, Java which has simultaneous releases on multiple platforms).
    • Only options for running as an unmanaged language are third-party ones – ngen will ‘pre-JIT’ your code, but it’s still running under the .NET framework. Really C# was designed to be running in a VM, with garbage collection.
    • Some people don’t like the lack of deterministic destruction, which means the C++ RAII technique doesn’t work. (Instead, you rely on the GC for memory management and the IDisposable interface for non-memory resources. The using statement makes this easier, but it’s not a perfect solution.)
    • The language is somewhat at the whim of Microsoft. If MS decided to abandon it, I think it wouldn’t progress any further and would quickly lose support for new development. Having said that, I don’t expect MS to abandon it any time soon.
    • Until C# 4 comes out, it doesn’t have much support for late binding. You can do it with reflection, but it’s somewhat painful. Even with C# 4, it will still be a fundamentally static language, but with ways of working dynamically where it really helps.
    • Currently there’s not much support for immutability. In particular, C# 3 introduced a few new features (automatic properties, collection initializers, object initializers) which make it easier to write mutable types – but no corresponding features are available for immutable types. Named and optional parameters in C# 4 should help on this front, but more support would be welcome. C# 3 made it easier to code in a functional style, but this really requires immutability.
    • For desktop app development, you basically have a choice between WinForms and WPF (Windows Presentation foundation). The latter is newer and much better designed IMO, but in both cases you may well see a slight difference in ‘snappiness’ between a managed application and a well-written Win32 app. This is particularly true at start-up, while the framework is loading and lots of UI code is being JITted etc. Personally I don’t think it’s much of a barrier, but…
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 104k
  • Answers 104k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer There are other characters too that do not return any… May 11, 2026 at 8:36 pm
  • Editorial Team
    Editorial Team added an answer I just talked to a customer today using DistributedMap in… May 11, 2026 at 8:36 pm
  • Editorial Team
    Editorial Team added an answer I usually just pass the value of request.host in to… May 11, 2026 at 8:36 pm

Related Questions

I wanted to emulate a popular flash game, Chrontron, in C++ and needed some
Good night :) I am currently playing with the DevIL library that allows me
I have a situation that has been partially covered by other answers at SO,
I need to invoke tesseract OCR (its an open source library in C++ that

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.