
Closed
Posted
Paid on delivery
I'm looking for a talented C# developer who can help me add new features to my application and also optimize its performance. The primary goal of this project is to enhance the overall performance of the application, with a specific focus on improving the speed, efficiency, and resource utilization. Key Areas for Performance Optimization: - Database Queries: The application has several database interactions that need to be optimized to reduce query times and enhance overall database performance. - Algorithm Efficiency: There are certain algorithms in the application that should be revisited and optimized for better performance. - Memory Management: The application currently faces memory management issues that need to be addressed to make it more efficient and less resource-intensive. Ideal skills and experience for this project include: - Strong C# development skills - Prior experience in refactoring and performance optimization - Understanding of database query optimization - Proficiency in algorithm analysis and optimization - Knowledge of memory management techniques in C# applications If you're a proactive and skilled C# developer with a keen eye for optimization, I'd love to hear from you.
Project ID: 40552325
50 proposals
Remote project
Active 3 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
50 freelancers are bidding on average ₹24,615 INR for this job

Your application is showing classic symptoms of technical debt - slow database queries, inefficient algorithms, and memory leaks will compound exponentially as your user base grows. If you're hitting performance bottlenecks now, you'll face complete system failures at 10x scale. Quick question - are you seeing memory spikes during specific operations, or is this gradual degradation over time? Also, what's your current database stack and average query response time under load? Here is the architectural approach: - C# PROFILING: Use dotMemory and PerfView to identify memory leaks in your object lifecycle, then refactor disposal patterns using IDisposable and weak references to cut memory footprint by 40-60%. - DATABASE OPTIMIZATION: Rewrite N+1 queries using Entity Framework batching, add strategic indexes on foreign keys, and implement Redis caching for frequently accessed data to drop query times from seconds to milliseconds. - ALGORITHM REFACTORING: Profile hot paths with BenchmarkDotNet, replace O(n²) loops with LINQ optimizations or parallel processing, and implement lazy loading where appropriate. - MEMORY MANAGEMENT: Audit large object heap allocations, implement object pooling for high-frequency instantiations, and use Span<T> for buffer operations to reduce GC pressure. I've optimized C# applications for 3 fintech platforms processing 50K+ transactions daily. Let's schedule a 15-minute technical call to review your profiler data and prioritize the highest-impact fixes first.
₹22,500 INR in 7 days
5.9
5.9

Greetings, I have read the project description but haven't found any details requirements open a chat to discuss requirements in details. Regards
₹50,000 INR in 10 days
5.1
5.1

Hi there, My name is Anupam, having 15+ years of dot net development experience, I can provide you desired solutions you are looking for. Let's connect to discuss more. Regards, Anupam
₹36,000 INR in 7 days
5.2
5.2

Hello, I will develop the new features and optimize the performance of your C# application. To improve your database queries, I will analyze your execution plans, implement appropriate indexing, optimize join and filter structures, and rewrite any slow LINQ queries to ensure minimal database latency. For algorithm efficiency, I will audit the core computational paths and refactor complex loops to achieve better time complexity, making the system run faster. To address memory management issues, I will trace memory leaks using profiling tools, reduce unnecessary object allocations to minimize Garbage Collection overhead, and optimize resource disposal patterns across all threads. 1) Which database engine, such as Microsoft SQL Server or PostgreSQL, is your C# application currently interacting with? 2) Are you utilizing an Object-Relational Mapper, like Entity Framework Core or Dapper, for your database queries? 3) Do you have a specific profiling tool, such as dotMemory or ANTS, that we should use to trace your memory management issues? Thanks, Bharat
₹25,000 INR in 7 days
5.0
5.0

Hi! I read "C# Development - Performance Optimization - 01/07/2026 04:11 EDT" carefully and I'm confident we can deliver. We bring extensive hands-on experience delivering enterprise-grade solutions across many industries—ERP, CRM, HRMS, LMS, web and mobile apps, e-commerce, healthcare, travel, real estate and logistics—with strong skills in Java, API Development. Whatever your domain, we build secure, reliable software that's on time and within budget. Let's connect to discuss your goals, timeline and budget. Thanks!
₹30,000 INR in 7 days
4.6
4.6

Greetings, I am highly interested in taking on this project. As a professional C# developer with over 10 years of experience, I specialize in application performance tuning and resource optimization. I am confident in my ability to significantly accelerate your application. I will analyze and optimize: Database Efficiency: Optimizing SQL queries and database interactions. Data Handling: Implementing strategic caching mechanisms and refining underlying algorithms. System Resource Usage: Conducting thorough memory, CPU, and DLL optimization. Network & UI Performance: Streamlining network requests and optimizing the UI for maximum responsiveness. I will establish clear benchmarks by measuring the initial execution times of critical tasks, ensuring measurable performance improvements on both high-end and lower-spec machines. Having successfully executed similar optimization projects in the past, I am confident I can deliver the results you need. Kindly reach out so that we can discuss the details further. Thanks
₹13,000 INR in 3 days
4.3
4.3

For this C# app, I would start with profiling before changing queries or algorithms, because DB waits, LINQ allocations, and a bad loop can all look like the same "slow app" from the outside. I would run the app under a profiler, capture the slow paths, then work through the actual hotspots: query plans/indexes/N+1 calls on the database side, inefficient loops or LINQ usage in the application, and avoidable allocations that pressure GC. I would keep before/after numbers so the changes are measured, not guessed. For 31,875 INR over 4 days, I would deliver one complete optimization pass: profiling notes, tuned database queries where needed, targeted C# code changes, memory allocation cleanup, and the agreed feature additions folded into the same codebase. I will keep the changes focused so it stays reviewable and doesn't turn into a broad rewrite. Quick check before I start: is the current bottleneck showing up more under normal usage, bulk processing, or a specific screen/workflow?
₹31,875 INR in 4 days
3.8
3.8

Hello, I hope you are doing well. Your project is a great match for my experience in C# application development, feature enhancement, and performance optimization. I can analyze your existing codebase, implement the required new features, and improve overall application performance by optimizing database queries, refining algorithms, and resolving memory management issues to achieve faster execution and better resource utilization. My focus is on delivering clean, maintainable code while preserving application stability and scalability. I will keep you updated throughout the process and ensure all improvements are well documented. I’m ready to start right away and would be happy to discuss your application and the best optimization approach. Kind regards, Ammar Ahmed Malik
₹12,500 INR in 1 day
3.6
3.6

Having spent considerable time working on full-stack development projects and successfully optimizing their performance, I am confident in my ability to elevate your C# application to its maximum potential. One of my strongest suits in this domain is using my expertise in C# programming to identify areas within the code that might be affecting the application's overall speed, efficiency, and resource consumption. This makes me a perfect candidate for your project as improving these very aspects are the tasks at hand. Not only do I have extensive knowledge of database query optimization and an understanding of memory management techniques in C# applications, but also have hands-on experience in refactoring and performance optimization. These skills are crucial when it comes to reducing query times, improving algorithm efficiency and solving memory management concerns-- all key areas outlined in your project description. In collaboration with you, I will not just add new features to your application, but I'll also ensure that it functions at its best efficiency even with these additional additions. You can count on me to comprehensively analyze every aspect of your application, provide necessary optimizations, and most importantly, deliver a robust software solution that will exceed your expectations.
₹25,000 INR in 7 days
3.6
3.6

Hello, i'm a senior C# developer with several years of experience with different databases, from sqlite to oracle. Please message me to discuss more regarding this project. Best Regards
₹25,000 INR in 5 days
3.3
3.3

Hi, I have strong experience in C# application development, performance tuning, and code optimization, and I can enhance your application by improving database efficiency, optimizing algorithms, reducing memory overhead, and implementing clean, maintainable solutions that improve speed and overall system performance.
₹25,000 INR in 7 days
3.1
3.1

I have around 15 years+ of experience with following skills:- ✔️ Language: C#, VB. ✔️ API integration: Web API, Web Services, Window Services, WCF, 3rd Party APIs, Rest API, WCF Service. ✔️ Database: MSSQL, MySQL,SQLite,MSAccess,DB2. ✔️ Framework: .NET, Winforms, ASP.NET Web forms, MVC, .NET Core 3.0, 3.1, 5.0, Angular JS, Angular 8, WPF. ✔️ Front end: Asp.net, Javascript, Angular, jquery, HTML5, CSS3, Bootstrap 3/4, Ajax. ✔️ Payment Gateway: PayPal, Authorize.net. ✔️ Source Control: Git, VSS, TFS, DevOps, SVN. ✔️ Tools: DevExpress, Telerik, Kendo. I am a graduate Bachelor of Engineering in Computer Science.
₹30,000 INR in 7 days
2.3
2.3

Your project requires more than feature implementation — the critical part is identifying where the application is losing performance and addressing the root causes without introducing regressions. My approach would start with a structured profiling phase to measure bottlenecks in database access, memory allocation, CPU usage, and algorithm execution time. From there, I would prioritize improvements with the highest impact on response time and resource consumption. For the database layer, I would review query patterns, indexing strategy, unnecessary roundtrips, and ORM usage to reduce latency and improve throughput. On the application side, I would analyze inefficient loops, data structures, synchronous operations, and high-allocation paths that may be affecting scalability. Regarding memory management, I can help identify leaks, excessive object creation, unmanaged resource handling issues, and GC pressure using profiling and refactoring techniques focused on stability and lower resource usage. The work can be delivered incrementally, with measurable performance improvements after each optimization stage, making it easier to validate gains before moving to the next area. I can start immediately and provide a clear technical assessment early in the project so priorities and expected impact are visible from the beginning.
₹32,903.57 INR in 10 days
2.6
2.6

Hello, I’ve gone through your project details and this is something I can definitely help you with. I have 10+ years of experience in mobile and web app development, working with Flutter, Android, iOS, React, Node.js, and APIs. I focus on clean architecture, scalable code, and clear communication to ensure the project runs smoothly from start to finish. I will first review your requirements, suggest the best technical approach, and then proceed with development while keeping you updated at every stage. Here is my portfolio: https://www.freelancer.in/u/ixorawebmob I’m interested in your project and would love to understand more details to ensure the best approach. Could you clarify:Could you share specific performance metrics you’re aiming to improve? 1. Do you need this for mobile, web, or both? 2. Do you already have UI/UX designs or should we create them? 3. Will there be any third-party API or payment gateway integration? 4. What is your expected timeline for completion? 5. Are there any reference apps or websites you like? Let’s discuss over chat! Regards, Arpit Jaiswal
₹27,750 INR in 4 days
5.1
5.1

Hi, Your project aligns well with my experience in C# application development, feature enhancement, and performance optimization. I can help improve your application's speed, scalability, and overall efficiency while ensuring the existing functionality remains stable. My approach includes: * Refactoring and optimizing C# code for better performance * Improving database queries and reducing execution time * Optimizing algorithms for faster processing * Resolving memory management issues and reducing resource consumption * Profiling the application to identify bottlenecks and implementing targeted improvements * Delivering clean, maintainable, and well-documented code I focus on writing efficient, scalable solutions and providing regular progress updates throughout development. I can start immediately and would be happy to work closely with you to enhance your application's performance while implementing the new features. Looking forward to working with you!
₹25,000 INR in 7 days
2.1
2.1

With over 15 years of experience and a track record of 100+ projects, I'm uniquely qualified to take on your C# development and performance optimization needs. What makes me an excellent fit is my comprehensive familiarity with backend tasks, which includes proficiency in ASP.NET, PHP, and SQL - all critical for the task at hand. I've demonstrated my abilities in performance optimization and memory management numerous times, incorporating techniques like cache-control, query optimization, and server load optimization. I'd bring these very skills to your table. My repertoire doesn't only fall under C#; it stretches to Shopify Development and OpenCart Development. These experiences have further enhanced my abilities in database management and third-party API integrations. Besides aptly grasping the technical aspect of things, my philosophy revolves around delivering quality work within reasonable time frames and budgets. My clients know me as a dedicated and honest developer who ensures each task matches the latest technology standards - that's a commitment I'll bring to your project.
₹30,000 INR in 20 days
1.1
1.1

Dear Manager, I have recently completed health care medicine insurance project in .NET Core Web API with microservices architecture for US based client for 340B program and also completed certification of HIPAA, HL7, and FHIR in that project. I have 12+ years of work experience in .NET C# & SQL database. Currently working on latest technology .NET Core Web API, Azure, Kafka messages & Microservices architecture. Please message me back to more discussion, check GitHub portfolio and take interview. ... Thanks and Regards, Ankit
₹21,000 INR in 5 days
0.9
0.9

Hello, Welcome to Royal IT Service. We are a software development company specializing in website development, mobile application development, custom software, UI/UX design, eCommerce solutions, and API integrations. After reviewing your project requirements, we are confident that we can deliver a solution that is secure, scalable, and tailored to your business objectives. Our development approach is transparent and collaborative, with a strong focus on quality, timely delivery, and regular communication throughout the project. To provide an accurate timeline and cost estimate, we would like to understand your project goals, required features, expected timeline, and budget. Based on your requirements, we will recommend the most suitable solution and prepare a clear development roadmap. We are committed to building reliable, high-performance solutions that support your long-term business growth, along with ongoing maintenance and support after deployment. We would be delighted to discuss your project in more detail and answer any questions you may have. We look forward to the opportunity to work with you. Best Regards, Royal IT Service
₹20,000 INR in 6 days
0.0
0.0

Hello, I can help you with API development and performance optimization to improve speed, stability, and scalability of your system. I have strong experience in backend optimization, API design, and improving server response time. I will analyze your current system, optimize bottlenecks, and ensure clean, efficient performance. Ready to start immediately. Regards, Acute Tech Solutions
₹25,000 INR in 7 days
0.0
0.0

Hi, I can help optimize your application's performance across all three areas you've outlined. Background: Senior Software Engineer, 7+ years in C/C++ and C# development, including embedded systems, ARM enablement, and memory analysis — strong instincts for memory management and algorithmic efficiency, exactly what you're targeting. Approach: - Database queries: Profile execution, fix N+1 issues, missing indexes, inefficient joins — measurable before/after times - Algorithms: Review time/space complexity, refactor hotspots found via profiling - Memory: Audit leaks, unnecessary allocations, disposal patterns; reduce GC pressure I'll use profiling tools (dotMemory, BenchmarkDotNet, or your existing tooling) to back every change with real metrics. Deliverables: Optimized code, before/after performance summary, documentation of changes. Timeline: 10-14 calendar days (discovery, implementation, validation), working in focused sessions alongside my current schedule. Happy to do a quick call or review a code sample first for a more precise estimate. Best, Mohneesh
₹32,000 INR in 11 days
0.0
0.0

Delhi, India
Member since Apr 27, 2023
₹12500-37500 INR
₹12500-37500 INR
₹1500-12500 INR
$3000-5000 USD
₹75000-150000 INR
$2-8 USD / hour
₹750-1250 INR / hour
₹1500-12500 INR
$2-8 USD / hour
€8-30 EUR
$10-30 USD
$250-750 USD
$30-250 USD
$15-25 USD / hour
₹12500-37500 INR
$250-750 AUD
$10-30 AUD
$250-750 CAD
₹400-750 INR / hour
£10-20 GBP
$30-250 USD