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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T03:09:33+00:00 2026-05-20T03:09:33+00:00

I would like to implement a user-configurable filtering system for lists in an ASP.NET

  • 0

I would like to implement a user-configurable filtering system for lists in an ASP.NET MVC project.

The configuring user must be able to filter the list by any of the properties of the objects in the list. Additionally, values in the current execution scope such as properties of static classes should be available for use in the comparison. The objects to be filtered are all of the same type.

The purpose of this system is to enable multiple ‘white-label’ ecommerce sites fed by a central catalogue, but with each site having a slightly different subset of products available.

The configuration needs to be done through an administration interface, rather than through deploying code.

Solutions I am considering:

`1. Implement my own basic syntax. Store text in database to represent comparison. Use reflection to complete the comparison / filtering.

Problems: Don’t like rolling my own. Potential for error in text.

`2. Implement mini ‘comparison DLLs’, use Spring or similar to inject.

Problems: Application is in webfarm, so potential for deployment error. Management becomes difficult. No admin interface.

Ideally I would like a solution that is easy to maintain (keep information in db) and fairly safe (small margin for error by users).

  • 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-20T03:09:33+00:00Added an answer on May 20, 2026 at 3:09 am

    The solution we found for this problem is fairly controversial, but it does work.

    We are storing C# code in the database, and compiling it into a lambda function on demand, then caching the resulting object (we’re using AppFabric Server).

    This function is then used to filter the list of objects.

    We provide an administration interface for people to create and edit their own filters. The administration interface confirms that code can be compiled before it is stored in the database.

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

Sidebar

Related Questions

I would like to implement the method User.calculate_hashed_password . I'm trying to use the
I would like to implement something like MMS app on iPhone, where user will
I would like to implement what I know as a CVAR System, I'm not
I released an app and I've implemented a user-requested feature and would like to
I would like to implement something similar to a c# delegate method in PHP.
I would like to implement a data access object pattern in C++, but preferably
I would like to implement a command line interface for a Java application. This
I would like to implement an interactive evolutionary algorithm for generating music (probably just
I would like to implement a producer/consumer scenario that obeys interfaces that are roughly:
I would like to implement a post build event that performs the following actions

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.