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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T16:30:15+00:00 2026-06-03T16:30:15+00:00

I am writing a WCF Rest API that provides CRUD functionality to an entity

  • 0

I am writing a WCF Rest API that provides CRUD functionality to an entity say Student. Here is how it is defined:

class Student
{
  Guid Id;
  string Name;
  string LastName;
  string Age;
  DateTime DOB; 
}

My service contract is something like this:

class StudentService
{
  [WebInvoke(Method = "POST")]
  public void Add(Student student)
  {...}

  [WebInvoke(Method = "PUT")]
  public void Update(Student student)
  {...}

  [WebGet()]
  public void Get(string Id)
  {...}

}

Now the thing is that while updating a student record the client may not provide complete data. For e.g. it may provide Id and DOB but no name and LastName. Id being mandatory field. I need to know what could be the best approach/design in such a case?

I can fetch the existing record from db and perform a compare on both then update as necessary. The problem with this approach is that I have no way of knowing if a user actually wants to update a field to null. And then again, comparison does not seem a neat design. Any ideas?

  • 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-03T16:30:17+00:00Added an answer on June 3, 2026 at 4:30 pm

    After going through various strategies of handling this kind of thing I sort of implemented what was described in the answer to this question: Only update some properties on an EF entity that are not set to null.

    In a nutshell I am tracking which properties were set during desrialization and then updating only those properties.

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

Sidebar

Related Questions

I am writing an application that is consuming an in-house WCF-based REST service and
I'm writing a WCF REST Service that has a mobile client. The mobile client
I am writing a WCF REST service, and I am needing to generate my
I am writing WCF service that uses wsHttpBinding binding, which is not hosted in
In a Silverlight application, instead of consuming and writing (wcf) wrappers around messages that
I have the following data model: I am writing a WCF service that needs
I have a WCF service that is responsible for writing a log file. I
I am writing a small image/video upload program using WCF REST. Ideally, I would
I'm writing a WPF test application against a WCF REST service running on Azure
I'm currently writing a WCF web service that uses LINQ to SQL to fetch

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.