dotnetomaniak.pl - Najnowsze artykuły o .NET w dziale Web - Strona 8

This post describes how to achieve database transaction, on a request level, with Autofac DI and ASP.NET WebApi.

Tagi: Autofac, WebAPI
Źródło: radblog.pl
Dziel się z innymi:
Autofac + ASP.NET – Shared transaction between ORMs on a request level | Radek Maziarka Blog

Web 2294 dni, 11 godzin, 9 minut temu Radosław Maziarka 133 ź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, 21 godzin, 55 minut temu tpeczek 339 źrodło rozwiń

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...

Tagi: console, npm
Dziel się z innymi:
Enhance your development workflow with npm link - PoznajProgramowanie.pl

Web 2305 dni, 20 godzin, 31 minut temu AdrianBystrek 42 źrodło rozwiń

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...

Źródło: medium.com
Dziel się z innymi:
Triplets: family of functional programming languages - in the same web project

Web 2305 dni, 20 godzin, 31 minut temu longer 41 źrodło rozwiń

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.

Page Object, WebdriverIO advanced concepts - components sharing

Web 2309 dni, 20 godzin, 58 minut temu AdrianBystrek 50 ź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, 21 godzin, 14 minut temu tpeczek 64 źrodło rozwiń

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....

Źródło: deaddesk.top
Dziel się z innymi:
React / Redux project structure - DeadDesk.top

Web 2322 dni, 21 godzin, 14 minut temu undernotic 107 źrodło rozwiń

Podstawowe informacje o message broker i rabbitmq z uzyciem easynetq jako klienta.

Źródło: fildev.net
Dziel się z innymi:
Message broker - RabbitMQ (EasyNetQ)

Web 2329 dni, 21 godzin, 23 minuty temu fildev 273 źrodło rozwiń

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: ...

Dziel się z innymi:
Konfiguracja aplikacji .net core - Jarosław Stadnicki

Web 2339 dni, 20 godzin, 41 minut temu macabre13 197 ź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, 18 godzin, 49 minut temu tpeczek 42 źrodło rozwiń

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...

Tagi: asp, core, mvc, rounting
Dziel się z innymi:
asp mvc routing gwiazda tematu - Jarosław Stadnicki

Web 2341 dni, 18 godzin, 56 minut temu macabre13 85 źrodło rozwiń

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...

Źródło: devenv.pl
Dziel się z innymi:
WebAssembly - nadciąga rewolucja - DevEnv

Web 2345 dni, 20 godzin, 5 minut temu devenv 304 źrodło rozwiń

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...

Źródło: deaddesk.top
Dziel się z innymi:
Url reservation in owin - DeadDesk.top

Web 2355 dni, 17 godzin, 7 minut temu undernotic 48 ź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, 20 godzin, 37 minut temu tpeczek 92 źrodło rozwiń

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.

Dziel się z innymi:
Czego nie wiesz o front-endzie - PoznajProgramowanie.pl

Web 2357 dni, 20 godzin, 37 minut temu AdrianBystrek 238 ź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 2371 dni, 12 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, 20 godzin, 1 minutę temu dpawlukiewicz 140 źrodło rozwiń

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 ...

Dziel się z innymi:
Why clicking with Selenium is so hard

Web 2381 dni, 21 godzin, 32 minuty temu cezarypiatek 105 ź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, 21 godzin, 26 minut temu tpeczek 74 źrodło rozwiń

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:

Źródło: radblog.pl
Dziel się z innymi:
Microsoft Ignite – 3 nowe możliwości Azure Functions | RadBlog

Web 2394 dni, 22 godziny, 8 minut temu Radosław Maziarka 66 źrodło rozwiń

1 2... 6 7 8 9 10 11... 52 53

Najaktywniejsi w tym miesiącu