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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:36:32+00:00 2026-05-23T15:36:32+00:00

I was searching for a lightweight proxy so that we could lazy instantiate one

  • 0

I was searching for a lightweight proxy so that we could lazy instantiate one or many objects in one hit.

rationale: perhaps the requests are batched up and sent to a server. i.e. that leads to n * latency if it is done individually. Additionally, if those batched requests could be served by one lambda or SQL statement, there’s a potential for an additional time saving.

Scenario:
say we have a database, a POCO model, a way of exposing that model (code generation/serialization), and a Silverlight client. The thought is, wouldn’t it be neat if we could describe updates in terms of the POCO model instead of pushing these through CRUD style services? Like send an object graph instead.

Is this kind of thing covered in WCF? The only thing is, I’d rather not be using WCF. Also, something like nhibernate seems best in an ASP scenario.

My first thought was to do something like this, but so far that doesn’t get me very far.

            private Lazy<Person> _person = new Lazy<Person>(() => new Person());
            public Person person
            {
                get { return _person.Value; }
            }
  • 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-23T15:36:33+00:00Added an answer on May 23, 2026 at 3:36 pm

    Maybe you should create a ‘question’ list on the client with lazy initialisation that executes the entire ‘question’ list once a single item has te be loaded. After this you can simply start a new list and load it once needed.

    You could even add a little thread to empty the ‘question’ list on a background thread just to make sure you’re using the network efficiently (based on priority or something).

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

Sidebar

Related Questions

I'm searching for a robust lightweight grid for ASP.NET MVC. I'd rather not write
Ive recently started using CodeIgniter as I was searching for a very lightweight framework
Searching here I found that this question was already asked , but I think
Searching for an answer, some had noted the issue but no one resolved it.
Searching one word works perfectly. I would like to have two or more words
When one starts searching for PHP unit tests, one usually stumbles upon: PHPUnit. SimpleTest.
Searching open source projects , shows me that spec files in the wild do
searching a photo by dominant colors using mysql is quite simple. assuming that the
Searching the 'net, I found that I should use :include , but that does
I´m searching some providers or frameworks or something that can deliver a map like

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.