Показаны сообщения с ярлыком NamedPipes. Показать все сообщения
Показаны сообщения с ярлыком NamedPipes. Показать все сообщения

четверг, 30 июля 2026 г.

NamedPipes, slnx

NamedPipes, slnx

D:\Projects\VS\26\Gemini\NamedPipesSln\NamedPipesSln.slnx

D:\Projects\VS\26\Gemini\NamedPipesSln01\NamedPipesSln01.slnx

D:\Projects\VS\26\CaNamedPipeServer01\NamedPipesSln.slnx

D:\Projects\VS\26\Aspire\AspireNamedPipesQuotesService01\AspireNamedPipesQuotesService01.slnx

D:\Projects\VS\26\AspQuotesService01\AspQuotesService01.slnx

D:\Projects\VS\26\AspQuotesService\AspQuotesService.slnx

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

D:\Projects\VS\26\Gemini\NamedPipesSln\NamedPipesSln01.slnx

Подписки по группам

F:\Projects\VS\26\Gemini\NamedPipesSln\CaUniClient02\CaUniClient02.csproj

F:\Projects\VS\26\Gemini\NamedPipesSln\PipePoolQuoteServer02\PipePoolQuoteServer02.csproj

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

https://gsallprojects.blogspot.com/2026/02/deepseek-quoteserver-quoteclient.html

https://gsallprojects.blogspot.com/2026/02/razorpage-namedpipes-quotesservice.html

https://gsallprojects.blogspot.com/2026/02/gemini-namedpipes-google-ai-studio.html

https://gsallprojects.blogspot.com/2026/02/claude-ipc-namedpipes-project.html

https://gsallprojects.blogspot.com/2026/01/projects-blazor.html

пятница, 29 мая 2026 г.

NamedPipes, Quotes, Clients, Server, Gemini, Part_1

NamedPipes, Quotes, Clients, Server, Gemini, Part_1

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

D:\Projects\VS\26\Gemini\NamedPipesSln\NamedPipesSln.slnx

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

D:\Projects\VS\26\Gemini\NamedPipesSln\CaUniClient\CaUniClient.csproj

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>

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

D:\Projects\VS\26\Gemini\NamedPipesSln\CaUniClient02\CaUniClient02.csproj

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>
-----------------------------------------------------------------

D:\Projects\VS\26\Gemini\NamedPipesSln\CaUniClient021\CaUniClient021.csproj
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>
---------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\CaUniClient022\CaUniClient022.csproj
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>
------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\CaUniClient023\CaUniClient023.csproj

------------------------------------------------------------------------
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>
------------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\CaUniClient024\CaUniClient024.csproj
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>
------------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\PipePoolQuoteServer\PipePoolQuoteServer.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
---------------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\PipePoolQuoteServer02\PipePoolQuoteServer02.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
----------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\PipePoolQuoteServer03\PipePoolQuoteServer03.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
-------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\QuotesClientRazor01\QuotesClientRazor01.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
----------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\QuotesClientA\QuotesClientA.csproj
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>
----------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\QuotesClientB\QuotesClientB.csproj
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>
---------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\WebQuoteServer01\WebQuoteServer01.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
-----------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\NamedPipesApp01\NamedPipesApp01.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
------------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\NamedPipesRazorApp02\NamedPipesRazorApp02.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
-------------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\NamedPipesRazorApp03\NamedPipesRazorApp03.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
--------------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\NamedPipesRazorApp04\NamedPipesRazorApp04.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
---------------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\NamedPipesRazorApp05\NamedPipesRazorApp05.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
----------------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\NamedPipesRazorApp08\NamedPipesRazorApp08.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
------------------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\NamedPipesRazorApp081\NamedPipesRazorApp081.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
-------------------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln\NamedPipesRazorApp082\NamedPipesRazorApp082.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
---------------------------------------------------------------------------------------


четверг, 28 мая 2026 г.

NamedPipes, Quotes, Clients, Server, Gemini

NamedPipes, Quotes, Clients, Server, Gemini

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

D:\Projects\VS\26\Gemini\NamedPipesSln01\NamedPipesSln01.slnx

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

D:\Projects\VS\26\Gemini\NamedPipesSln01\CaUniClient021\CaUniClient021.csproj

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>
-------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln01\CaUniClient022\CaUniClient022.csproj
-------------------------------------------------------------------------
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>
--------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln01\CaUniClient023\CaUniClient023.csproj
------------------------------------------------------------------------------
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>
----------------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln01\CaUniClient024\CaUniClient024.csproj
-----------------------------------------------------------------------------------
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>
------------------------------------------------------------------------------------
D:\Projects\VS\26\Gemini\NamedPipesSln01\PipePoolQuoteServer03\PipePoolQuoteServer03.csproj
-------------------------------------------------------------------------------------
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>
---------------------------------------------------------








среда, 27 мая 2026 г.

NamedPipes, NamedPipeServer, NamedPipeClient, Interaction

NamedPipes, NamedPipeServer, NamedPipeClient, Interaction

D:\Projects\VS\26\CaNamedPipeServer01\NamedPipesSln.slnx

D:\Projects\VS\26\CaNamedPipeServer01\CaNamedPipeClient01\CaNamedPipeClient01.csproj

D:\Projects\VS\26\CaNamedPipeServer01\CaNamedPipeServer01\CaNamedPipeServer01.csproj

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

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>
--------------------------------
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>
----------------------------------

Aspire, NamedPipes, NamedPipesQuotes

Aspire, NamedPipes, NamedPipesQuotes

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

D:\Projects\VS\26\Aspire\AspireNamedPipesQuotesService01\AspireNamedPipesQuotesService01.slnx

D:\Projects\VS\26\Aspire\AspireNamedPipesQuotesService01\AppHost01\AppHost01.csproj

D:\Projects\VS\26\Aspire\AspireNamedPipesQuotesService01\CA.Qoutes.Client.Console01\CA.Qoutes.Client.Console01.csproj

D:\Projects\VS\26\Aspire\AspireNamedPipesQuotesService01\CA.Quotes.FeedSimulator01\CA.Quotes.FeedSimulator01.csproj

D:\Projects\VS\26\Aspire\AspireNamedPipesQuotesService01\CA.Quotes.Server01\CA.Quotes.Server01.csproj

D:\Projects\VS\26\Aspire\AspireNamedPipesQuotesService01\Quotes.Contracts\Quotes.Contracts.csproj

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

Aspire works

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

<Project Sdk="Microsoft.NET.Sdk">

  <Sdk Name="Aspire.AppHost.Sdk" Version="9.5.0" />

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <UserSecretsId>d0ca2f0b-625b-408f-b622-1539b811ffb8</UserSecretsId>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Aspire.Hosting.AppHost" Version="9.5.0" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\CA.Qoutes.Client.Console01\CA.Qoutes.Client.Console01.csproj" />
    <ProjectReference Include="..\CA.Quotes.FeedSimulator01\CA.Quotes.FeedSimulator01.csproj" />
    <ProjectReference Include="..\CA.Quotes.Server01\CA.Quotes.Server01.csproj" />
  </ItemGroup>

</Project>
--------------------------------------------------------------------

Client

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

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\Quotes.Contracts\Quotes.Contracts.csproj" />
  </ItemGroup>

</Project>
-----------------------------------------------------------------------
FeedSimulator
-----------------------------------------------------------------------
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\Quotes.Contracts\Quotes.Contracts.csproj" />
  </ItemGroup>

</Project>
------------------------------------------------------------------------
Server
------------------------------------------------------------------------
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.2" />
    <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.2" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\Quotes.Contracts\Quotes.Contracts.csproj" />
  </ItemGroup>

  <ItemGroup>
    <Reference Include="BusLibrary02.Core">
      <HintPath>..\..\..\..\WebService\BusLibrary02.Core\bin\Release\net10.0\BusLibrary02.Core.dll</HintPath>
    </Reference>
  </ItemGroup>

</Project>
------------------------------------------------------------------------------
Contracts
------------------------------------------------------------------------------
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

  <ItemGroup>
    <Reference Include="BusLibrary02.Core">
      <HintPath>..\..\..\..\WebService\BusLibrary02.Core\bin\Debug\net10.0\BusLibrary02.Core.dll</HintPath>
    </Reference>
  </ItemGroup>

</Project>
-----------------------------------------------------------------------------------


AspQuotesService01, NamedPipes,

AspQuotesService01, NamedPipes,

? does not work - нет зависимости Contracts

D:\Projects\VS\26\AspQuotesService01\AspQuotesService01.slnx

D:\Projects\VS\26\AspQuotesService01\Quotes.Client.Console\Quotes.Client.Console.csproj

D:\Projects\VS\26\AspQuotesService01\Quotes.FeedSimulator\Quotes.FeedSimulator.csproj

D:\Projects\VS\26\AspQuotesService01\Quotes.Server\Quotes.Server.csproj

AspQuotesService, NamedPipes, BusLibrary02.Core

AspQuotesService, NamedPipes, BusLibrary02.Core

D:\Projects\VS\26\AspQuotesService\AspQuotesService.slnx

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

D:\Projects\VS\26\AspQuotesService\CaQuotesService01\CaQuotesService01.csproj

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

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.2" />
    <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.2" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\Quotes.Server\Quotes.Server.csproj" />
  </ItemGroup>

  <ItemGroup>
    <Reference Include="BusLibrary02.Core">
      <HintPath>..\..\..\OtusCSharp250505\BusLibrary02.Core\bin\Release\net10.0\BusLibrary02.Core.dll</HintPath>
    </Reference>
  </ItemGroup>

</Project>
------------------------------------------------------------------

D:\Projects\VS\26\AspQuotesService\Quotes.Contracts\Quotes.Contracts.csproj
-------------------------------------------------------------------
<
Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net10.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Reference Include="BusLibrary02.Core"> <HintPath>..\..\..\OtusCSharp250505\BusLibrary02.Core\bin\Release\net10.0\BusLibrary02.Core.dll</HintPath> </Reference> </ItemGroup> </Project>
-------------------------------------------------------------------

D:\Projects\VS\26\AspQuotesService\Quotes.FeedSimulator\Quotes.FeedSimulator.csproj
-------------------------------------------------------------------
<
Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net10.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\Quotes.Contracts\Quotes.Contracts.csproj" /> </ItemGroup> </Project>
------------------------------------------------------------------------

D:\Projects\VS\26\AspQuotesService\Quotes.Server\Quotes.Server.csproj
------------------------------------------------------------------------
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <OutputType>Exe</OutputType>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.2" />
    <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.2" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\Quotes.Contracts\Quotes.Contracts.csproj" />
  </ItemGroup>

  <ItemGroup>
    <Reference Include="BusLibrary02.Core">
      <HintPath>..\..\..\OtusCSharp250505\BusLibrary02.Core\bin\Release\net10.0\BusLibrary02.Core.dll</HintPath>
    </Reference>
  </ItemGroup>

</Project>