вторник, 12 августа 2025 г.

FeederA, SignalR, RazorPage,WebApi

https://ask.chadgpt.ru/share/b096f402-dab8-43f7-a67c-4570874b99ac

https://ask.chadgpt.ru/share/4af0d0e5-270b-4b9e-92d4-01f6de54d0a6

FeederA, SignalR, RazorPage,WebApi

D:\VC2508\Feeder\FeederSln\FeederSln.sln

D:\VC2508\Feeder\FeederSln\FeederA\FeederA.csproj

------------

SignalR - does not Work

Three Source to set urls

launchSettings.json
Program.cs

FeederA.http

-----------------

launchSettings.json

{

  "$schema": "https://json.schemastore.org/launchsettings.json",

  "profiles": {

    "http": {

      "commandName": "Project",

      "dotnetRunMessages": true,

      "launchBrowser": false,

      "applicationUrl": "http://localhost:5000",

      "environmentVariables": {

        "ASPNETCORE_ENVIRONMENT": "Development"

      }

    },

    "https": {

      "commandName": "Project",

      "dotnetRunMessages": true,

      "launchBrowser": false,

      "applicationUrl": "https://localhost:5001;http://localhost:5000",

      "environmentVariables": {

        "ASPNETCORE_ENVIRONMENT": "Development"

      }

    }

  }

}

----------------------------------------
Program.cs
---------------------------------------
builder.Services.AddCors(options =>
{
    options.AddPolicy("AllowFrontends", p =>
    p.WithOrigins("https://localhost:5001", "http://localhost:5000")
     .AllowAnyHeader()
     .AllowAnyMethod()
     .AllowCredentials());
});
----------------------------------------
FeederA.http
----------------------------------------
@FeederA_HostAddress = http://localhost:5248

GET {{FeederA_HostAddress}}/weatherforecast/
Accept: application/json
---------------------------------------

понедельник, 11 августа 2025 г.

QuoteSource, Giga, RabbitMQ, MassTranzit

QuoteSource, Giga, RabbitMQ, MassTranzit

MAssTransit
Does not work  MAssTransit

D:\VC2508\QuotingSystem\QuoteSource\QuoteSource.sln

Qoutes, RabbitMQ, MassTransit

-------------------------------------------------

MassTransit

Previouse DOES NOT WORK AT ALL MassTransit

D:\VC26\gs.trade\Tests\RazorQuoteSource01\RazorQuoteSource01.sln

D:\VC26\gs.trade\Tests\RazorQuoteSource01\CommonLib\CommonLib.csproj

D:\VC26\gs.trade\Tests\RazorQuoteSource01\Infrastructure\Infrastructure.csproj

D:\VC26\gs.trade\Tests\RazorQuoteSource01\RazorXobot01\RazorXobot01.csproj

D:\VC26\gs.trade\Tests\RazorQuoteSource01\RazorXobot02\RazorXobot02.csproj

D:\VC26\gs.trade\Tests\RazorQuoteSource01\TradeLib\TradeLib.csproj

RazorQuoteSource

- CommonLib
- Infrastrure

- RazorQuoteSource01
- RazorXobot01
- RAzorXobot02
- TradeLib


воскресенье, 10 августа 2025 г.

ChartDirector, Wpf, RazorPage, Blazor

D:\VC2508\Charts\WpfChartSln\WpfChartDir\WpfChartDir.sln

--------------------------------------------------------------------------------------------
D:\VC2508\Charts\WpfChartSln\WpfChartDir\BlazorServChartApp01\BlazorServChartApp01.csproj

D:\VC2508\Charts\WpfChartSln\WpfChartDir\BlazorServChartApp05\BlazorServChartApp05.csproj

D:\VC2508\Charts\WpfChartSln\WpfChartDir\BlazorServChartApp07\BlazorServChartApp07.csproj

--------------------------------------------------------------------------------------------

D:\VC2508\Charts\WpfChartSln\WpfChartDir\RazorChartDirApp01\RazorChartDirApp01.csproj

D:\VC2508\Charts\WpfChartSln\WpfChartDir\RazorChartDirApp03\RazorChartDirApp03.csproj

D:\VC2508\Charts\WpfChartSln\WpfChartDir\RazorChartDirApp04\RazorChartDirApp04.csproj

--------------------------------------------------------------------------------------------

D:\VC2508\Charts\WpfChartSln\WpfChartDir\WpfChartDirApp01\WpfChartDirApp01.csproj