Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Joey.MM

    Sending VFP data to .NET Blazor project

    Hey, Chris I added the code in the VFPDataAccess constructor to pass on the connection string explicitly and the line "services.AddSingleton<VfpDataAccess>(new VfpDataAccess(Configuration.GetConnectionString("VfpConnection")));" in the Startup.cs file. I downloaded the Microsoft Compatibility...
  2. Joey.MM

    Sending VFP data to .NET Blazor project

    For Marco : Nice! I see you are working directly with sockets in the examples you linked. This could be an alternative, I'll make sure to check the examples and run some tests. I'll get back to you in case I get stuck or have any issues. Thanks!
  3. Joey.MM

    Sending VFP data to .NET Blazor project

    For Chris : I would like to thank you for taking the time to reply and your insight. First of all, I agree 100% with you. It is indeed somewhat a tedious topic when it comes to the term "platform" being overused nowadays. I think we can both agree that there shouldn't have to be any way of...
  4. Joey.MM

    Sending VFP data to .NET Blazor project

    Greetings! I was wondering if someone could provide some assistance/clarity for a project that I'm doing. I'm currently working on a Blazor project, for those of you that are unaware, Blazor is web framework for building interactive web applications using C# and HTML on .NET. I want to use...

Part and Inventory Search

Back
Top