dotnetomaniak.pl - Artykuły z tagiem Asp.Net Core

Sometimes there is a valid reason to serve static files from the application instead of CDN. In such cases it's important to remember about performance. This post describes one of optimizations which can be applied.

Tagi: Asp.Net Core
Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Using subdomain based pipeline branching for static files delivery optimization in ASP.NET Core

Web 2184 dni, 11 godzin, 25 minut temu tpeczek 37 źrodło rozwiń

Sometimes you need to acquire client originating IP address in your web application. This post shows how this can be done in ASP.NET Core, taking into consideration running behind proxies (including Akamai and CloudFlare).

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Acquiring client originating IP address (with Akamai and CloudFlare support) in ASP.NET Core

Web 2191 dni, 9 godzin, 54 minuty temu tpeczek 10 źrodło rozwiń

How to create model from existing database in Entity Framework Core - ASP.NET Core

Źródło: fildev.net
Dziel się z innymi:
EF Core - Code First with existing database ASP.NET Core

Narzędzia 2209 dni, 11 godzin, 51 minut temu fildev 106 źrodło rozwiń

ASP.NET Core comes with out-of-the-box support for server side in-memory response caching. This post shows how to replace in-memory approach with Redis and address durability and load balancing.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Redis backed response caching in ASP.NET Core

Web 2234 dni, 8 godzin, 5 minut temu tpeczek 89 źrodło rozwiń

Clear-Site-Data is a hard which can be used to instruct a browser to clear locally stored data. This post explores how it can be combined with sign out in ASP.NET Core.

[EN] Clearing site data upon sign out in ASP.NET Core

Web 2245 dni, 23 godziny, 42 minuty temu tpeczek 41 źrodło rozwiń

This post discusses WebSocket lifetime and how to handle prematurely closed connections.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Back to WebSockets fundamentals in ASP.NET Core - Lifetime & Prematurely closed connections

Web 2261 dni, 9 godzin, 3 minuty temu tpeczek 83 źrodło rozwiń

This post shows lesser known features of Web Push Protocol - Replacing Messages and Urgency.

[EN] Push Notifications and ASP.NET Core - Part 3 (Replacing Messages & Urgency)

Web 2279 dni, 10 godzin, 41 minut temu tpeczek 72 źrodło rozwiń

In my last post, I wrote about great HTTP client for .NET Core called RestEase and I showed how to use it as a simple proxy between API Gateway and microservice. Today I’ll present how this library can also simplify writing part of integration tests.  Unit test vs integration test I assume that for some of you the term „integration test” may sounds odd, therefore I’d like to explain it first to avoid the possible confusion with a unit test later in this artic...

Źródło: foreverframe.net
Dziel się z innymi:
Writing integration tests for ASP.NET Core app with xUnit, RestEase and TestHost - Forever F[r]ame

Sztuka programowania 2283 dni, 11 godzin, 1 minutę temu dpawlukiewicz 149 źrodło rozwiń

Push API and Web Push Protocol specifications allow for delivering push notifications even when client is offline. This post shows how to request delivery of push message.

[EN] Push Notifications and ASP.NET Core - Part 2 (Requesting Delivery)

Web 2294 dni, 1 godzinę, 23 minuty temu tpeczek 65 źrodło rozwiń

Push API and Web Push Protocol specifications allow for delivering push notifications even when client is offline. This post shows how this capabilities can be used in ASP.NET Core.

[EN] Push Notifications and ASP.NET Core - Part 1 (Push API)

Web 2300 dni, 12 godzin, 9 minut temu tpeczek 339 źrodło rozwiń

POST Tunneling is a technic which can be used when client doesn't support certain HTTP methods or infrastructure blocks them. This post shows how to support it in ASP.NET Core.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] POST Tunneling Middleware for ASP.NET Core

Web 2322 dni, 11 godzin, 28 minut temu tpeczek 64 źrodło rozwiń

Save-Data request header is a client hint which indicates that client would like to reduce data usage. This post shows how it can be used in ASP.NET Core MVC.

[EN] Utilizing Save-Data client hint in ASP.NET Core MVC

Web 2340 dni, 9 godzin, 3 minuty temu tpeczek 42 źrodło rozwiń

This post shows how conditional requests can be used in ASP.NET Core MVC powered Web API to improve performance and avoid Lost Update problem.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Handling conditional requests in ASP.NET Core MVC

Web 2357 dni, 10 godzin, 51 minut temu tpeczek 92 źrodło rozwiń

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 2370 dni, 14 godzin, 26 minut temu tpeczek 45 źrodło rozwiń

A few days ago I faced an interesting problem. In a nutshell, I had one interface implemented by three classes...

Źródło: foreverframe.net
Dziel się z innymi:
ASP.NET Core - Resolving proper implementation in runtime using Autofac - Forever F[r]ame

Web 2375 dni, 10 godzin, 15 minut temu dpawlukiewicz 140 ź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 2385 dni, 11 godzin, 40 minut temu tpeczek 74 źrodło rozwiń

Written by Dawid Sibińskion As you may know, in my MoneyBack Xamarin.Android application I’ve used SQLite as the local db management system. Recently I’ve added an ASP.NET Core web solution to my GitHub repository in order to create back-end API for my mobile app. I wanted to have database hosted on a remote server and Android application to synchronize its data with it. Then I started wondering… and decided to make a deeper research first. As I wrote in my post summing up DajSiePoznac2017 comp...

Źródło: www.dsibinski.pl
Dziel się z innymi:
Xamarin.Android – ASP.NET web api synchronization – research – Dawid’s blog

Architektura 2394 dni, 12 godzin, 22 minuty temu dsibinski 36 ź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 2400 dni, 12 godzin, 52 minuty 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 2412 dni, 13 godzin, 50 minut temu tpeczek 38 źrodło rozwiń

Last week I mentioned that together with .Net Core 2.0 we got something that makes my jaw drop. This “little” feature that made me feel slightly uncomfortable is Raroz Pages. In this post, I will show you what it really is or, in fact, what it is not 😊 and if we should be afraid of it... At first glance, you may think that Razor Pages are Microsoft’s attempt of coming back to the ASP.Net WebForms. Which I, unfortunately, still deal with damn too often so b...

Razor Pages (ASP.Net Core 2.0) – a step back or a great idea? – A Girl Among Geeks

Web 2424 dni, 12 godzin, 8 minut temu AGirlAmongGeeks 239 źrodło rozwiń

1 2 3 4 5 6 7

Najaktywniejsi w tym miesiącu