Sign inAbout ITNEXTWrite for ITNEXTEvents & VideosSUMMITVacancies @ LINKITRun multiple DBMS and C# Containers Behind an HAProxy Load Balancer with Docker Compose. Test Scaling with Different Number of InstancesChristian ZinkFollow·7 min read In the previous article, you created a microservice architecture and manually implemented application-layer database sharding. Now, you will scale the application and run multiple container instances of the microservice and databases. You will use Docker Compose ...
HomeBlogHire MeIntroduction Continuing with my series on using HTMX with ASP.NET Core, I want to demonstrate how you can implement infinite scrolling. For this example, we are working with an application that displays a list of tweets. The Razor markup that displays this list is pretty straightforward. I loop through a list of tweets and, for each tweet, I show the username and avatar. I also display the content of the tweet and the time it was posted.
Mini Kurs ASP.NET Core API dla aplikacji Quizowej czyli niedoszły Kurs Blazor WebAssembly to mój konik. To jak zmienia świat, to jak zmienia technologie ciągle mnie fascynuje. Naturalnym w .NET następstwem jest Blazor. Chciałam więc stworzyć pełen kurs Blazora napisz sobie APInapisz aplikację Server Side Blazorzmień aplikację na Client Side Blazoroczywiście pamiętaj o reużywaniu kodu czyli Blazor Componentsno to jeszcze aplikację mobilną Blazor Bindingsa może Blazor jest do kitu? aplikacja Angular Taki...
Sztuka programowania 1542 dni, 11 godzin, 6 minut temu 103 źrodło rozwiń
Co zrobić, jak api nie chce nam zadziałać pod debuggerem z powodu błędów certyfikatu. Może komuś uratuje kilka minut na szukanie rozwiązania.
Da się zrobić, aby autofac i asp net core web api się polubiły- czyli nauka webapi.
Akka.NET is quite opinionated in terms of persistence. Paraphrasing Henry Ford’s famous quote: You can persist your data any way you want in Akka.NET, so long as you use event sourcing. But what if you don’t want to? Perhaps the problem you are trying to solve doesn’t overlap with this particular mental model, and yet you think you can still gain a lot by leveraging Akka. Then you have to bake your own solution. In this blog post, I would like to show you one way of integrating Akka.NET with an ORM. To k...
Programowanie rozproszone 2216 dni, 10 godzin, 25 minut temu 131 źrodło rozwiń
Prosty sposób na połączenie biblioteki Nlog z Elasticsearch w ASP.NET Core
I usually pass configuration to my web API via JSON files, but recently I needed to pass them also via command-line arguments. As the solution for ASP.NET Core 2.x is quite different than for ASP.NET Core 1.x I decided to describe both methods in here.
How to start with Docker on Windows with ASP.Net Core.
Programowanie rozproszone 2595 dni, 12 godzin, 20 minut temu 161 źrodło rozwiń
Written by Dawid Sibińskion I’ve recently been presented a concept of initializing the database (creating or re-creating it) with Unit Test method. Initially I thought it’s a non-sense, but after a while of taking a deeper look… The method of initializing the database I mentioned was used with Entity Framework Core in ASP.NET Core project, where Code First database creation approach was used. As you know, this approach implies that we create models (classes) representing our database entities i...
Pakiet nuget z kilkoma klasami, które ułatwiają życie przy pracy z aplikacjami ASP.NET Core
Pora na już drugą cześć cyklu o projektowaniu bezpiecznych aplikacji ASP.NET Core. Dzisiaj opowiem o ataku XSS, czym jest i co zrobić żeby nasza witryna była na niego odporna. Czym jest XSS? Najkrócej mówiąc jest atakiem na webaplikacje, polegającym na wstrzyknięciu do przeglądarki złośliwego kodu, najczęściej javascript.
Daj się poznać 2017 2723 dni, 1 godzinę, 52 minuty temu 104 źrodło rozwiń
Another post for Get Noticed competition where I describe progress on TeamScreen. This time - how to create team info plugin.
Daj się poznać 2017 2729 dni, 6 godzin, 57 minut temu 7 źrodło rozwiń
To send array values from table in view to controller as array class I’ll use JQuery and Ajax.
Daj się poznać 2017 2732 dni, 11 godzin, 9 minut temu 70 źrodło rozwiń
Gdy zaczynałem przygodę z aplikacjami webowymi, nie sądziłem, że istnieje aż tyle zagrożeń, na które trzeba zwrócić uwagę. Współczesne frameworki dają same w sobie wiele zabezpieczeń i o niektóre rzeczy nie musimy się już troszczyć. Jestem jednak pewny, że bardzo ważna jest świadomość niebezpieczeństwa na jakie są wystawione nasze aplikacje, a co dalej idzie nasi klienci. Tutaj narodził się pomysł serii „Bezpieczna aplikacja ASP.NET Core”. W każdej z części chciałbym opisać zagrożenie oraz sposób w jaki...
Daj się poznać 2017 2736 dni, 9 godzin, 58 minut temu 201 źrodło rozwiń
Another post for Get Noticed competition when I describe how to create simple health check dashboard using Warden
Daj się poznać 2017 2736 dni, 9 godzin, 58 minut temu 55 źrodło rozwiń
If you were looking for information about API versioning support for ASP.NET Core you’ve probably come across Microsoft.AspNetCore.Mvc.Versioning library. The library itself allows you to set up versioning in a couple of different ways, for instance, via attributes or via manual convention setup. All of this options are really nice but unfortunately, they have one significant drawback, namely, you have to set them up manually. As I tend to forget about th...
Jak przechwycić i przetworzyć zapytanie HTTP zanim dotrze do kontrolera ? Czym jest middleware, do czego służy i w jaki sposób stworzyć własne ? Odpowiedzi znajdziesz w tym krótkim wpisie.
Daj się poznać 2017 2743 dni, 4 godziny, 37 minut temu 159 źrodło rozwiń
Wbudowany sposob na obslugę X-Forwarded-For - przydatne w hostowaniu aplikacji ASP.NET Core za reverse proxy lub CDN
Daj się poznać 2017 2753 dni, 5 godzin, 54 minuty temu 34 źrodło rozwiń
Jak zaimplementować konfiguracje dla ASP.NET Core Middleware
Daj się poznać 2017 2756 dni, 11 godzin, 6 minut temu 73 źrodło rozwiń