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 9087735
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T21:45:50+00:00 2026-06-16T21:45:50+00:00

When I use resharper tool, it just says use built-in type string rather than

  • 0

When I use resharper tool, it just says “use built-in type “string” rather than using “String”. Similarly, it converts UInt32 to just uint.

I have googled this and all I can find is they are aliases. Aliases meaning “Duplicates”. Ok.
But, what exactly do they mean about it ?

  1. When both are same, why the tool suggests using “string” and “uint” for “String” and “UInt32” ?
  2. Also, what is the difference between dot-net types and C# types.

Have googled it but couldnt find any satisfying answers.
Thanks.

  • 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. Editorial Team
    Editorial Team
    2026-06-16T21:45:51+00:00Added an answer on June 16, 2026 at 9:45 pm

    The answer given by Rafal sums it up, but there are a couple of clarifications I’d like to make: the only case when using keywords rather than type names is necessary is when defining an enum’s underlying type — In that case, using the latter would not be allowed.

    Example:

    enum Foo : Int32
    {
    }
    

    The above won’t compile.

    Also, while I generally prefer to use keywords, it must be said that while the types are the same for every language running on the .NET Framework, the keywords are different. For example, while in C# long is an alias for Int64, in C++/CLI, long is actually an Int32. That can create some confusion when, for instance, porting code between CLI languages.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using several months ReSharper 4.5 It's very powerfull tool but use a
Is there a way to tell ReSharper to use the String and Int64 type
When I use ReSharper to add a using directive (using Alt+Enter) it removes unnecessary
I use C#, MVVM, WPF and Resharper. When using the following code: public bool
I use the code reformatting tool in ReSharper to get some standard format on
I use Resharper tool in visual studio Consider a very simple class written below.
I currently am using the ReSharper tool (Version 6 Trial) and I'm having some
I've just installed Resharper, and I really don't know how to use it correctly.
I use NUnit plugin from ReSharper. I can't find any way of debugging a
When getting SQL DateTime Resharper suggests to use new DateTime() when value is DBNull.Value

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.