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

  • SEARCH
  • Home
  • 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 7039843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:50:50+00:00 2026-05-28T01:50:50+00:00

Where is it more appropriate to use class Entity<T> {} new Entity<User>() as opposed

  • 0

Where is it more appropriate to use

class Entity<T> {}

new Entity<User>()

as opposed to

class Entity
{
   public Entity(System.Type type) 
   {
   }
}

new Entity(typeof(User))

I realized the significance of System.Type after dealing with reflection and code generation. After a month of development and getting familiar, I look back at my choices with skepticism.

This would probably not apply to you if you do not need reflection.

  • 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-05-28T01:50:50+00:00Added an answer on May 28, 2026 at 1:50 am

    The generic approach Entity<T> has the ability to use generic type constraints to enforce both rules and features at compile-time (i.e. T must have a public parameterless constructor and be a reference-type, for example). It doesn’t need any storage space for the type on each instance, since Entity<X> and Entity<Y> are discreet types – but as a re-statement of that: you cannot have a heterogeneous List<Entity<?>> (unless you have a common base-type) for the same reason.

    It is much harder to use generics if the type is known only at run-time.

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

Sidebar

Related Questions

What should be more appropriate to use when you want to initialize class properties
In what situation would it be more appropriate for me to use a bitset
(if the question is more appropriate for RackOverflow please let me know) I've setup
Which would be a more appropriate repository to host a small, XCode, Objective-C based
What factors determine which approach is more appropriate?
Under what circumstances is an enum more appropriate than, for example, a Collection that
In .NET, is it more appropriate to throw an argument null exception for an
Or would a conventional client-server VCS be more appropriate? I'm currently using TortoiseSVN, but
I call this a flash meeting, but maybe there is another more appropriate name.
It should be simple: Hook a MODEL_save_after event (or MODEL_save_before if that’s more appropriate).

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.