Strona głównaUżytkownik

tpeczek | użytkownik

tpeczek
tpeczek
1 685,64
937 dni, 7 godzin, 57 minut temu
6 grudnia, 2016
dotnetomaniak.pl

When IIS is used as reverse proxy for ASP.NET Core application it can alter the response. This post shows how to prevent one of such alterations - response compression.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Prevent IIS (and potentially other reverse proxies) from unexpectedly compressing ASP.NET Core response

Web 2368 dni, 14 godzin, 55 minut temu tpeczek 45 źrodło rozwiń

This post explores how the HEAD method is handled by ASP.NET Core and proposes solutions to some problems.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Exploring HEAD method behavior in ASP.NET Core

Web 2383 dni, 12 godzin, 10 minut temu tpeczek 74 źrodło rozwiń

This post shows how Redis can be used to solve the problem of SSE or WebSockets broadcasting for ASP.NET Core applications behind load balancer.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Server-Sent Events (or WebSockets) broadcasting in load balancing scenario with Redis

Web 2398 dni, 13 godzin, 21 minut temu tpeczek 48 źrodło rozwiń

This post shows how SSL Acceleration (Offloading) scenario can be supported in ASP.NET Core.

Tagi: Asp.Net Core, ssl
Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Supporting SSL Acceleration (Offloading) in ASP.NET Core

Web 2410 dni, 14 godzin, 19 minut temu tpeczek 38 źrodło rozwiń

This post explores various approaches to concurrent requests limit.

Tagi: Asp.Net Core
Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Implementing concurrent requests limit in ASP.NET Core for fun and education

Web 2433 dni, 12 godzin, 53 minuty temu tpeczek 62 źrodło rozwiń

This post explores subtle and undocumented difference regarding response compression and response buffering in ASP.NET Core depending on target framework.

[EN] ASP.NET Core, response compression, response buffering and subtle difference between .NET Framework and .NET Core

Web 2445 dni, 15 godzin, 54 minuty temu tpeczek 84 źrodło rozwiń

A number of browsers support WebSocket per-message compression out of the box. This post shows how it can be used in ASP.NET Core.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] WebSocket per-message compression in ASP.NET Core

Web 2460 dni, 23 godziny, 24 minuty temu tpeczek 71 źrodło rozwiń

This post focuses on Cross-Site WebSocket Hijacking vulnerability and how to protect against it.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Preventing Cross-Site WebSocket Hijacking in ASP.NET Core

Web 2473 dni, 22 godziny, 28 minut temu tpeczek 54 źrodło rozwiń

WebSocket is the closest API to a network socket available in browser. This makes it probably the most flexible transport which a web application can use. That flexibility comes at price. From WebSocket perspective the message content is opaque. This means that client and server must agree on application subprotocol. WebSocket provides a simple subprotocol negotiation mechanism which helps in that task.

[EN] WebSocket subprotocol negotiation in ASP.NET Core

Web 2489 dni, 23 godziny, 31 minut temu tpeczek 80 źrodło rozwiń

There is a number of Web APIs which allow measuring performance of web applications. The youngest member of that family is Server Timing API which allows communicating the server performance metrics to the client. This article shows how this API can be used in ASP.NET Core.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Feeding Server Timing API from ASP.NET Core

Web 2503 dni, 20 godzin, 49 minut temu tpeczek 53 źrodło rozwiń

On of the hardest parts of getting an open source project into state which allows others to use it effectively is creating documentation. This post shows how you can generate documentation directly from source code by using DocFx.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Generating documentation with DocFX as part of VS solution

Inne 2525 dni, 2 godziny, 32 minuty temu tpeczek 36 źrodło rozwiń

Google's Certificate Transparency project is an open framework for monitoring and auditing SSL certificates. Starting April 2018 Chrome will require compliance with Certificate Transparency. Expect-CT Extension for HTTP will introduce a way to test the Certificate Transparency policy and this article shows how it can be used once it arrives.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Preparing for Chrome's Certificate Transparency policy - Expect-CT with reporting in ASP.​NET Core

Web 2541 dni, 11 godzin, 59 minut temu tpeczek 33 źrodło rozwiń

ASP.NET Core comes with ready to use Cross Origin Resource Sharing support. The usage is very straightforward and nicely described in documentation, but what if there is a need to reconfigure the policy at runtime?

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Reconfiguring CORS policy in ASP.NET Core at runtime

Web środa, 26 kwietnia 2017 07:24:37 GMT tpeczek 26 spam? źrodło rozwiń

Recently I've been playing a lot with HTTP/2 and with ASP.NET Core but I didn't had chance to play with both at once. I've decided it's time to change that. Unfortunately the direct HTTP/2 support for Kestrel is still in backlog. Luckily Kestrel is not the only HTTP server implementation for ASP.NET Core.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] HTTP/2 with Server Push proof of concept for ASP.NET Core HttpSysServer

Web 2574 dni, 11 godzin, 36 minut temu tpeczek 58 źrodło rozwiń

The amount of transferred data matters. On one hand it often contributes to the cost of running a service and on the other a lot of clients doesn't have as fast connections as we would like to believe. This is why response compression is one of key performance mechanisms in web world.

[EN] Extending ASP.NET Core response compression with support for Brotli

Web 2592 dni, 1 minutę temu tpeczek 21 źrodło rozwiń

In previous post I've shown how HttpClient can be extended with payload encryption capabilities by providing support for aes128gcm encoding. In this post I'm going to extend Aes128GcmEncoding class with decoding capabilities.

Dziel się z innymi:
[EN] Supporting Encrypted Content-Encoding in HttpClient (Part 2 of 2) - Decoding

Web wtorek, 7 marca 2017 21:58:27 GMT tpeczek 8 spam? źrodło rozwiń

The "Encrypted Content-Encoding for HTTP" aims at providing standard solution for encrypting the contents of a HTTP message so that when the payload is stored, only someone with the appropriate key can read it. In this and next post I'm going to show how it can be used with HttpClient.

Dziel się z innymi:
[EN] Supporting Encrypted Content-Encoding in HttpClient (Part 1 of 2) - Encoding

Web 2611 dni, 1 godzinę, 7 minut temu tpeczek 41 źrodło rozwiń

The web socket protocol is currently the most popular one for pushing data to browsers, however it's not the only one. The Server-Sent Events (SSE) is a very interesting alternative which can provide better performance for specific use cases. In this post I'm going to show it can be used with ASP.NET Core.

[EN] Server-Sent Events (SSE) support for ASP.NET Core

Web 2626 dni, 1 godzinę, 42 minuty temu tpeczek 195 źrodło rozwiń

This is one of those "I had to explain this couple times already so next time I want something I can redirect people to" kind of post. What I want to write about is difference in behavior between using new() and DbSet.Create() for instantiating new entities.

Dziel się z innymi:
[EN] Entity Framework - new() vs DbSet.Create()

Inne 2633 dni, 22 godziny, 57 minut temu tpeczek 205 źrodło rozwiń

This is a follow up to my previous post on HTTP/2 Server Push which deep dives into subject of client side caching and explores the Cache Digest proposal.

Dziel się z innymi:
[EN] HTTP/2 Server Push and ASP.NET MVC - Cache Digest

Web 2658 dni, 1 godzinę, 39 minut temu tpeczek 96 źrodło rozwiń

1 2 3 4

Najaktywniejsi w tym miesiącu