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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:56:50+00:00 2026-05-24T10:56:50+00:00

I am a software engineer, I work in c# development. The software I am

  • 0

I am a software engineer, I work in c# development.

The software I am working on has a server and client layout. The server is more of a Database Layer, only it has direct ‘access’ to the Database. The client simply sends requests and receives the data in form of strings according to the requests, and not data sets or data tables. The database layer interacts with the database thru a dll file.

example:

Client requests that operation 144 is to be executed.
Server receives the operation number, sends it to the dll main routine:

Client:
    string command = "144";
    buffer = asci.GetBytes(command);
    socket.send(buffer);

Server:
    socket.receive(buffer);
    str = asci.GetString(buffer);
    op = Int32.Parse(str);
    Dll.MainRoutine(op);

Dll main routine:
    switch (op) 
    {
       case 0: blah blah blah ; break;
       case ..........................
       case 144: i++ ; break ;
       default : ;
    }

Lets say the software is running on the actual server. I now want to introduce changes to the client and dll file only (add functionality). Yet I do not want to compile the server again. If I add a new command on the client side called 200, and I add a case to the dll main routine: case 200, will it work? Or do I need to recompile the sever as well?

Client:
    string command = "200";
    buffer = asci.GetBytes(command);
    socket.send(buffer);

Server:
    socket.receive(buffer);
    str = asci.GetString(buffer);
    op = Int32.Parse(str);
    Dll.MainRoutine(op);

Dll main routine:
    switch (op) 
    {
       case 0: blah blah blah ; break;
       case ..........................
       case 144: i++ ; break ;
       case 200: i+=10 ; break ;
       default : ;
    }

What I am trying to say is I want to be able to add functionality thru updates to the dll and client only. The server must always be running. Can this be done with dlls or is there another way?

Thank you…

  • 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-24T10:56:52+00:00Added an answer on May 24, 2026 at 10:56 am

    No need to recompile the server if it just passes the command number to the DLL. It is completely sufficient to just re-compile the DLL and deploy it on the server.

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

Sidebar

Related Questions

Every software development professional (and especially project managers) has to deal with a never
I'm a software test engineer embedded in a development team. A large part of
I am a software engineer and i work in VC++, C++ in WIndows OS.
We work with a small development team and a system engineer who deploys the
I'm interested in working in the Oil and Gas Industry as a Software Engineer.
I will work as a associate software engineer in a company, but so far
I’m a software engineer and I’m currently working on another payment application (my 3rd
I'm a software engineer working on DSP for the first time. I'm successfully using
I'm a software engineer, not a lawyer, and my university doesn't offer any courses
I've been a professional software engineer for about a year now, having graduated with

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.