
Closed
Posted
Paid on delivery
The project involves building two tightly-coupled applications that share the same SQL Server back-end: • an ASP.NET-based web application for browser access, and • a Windows desktop client for on-site workstations. Both fronts must read from and write to the same database tables so users experience identical business logic and data integrity no matter where they sign in. Core requirement The system has to communicate in real time with a pharma instrument connected over USB/COM (exact protocol documentation will be provided). I will supply sample command sets and expected response frames; the software must initialize the device, capture measurement data, validate it, and commit the results to SQL. Typical workflow 1. User starts a test from either front-end. 2. The application sends the appropriate command string to the instrument. 3. Incoming data are parsed, displayed, and stored. 4. An automatic acknowledgement is returned to confirm completion. Important notes • C#, .NET (Framework or 6/7), [login to view URL] Core, and SQL Server are mandatory tools. • The web side can be WebForms or MVC; whichever you prefer, provided it mirrors the desktop logic. • Source code must be cleanly commented so another developer can extend device support later. • I’ll run the acceptance test on my lab PC with the actual hardware; success means the instrument completes a full cycle and the record appears in the database with the correct timestamp and values. Deliverables - Complete Visual Studio solutions for both projects - SQL schema (tables, stored procedures, seed data) - README with setup instructions and the device communication spec - A short video or screenshots demonstrating a finished test run through each interface If you have previously integrated laboratory or industrial equipment through serial/USB protocols, that experience will be valuable here.
Project ID: 40386729
39 proposals
Remote project
Active 21 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
39 freelancers are bidding on average ₹12,935 INR for this job

Hello, I have read your job description and I am interested in your job post.I am ready to start now. Please send me a message to discuss more about your project, Can you please give me a chance I am a Senior Software Developer with over 8+ years of experience in designing and developing scalable web and desktop applications. I specialize in Microsoft technologies and delivering high-quality, secure, and performance-driven applications. My Expertise: Backend Development:ASP.NET, ASP.NET Core, MVC, Web API, WebForms,Laravel, WCF Services Programming Languages:C#, Php Frontend Development:JavaScript,Angular, React, TypeScript jQuery, AJAX, HTML, CSS Database Technologies:SQL Server, MySQL Reporting Tools:Crystal Reports, RDLC, SSIS, SSRS
₹5,000 INR in 7 days
4.9
4.9

Hello there, we are a team of Full Stack Developers and interested in your project. Please, send me the project complete details to start the work. Thanks Ashish Kumar.
₹7,000 INR in 7 days
3.9
3.9

One SQL Server feeding two UIs means you want one data layer, not two codebases that slowly diverge. I'd put EF Core (or Dapper if the schema is already frozen) underneath an ASP.NET Core Web API, then have the WinForms/WPF desktop call that same API for all writes. The instrument's SerialPort logic lives as a small state-machine class in the desktop tier, testable against a mock port so development does not block on having hardware present. Four milestones at INR 9500: M1 (schema + EF Core + API skeleton, INR 2375, 3d), M2 (SerialPort wrapper and protocol state machine, INR 2375, 4d), M3 (desktop client wired to API, live device reads working, INR 2375, 4d), M4 (error handling, logging, final integration pass, INR 2375, 3d). Quick check before I start: what does the instrument send over COM, and do you have an existing DB schema or is that part of the build?
₹9,500 INR in 14 days
3.7
3.7

I am a .net full stack developer with more than 25 years of experience. I had the experience of writing programs to manage add on devices through Serial and USB ports (Serial display board, Gas analyzer).
₹15,000 INR in 7 days
2.1
2.1

Hello, I am a professional .NET Core developer with hands-on experience building secure, scalable, and production-ready web applications. I have worked on hospital management systems, e-commerce platforms, pharmacy applications, and enterprise-grade tools. I have designed and developed a pharmacy management system that includes dynamic PDF invoice generation and secure billing workflows (currently not publicly hosted). My focus is on clean architecture, performance optimization, and secure data handling. Also I have working experience in design and develop windows application using winforms, C#. I can deliver: Clean, maintainable, and well-structured code Secure database design and integration (SQL Server) RESTful API development with proper documentation CI/CD-ready deployment support Timely updates and transparent communication throughout the project I am available to start immediately and committed to delivering high-quality work within your budget and timeline. Looking forward to discussing your requirements. Best regards, Balakumar
₹9,000 INR in 7 days
1.3
1.3

Hi, I’ve built similar systems where software talks directly to lab/industrial devices—so I understand how critical reliability is here. I can deliver both your ASP.NET web app and Windows desktop client with a shared SQL Server backend, plus a stable USB/COM integration that handles the full cycle: send command → read response → validate → store → acknowledge. My focus will be making sure your instrument runs smoothly on your lab PC and every test result is captured correctly without failure. You’ll get clean, well-structured code, identical logic across both apps, and an easy setup so your team can use and extend it confidently. I’m ready to start right away and can quickly adapt once you share the device protocol. Let’s make this work flawlessly. Best Regards, Rohit Jadav
₹10,500 INR in 5 days
0.0
0.0

Hello, I can build this dual-application pharma instrument system. What I will deliver: - Web app (ASP.NET MVC) + Windows desktop client (WinForms/WPF) - Both share same SQL Server database - Real-time USB/COM communication with pharma instrument - Full workflow: start test → send command → parse data → store → acknowledgement Technical approach: - C# .NET 6/7, SQL Server with EF Core - SerialPort for USB/COM communication - Clean, commented code for future device support What you receive: - Complete Visual Studio solutions (Web + Desktop) - SQL schema + stored procedures - README with setup + device spec - Video demo of both interfaces I have experience with real-time systems, SQL Server, and external device integration. Ready to test on your lab PC with actual hardware. Estimated: 10-14 days. Best, Aya
₹7,000 INR in 7 days
0.0
0.0

Hello Sir, I have 3 years of experience in .NET technologies including C#, VB.NET, WPF, ASP.NET and SQL Server. Currently, I am working at Vinapex Code Pvt Ltd in Jaipur. I have worked on similar projects involving database handling and application development. I can deliver high-quality work within the given timeline. I am confident I can complete your project efficiently. Let’s discuss your requirements in detail. Thanks
₹7,000 INR in 7 days
0.0
0.0

I am an experienced Full Stack .NET Developer with strong expertise in ASP.NET, C#, jQuery, Windows app and SQL Server. I can deliver high-quality, scalable solutions tailored to your requirements within deadlines. Let’s discuss your project in detail.
₹10,000 INR in 7 days
0.0
0.0

Having worked as a Senior Software Engineer at RM Education Solutions India, I have hands-on experience with C#, ASP.NET Core MVC, .NET 8, SQL Server, and Entity Framework Core — all of which align directly with your project requirements. I have built and consumed RESTful APIs, written optimized stored procedures, and managed end-to-end deployments using Git and Azure DevOps. I am comfortable working across both web and desktop-facing logic while maintaining a shared SQL Server backend. My experience with Agile teams and clean, well-commented code ensures the deliverables will be structured, readable, and easy to extend. I am confident in handling the device communication layer using C# serial/USB protocols and integrating the parsed data into your database with proper validation and timestamping.
₹10,000 INR in 20 days
0.0
0.0

Hi, this project is a strong match for our team because it combines exactly the areas where solid architecture matters most: .NET, SQL Server, shared business logic, and reliable serial/USB device integration. We can build both the ASP.NET web app and Windows desktop client around the same core logic layer, so the workflow, validation, and database behavior stay fully consistent across both interfaces. Special attention would go to the communication module initialization, async send/receive, parsing, acknowledgement flow, and error handling to make sure it runs stably with the real instrument in lab conditions. The final solution will be cleanly structured, documented, and easy to extend for additional device support later.
₹7,000 INR in 7 days
0.0
0.0

I can work on this project as I have expertise in .Net , c# ,SQL.I have 5 years of experience .In coding
₹10,000 INR in 7 days
0.0
0.0

Hi, I’m experienced in building .NET-based applications and have worked on systems involving hardware integration, real-time data handling, and SQL Server. I can develop both the ASP.NET web application and Windows desktop client with a shared database, ensuring consistent business logic across both platforms. I have hands-on experience with C#, .NET Core, WinForms, and SQL Server, including stored procedures and optimized queries. I’ve also worked on device integrations (PLCs, sensors, and instruments), so I’m comfortable handling USB/COM communication, parsing data frames, validating results, and ensuring reliable real-time data flow. I will deliver clean, well-structured, and fully documented code, along with database scripts and setup instructions. I’ll ensure the system successfully completes the full device workflow and stores accurate test data. I’m ready to start immediately and deliver within your timeline with clear communication throughout the project.
₹5,000 INR in 3 days
0.0
0.0

Hi, I studied your requirement. I am experienced .NET developer nd have worked with communicating instruments and PLC machines. I will be able to provide you requested work within your time and budget. Please let me know. Regards, Viral R Parmar
₹12,500 INR in 30 days
0.0
0.0

Vadodara, India
Member since Apr 21, 2026
$250-750 USD
$15-25 USD / hour
$15-25 USD / hour
$250-750 USD
₹37500-75000 INR
₹1500-12500 INR
$30-250 USD
₹400-750 INR / hour
€12-18 EUR / hour
$30-250 USD
€2-6 EUR / hour
$15-25 USD / hour
$5000-10000 AUD
€8-30 EUR
₹1500-12500 INR
$10-30 USD
€2-6 EUR / hour
$250-750 USD
₹1500-12500 INR
₹1500-12500 INR