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

Related Questions

currently i have jdbc code with the following basic stucture: get Connection (do the
Currently, I have some basic code to play a simple tone whenever a button
I currently have a fairly robust server-side validation system in place, but I'm looking
I have the current basic structure for each domain object that I need to
I currently have an MS Access application that connects to a PostgreSQL database via
I currently have speakers set up both in my office and in my living
I currently have an existing database and I am using the LINQtoSQL generator tool
We currently have a company email server with Exchange, and a bulk email processing
I currently have heavily multi-threaded server application, and I'm shopping around for a good
I built a really basic php/mysql site for an architect that uses one 'projects'

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.