
Suoritettu
Julkaistu
Maksettu toimituksen yhteydessä
I need a very small ASP.NET Core 7 web app that proves how to keep user session data in a Microsoft SQL Server backing store so that the same session is available when the site is served from two different instances. No authentication or front-end framework is required—just the default Razor pages or minimal-API endpoints are fine. What matters is that a visitor can hit “Instance A,” have a simple counter or GUID written to session, refresh on “Instance B” (running on a different IIS server with access to the same database), and see the exact same value coming back. Please wire this up with the built-in [login to view URL] package, include the SQL script (or automatic migration) that creates the session tables, and show the minimal configuration changes in Program.cs. Deliverables • Complete, buildable Visual Studio / dotnet CLI solution targeting .NET 7 • A short README explaining how to create the database, launch two instances, and observe the shared session • Source-controlled project (Git) ready for review and run with one command Acceptance criteria – Running dotnet run on two terminals shows identical session data across both URLs from the same browser session – Only Microsoft SQL Server is used for persistence; nothing in-memory or Redis – Project builds cleanly with no warnings on .NET 7 SDK If you’ve already done something similar, this should be a quick task—I just need the clean, isolated example to use internally.
Projektin tunnus (ID): 40343759
93 ehdotukset
Etäprojekti
Aktiivinen 10 päivää sitten
Aseta budjettisi ja aikataulu
Saa maksu työstäsi
Kuvaile ehdotustasi
Rekisteröinti ja töihin tarjoaminen on ilmaista

I've built distributed ASP.NET Core apps with SQL-backed session state before, so this is squarely in my wheelhouse. My approach: scaffold a minimal .NET 7 Razor Pages app, wire up `[login to view URL]` as the distributed cache provider in `[login to view URL]` with `AddDistributedSqlServerCache` and `AddSession`, and include a ready-to-run `dotnet sql-cache create` command (plus the raw SQL script) so the `[login to view URL]` table is created cleanly. A simple page will write a counter and GUID to `[login to view URL]`, proving persistence across two instances pointed at the same connection string. You'll get a clean, zero-warning solution with a concise README—I can start immediately.
$30 USD 1 päivässä
4,9
4,9
93 freelancerit tarjoavat keskimäärin $142 USD tätä projektia

YES---------I will do it .NET7 SQL Session Web Sample--------------I am highly proficient to work on this project . I am Passionate .NET/Full stack developer having rich experience with all the latest technologies with so many successful Tasks. I have some queries to give you accurate time and price Please ping me to get started and provide you great results. Thanks
$250 USD 7 päivässä
7,3
7,3

Hi, got u, syncing sessions between instances is standard for me. it's a quick setup with the sql caching package, i'll write the table scripts and show you how to wire up the config in Program.cs. let's go?
$110 USD 1 päivässä
4,0
4,0

Hello, I’ve reviewed your project, .NET7 SQL Session Web Sample, and I’m genuinely interested. With my experience, I’m confident I can complete it efficiently and to a high standard. I have a clear understanding of your main objectives. I’ve carefully reviewed the requirements to ensure nothing is overlooked. I will deliver a final result that aligns perfectly with your expectations. With my background as a Senior Software Engineer, I have strong expertise in Web Development, .NET, ASP.NET. I’ve handled projects that required deep technical understanding and accurate skill alignment. I’m committed to providing reliable outcomes that meet professional standards. I have a few questions before we get started. Could you please send me a message in the chat so we can discuss the details? Thanks, Dax Manning
$140 USD 7 päivässä
3,7
3,7

Hi there, I’ve reviewed your requirement for a minimal ASP.NET Core 7 application demonstrating distributed session storage using Microsoft SQL Server. The goal is to confirm that session state persists consistently across multiple instances (e.g., Instance A and Instance B) using a shared SQL-backed session store via Microsoft.Extensions.Caching.SqlServer. The deliverables will include: • A complete .NET 7 solution structured for clarity and easy execution • SQL script (or automatic setup) for session persistence tables • Minimal configuration demonstrating session middleware and distributed cache wiring • A short README explaining database setup, running multiple instances, and verifying shared session behavior across browsers/servers • Clean build with no warnings and ready for Git-based review Clarification questions: Should the database schema be created via manual SQL script only, or also include EF Core migrations if needed? Do you prefer Razor Pages or a minimal API for the demonstration? Will both instances run on IIS, Kestrel, or a mix for testing? Should the example include load balancing simulation (e.g., sticky vs non-sticky sessions)? Any naming conventions or existing repo structure to align with? I can deliver this quickly as a focused, production-aligned proof of concept. Best regards JP
$140 USD 7 päivässä
3,6
3,6

Hi There , I am an expert content writer with skills including ASP.NET, C# Programming, .NET Core, .NET 5.0/6, Microsoft SQL Server, .NET, Visual Studio and Web Development. Please send a message to discuss more about this project. Thank you for your attention
$30 USD 2 päivässä
3,2
3,2

Hi, I just applied after read your job posting carefully and I believe that I am good fit to your project. I have thoroughly reviewed your requirements and I am confident in my ability to deliver excellent results. I'm a serious bidder. I will satisfy you with my high skills! I am an expert which have 8+ years of experience on .NET, C# Programming, ASP.NET, Microsoft SQL Server, Web Development, .NET Core, Visual Studio, .NET 5.0/6 I am looking forward to meet you to discuss the further detail about this project. Looking forward to hearing from you. Thank You
$150 USD 7 päivässä
0,0
0,0

Hi, I have checked the details. I am a senior engineer with over 7 year of experience on .NET, C# Programming, ASP.NET, Microsoft SQL Server, Web Development, .NET Core, Visual Studio, .NET 5.0/6. Please visit my profile to view my latest projects, certificates, and work history. Let's connect in chat to discuss more. Thank you, Matheus
$30 USD 7 päivässä
0,0
0,0

My skills align perfectly with your needs. I have experience in developing ASP.NET applications that utilize Microsoft SQL Server for seamless data persistence across multiple servers. By leveraging my expertise, your project goals of maintaining consistent user session data will be achieved flawlessly. I have worked on similar projects offsite and have 5 years of experience in ASP.NET Core development, ensuring a reliable and efficient solution. I’d love to chat about your project! Worst case, you get free advice that can guide your project. Regards, Lesedi M
$200 USD 14 päivässä
0,0
0,0

Hello Sir/Madam I have 11+ years of Experience in Windows applications, web applications, windows and web service, SQL Database with VB.NET, C#, ASP .NET, MVC, .Net core, WPF, HTML5, JavaScript, CSS, Bootstrap, Visual Basic 6.0, Macro VBA (Excel, Access), SQL, Access, Excel, SSRS, SSIS, Crystal Report. I have a strong background in building scalable, predictable, high-quality and high-performance knowledge In Microsoft technology. Ping me so we can discuss this and try to give you the best solution Thanks & Regard Rasik Joshi (OmTechsoft) Cell Phone: +91-9228323213
$200 USD 15 päivässä
0,0
0,0

Hello, This is a straightforward setup and I can deliver a clean, minimal ASP.NET Core 7 example that demonstrates shared session state across multiple instances using SQL Server as the backing store. I’ll ensure that running dotnet run in two terminals results in identical session values across both instances from the same browser session, with no in-memory fallback or Redis involved. I’ve worked with ASP.NET Core distributed caching and session state before, so this will be delivered quickly and cleanly, with no unnecessary complexity. I can start immediately and provide a working example within a short turnaround. Best regards,
$100 USD 2 päivässä
0,0
0,0

Yes, it's possible. You should use AddDistributedSqlServerCache to store the session data in the SQL Server. Later you can share it to different instances. As I have experience, I can build this in a few hours. Thanks.
$111 USD 7 päivässä
0,0
0,0

Hi, as a seasoned developer with expertise in C# and ASP.NET am interested in this project. Here's what I'll do, I will complete a buildable Visual Studio / dotnet CLI solution targeting .NET 7, create database using Microsoft SQL Server. I will also debug all the errors making sure that the project builds with no warnings on .NET 7 SDK. Looking forward to completing this project.
$100 USD 7 päivässä
0,0
0,0

London, United Kingdom
Maksutapa vahvistettu
Liittynyt lokak. 27, 2006
$30-250 USD
$30-250 USD
$1500-3000 USD
$250-750 USD
$30-250 USD
₹750-1250 INR/ tunnissa
$25-50 USD/ tunnissa
₹1500-12500 INR
£750-1500 GBP
$30-250 USD
₹600-1500 INR
₹250000-500000 INR
₹12500-37500 INR
₹100-400 INR/ tunnissa
₹1500-12500 INR
₹600-1500 INR
$5000-10000 USD
₹750-1250 INR/ tunnissa
₹600-1500 INR
₹600-1500 INR
₹60000-70000 INR
$15-25 USD/ tunnissa
₹1500-12500 INR
₹1500-12500 INR