понедельник, 18 сентября 2023 г.

Start Wpf Window from Asp.Net core

https://stackoverflow.com/questions/5762040/launch-wpf-from-asp-net-page-button-click

https://stackoverflow.com/questions/58163402/windows-service-does-not-start-wpf-application

https://stackoverflow.com/questions/5762040/launch-wpf-from-asp-net-page-button-click

https://stackoverflow.com/questions/75697310/host-an-asp-net-core-6-razor-pages-app-within-a-wpf-desktop-application

https://stackoverflow.com/questions/46879771/how-do-i-communicate-between-a-wpf-and-asp-net-application

Asp.Net, WebSocket, Http2, Support

https://learn.microsoft.com/en-us/aspnet/core/fundamentals/websockets?view=aspnetcore-7.0

Http/2 WebSockets support

Using WebSockets over HTTP/2 takes advantage of new features such as:

  • Header compression.
  • Multiplexing, which reduces the time and resources needed when making multiple requests to the server.

These supported features are available in Kestrel on all HTTP/2 enabled platforms. The version negotiation is automatic in browsers and Kestrel, so no new APIs are needed.

.NET 7 introduced Websockets over HTTP/2 support for Kestrel, the SignalR JavaScript client, and SignalR with Blazor WebAssembly.

 Note

HTTP/2 WebSockets use CONNECT requests rather than GET, so your own routes and controllers may need updating. For more information, see Add HTTP/2 WebSockets support for existing controllers in this article.

Chrome and Edge have HTTP/2 WebSockets enabled by default, and you can enable it in FireFox on the about:config page with the network.http.spdy.websockets flag.

https://learn.microsoft.com/en-us/aspnet/core/fundamentals/websockets?view=aspnetcore-7.0#add-http2-websockets-support-for-existing-controllers

Samples

https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/fundamentals/websockets/samples

Samples How 

https://learn.microsoft.com/en-us/aspnet/core/introduction-to-aspnet-core?view=aspnetcore-7.0#how-to-download-a-sample

WebSockets

https://learn.microsoft.com/en-us/aspnet/core/fundamentals/websockets?view=aspnetcore-7.0#sample-app


MiddleWare, Asp.Net

https://metanit.com/sharp/aspnet5/2.4.php

https://learn.microsoft.com/en-us/aspnet/core/fundamentals/middleware/?view=aspnetcore-7.0

вторник, 21 сентября 2021 г.

MS, React, Project, Tutorial, Metanit, aspnet, Core, doc

asp.netcore

https://docs.microsoft.com/ru-ru/aspnet/core/fundamentals/logging/?view=aspnetcore-5.0

https://opdhsblobprod01-secondary.blob.core.windows.net/contents/a47a571ecfc745d3b58be4483c18c5b1/3a9c450720ada3e1c54186dea9aefa21?skoid=29100048-1fa1-4ada-b0e0-e2aa294fc66a&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2021-09-30T04%3A52%3A48Z&ske=2021-10-07T04%3A57%3A48Z&sks=b&skv=2020-08-04&sv=2020-08-04&se=2021-10-02T08%3A50%3A53Z&sr=b&sp=r&sig=bATirSyS%2FSEejyK4EpoVzeyA%2FdihWkowsHtLVgWYcsg%3D

https://docs.microsoft.com/en-us/visualstudio/javascript/tutorial-asp-net-core-with-react?view=vs-2022

https://metanit.com/sharp/aspnet5/25.1.php

typescript with React, Angular, Vue, node.js, asp,net

https://opdhsblobprod01-secondary.blob.core.windows.net/contents/b7723308076447179610ee123efb2587/2e05420934397ca7e4cbe5fedddee8d1?skoid=29100048-1fa1-4ada-b0e0-e2aa294fc66a&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2021-09-18T05%3A29%3A09Z&ske=2021-09-25T05%3A34%3A09Z&sks=b&skv=2020-08-04&sv=2020-08-04&se=2021-09-23T06%3A55%3A33Z&sr=b&sp=r&sig=FQb94br9tnwWGahH4gnlEBnWTIf3e%2Bz1lGsaGfvOmZA%3D

https://docs.microsoft.com/ru-ru/visualstudio/javascript/tutorial-asp-net-core-with-react?view=vs-2022

вторник, 8 января 2013 г.