This post describes how to achieve database transaction, on a request level, with Autofac DI and ASP.NET WebApi.
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.
npm is the most popular package manager in JavaScript ecosystem. I’m sure that huge number of our readers may be familiar with this tool, because it’s probably your daily driver when it comes to adding new libraries and frameworks to your projects. Besides its heavily used ‘install’ command, npm also contains some equally important utilities which are especially useful for people creating and maintaining npm-based packages. In today’s post I want to show you how on...
HomepageAbout membershipSign inGet startedHomepagePaweł StadnickiBlockedUnblockFollowFollowing Triplets on board This post is a form of inquiry: if you like the conception presented here and feel that it may be relevant for more verbose audience, please share your toughts or just clap. If the subject turn to be not only my solitary perception, I will move it to the dedicated page and elaborate the subject extensively. This post is also my first public blog post ever (and in a foreign language — mind...
Page Object pattern is well-known in the world of test automation. Fortunately the new version (v4) of webdriver.io test automation framework was designed with Page Object pattern in mind, so we can fully benefit from this approach. One of advanced concepts of Page Object pattern is components sharing – today we will take a closer look at this.
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.
Piotr Szymura software engineer FollowWrocław Email Twitter LinkedIn GitHub Stackoverflow Not so hot way Typical structure for example project looks something like this:components/ TodoList.js containers/ TodoContainer.js reducers/ todoReducer.js actions/ todoActions.js constants/ todoContants.js selectors/ todoSelectors.js sagas/ todoSaga.js index.js Files are grouped by technology roles not by features....
Podstawowe informacje o message broker i rabbitmq z uzyciem easynetq jako klienta.
13/11/2017 ~ Jarosław Stadnicki Konfiguracja aplikacji bez ifowania w kodzie? Tak, wszystko dzięki dobrym i mądrym „chłopakom” z Microsoftu. Czytam o dotnet core oraz o tym jak można dobrze ustawić konfiguracje aplikacji od środowiska na którym zostanie uruchomione i chce się z wami podzielić tą wiedzą, uważam że pomoże ona wam (mi też) w lepszym i czytelniejszym przygotowywaniu konfigurowaniu. Poniżej kilka przykładów na to jak do tego tematu podejść.Konfiguracja aplikacji na podstawie plików: ...
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.
18/11/2017 ~ Jarosław Stadnicki ASP MVC Routing potrafi cuda, dzisiaj o jednym z nich. Otóż w prosty sposób można zdefiniować routing, który łapać będzie żądania, które nie pasują do wcześniej zdefiniowanych reguł. Należy uważać oczywiście na kolejność definiowania routingów, bo wpływa ona na zachowanie aplikacji. Pierwszy pasujący do wzorca, będzie brany pod uwagę. Core gra trochę inaczej ale to zaznaczę w tekście. Gwiazda Obsługę dziwnych linków, kota na klawiaturze, problemu jąjąjąkaniem się na k...
WebAssembly jest nowym rodzajem języka, który może być uruchomiony w nowoczesnych wersjach przeglądarek internetowych. WebAssembly, nazywany też WASM, to język niskopoziomowy, który działa z szybkością zbliżoną do rozwiązań natywnych i pozwala na kompilację kodu napisanego w C/C++ do kodu binarnego działającego w przeglądarce internetowej. Co również ważne, WebAssembly jest opracowywany jako otwarty standard webowy, nie jest w żaden sposób opatentowany ani chroniony prawami autorskimi. Nad całością proje...
Using strong wildcard You can reserve all hostnames on given port. Thing to remember is that even if there is another service that is reserving url on the same port without wildcard - all http requests will go anyway to service that is using strong wildcard. Sometimes example is more than thousand words://Service #1using(We...
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.
Półtora roku temu, kiedy zdecydowałem, że czas skupić się w pełni na front-endzie, zauważyłem wśród moich znajomych programistów dziwne poruszenie. Front-end? Kolorowe przyciski i zabawa w grafika? Przecież dopiero co zostałeś programistą, a teraz przeskakujesz na front-end? Tak – tej gałęzi programowania można zarzucić wiele. Niektórzy sprowadzą ją do kwiatków w JSie żeby pokazać, że na front-endzie nie ma miejsca na aplikacje z prawdziwego zdarzenia.
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.
A few days ago I faced an interesting problem. In a nutshell, I had one interface implemented by three classes...
When I browse StackOverflow questions tagged with selenium label, a lot of them are related to the problem of clicking on page elements. It seems to be one of the most trivial tasks, but can cause a lot of problems. Very often invoking Click() action on webelement ends with exceptions (there is a wide range of them). The main reason is that element on which we try to click is not in “Interactable” state. There is a lot of different factors that can cause that situation:Element has zero dimension (width ...
This post explores how the HEAD method is handled by ASP.NET Core and proposes solutions to some problems.
Na Microsoft Ingnite aż tłoczno od nowinek technologicznych w ekosystemie Microsoftu. Mnie najbardziej interesuje Azure Functions więc chciałbym się z wami podzielić tymi najciekawszymi: