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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:06:46+00:00 2026-05-11T01:06:46+00:00

If I have, say, a table of films which amongs other things has a

  • 0

If I have, say, a table of films which amongs other things has a int FilmTypeId field and a table of film types, with the id and a meaningful description along the lines of:

  • 1 – horror
  • 2 – comedy
  • …

Whats the best way of using that information in a C# class?

currently I would have them as Constants in a helper class (unsuprisingly air code):

public class FilmHelper {     public const int HorrorFilmType = 1;     public const int ComedyFilmType = 2;     ... } 

but this doesn’t seem that maintainable. But I would like to avoid a database call everytime I came to use the constant or an additional db call everytime I used either the helper or the main entity.

  • 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-11T01:06:47+00:00Added an answer on May 11, 2026 at 1:06 am

    Is the list of types fixed or does it change?

    If fixed, I would encapsulate it in an enum:

    public enum FilmType {    Horror = 1,    Comedy = 2 } 

    Then just cast. You can use attributes (and a few lines of bespoke code) to store an extra description per enum item.

    If the list changes I would probably read it once early on in the app, and cache the list in a lookup somewhere (perhaps static, perhaps in a specific cache). Then just do the lookups from the cached copy.

    You can take this further by adding properties that change between the two representations.

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

Sidebar

Ask A Question

Stats

  • Questions 62k
  • Answers 62k
  • 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
  • added an answer Dim serializer as New JavaScriptSerializer() Dim arrayJson as String =… May 11, 2026 at 10:13 am
  • added an answer You will want to use the SignedCms class in the… May 11, 2026 at 10:13 am
  • added an answer Here's a thought, not sure if this will make a… May 11, 2026 at 10:13 am

Related Questions

If I have, say, a table of films which amongs other things has a
I'm wondering if this is possible in SQL. Say you have two tables A
If I have a form-backing object that has a complicated object tree -- say
If I have a list of items, say apples pairs pomegranites and I want
If I have a Range object--for example, let's say it refers to cell A1
I was wondering, If I have, let's say 6 javascripts includes on a page
I'm not even sure if it's possible but say I have some XML: <source>
Say I have the following file structure: app/ app.py controllers/ __init__.py project.py plugin.py If
Let's say I have this code: if (md5($_POST[$foo['bar']]) == $somemd5) { doSomethingWith(md5($_POST[$foo['bar']]); } I
Let's say I have some code like this if(isset($_GET['foo'])) //do something if(isset($_GET['bar'])) //do something

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.