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

It’s been almost a year since we – the members of the Noordwind teal organization started working on our own, fully open sourced project named Collectively, being the platform for the citizens that would help them report and discuss about things that are important for their community and environment. On the 15th of September, there will be a special event (including press conference) held in Kraków related to our platform as well, so please feel already invited. And now, let me introduce what the Collect...

Dziel się z innymi:
Collectively – an open source platform for the citizens | Piotr Gankiewicz

Architektura 2435 dni, 19 godzin, 22 minuty temu spetz 69 źrodło rozwiń

Ostatnie dwa posty wyszły nieco dłuższe niż zakładałem, więc dzisiaj będzie krócej. Stworzymy Azure Web App, na który następnie wrzucimy kod naszej aplikacji ASP.Net Core. Pominę część teoretyczną, ponieważ można ją znaleźć choćby tutaj i przejdę od razu to przykładu:Azure Web App Na potrzeby artykułu zakładam, że każdy posiada już konto na Azure oraz co najmniej subskrypcję Microsoft Imagine dla studentów, która pozwala na tworzenie Azure Web App. Aby utworzyć naszą aplikac...

Dziel się z innymi:
Deployment aplikacji ASP.Net Core w Azure Web Apps – Krystian Kolad – o .Necie i nie tylko

Web 2444 dni, 18 godzin, 19 minut temu krystiankolad 72 źrodło rozwiń

Debugging ASP.NET Core apps in Visual Studio Code is not as simple as in „Windows version” but it’s still pretty easy to setup. So if you have ever had some troubles with that, here’s an explanation of the entire process.  Adding configuration Before configuring VSC, you need to install C# extension if you don’t have it yet. I’d say, it’s a must-have for every .NET developer working with Code since it offers lots of features like IntelliSense, useful sni...

Źródło: foreverframe.net
Dziel się z innymi:
Debugging ASP.NET Core apps in Visual Studio Code - Forever F[r]ame

Narzędzia 2444 dni, 18 godzin, 19 minut temu dpawlukiewicz 58 ź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 2446 dni, 19 godzin, 38 minut 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 2458 dni, 22 godziny, 39 minut temu tpeczek 84 źrodło rozwiń

There are many different approaches to deal with failures in web apps. One of the most common is returning a result... The idea is simple. If the method fails because of validation or something else, the result tells it. The only thing we need is ifstatement an...

Źródło: foreverframe.net
Dziel się z innymi:
Dealing with failures using custom exceptions and ASP.NET Core middleware - Forever F[r]ame

Web 2464 dni, 10 godzin, 47 minut temu dpawlukiewicz 59 źrodło rozwiń

Recently, I was struggling with the SSO authentication. At first I did pick up JSON Web Token which of course is a legitimate option, however, I was forced to share the secret key between different parties, as I decided to use HMAC. Not so long ago I decided to switch to the RSA instead and I’d like to present you both solutions using ASP.NET Core.

JWT RSA & HMAC + ASP.NET Core | Piotr Gankiewicz

Sztuka programowania 2470 dni, 2 godziny, 46 minut temu spetz 138 ź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 2474 dni, 6 godzin, 8 minut temu tpeczek 71 źrodło rozwiń

Jak zbudować Continous Integration dla projektu ASP.NET Core przy pomocy dockera i Gitlab Pipelines

Źródło: devblog.dymel.pl
Dziel się z innymi:
ASP.NET Core in docker with GitLab Pipelines - Michal Dymel - DevBlog

Narzędzia 2484 dni, 14 godzin, 15 minut temu Michal Dymel 139 źrodło rozwiń

In my last article, I presented how to run Aurelia unit tests inside Bitbucket pipeline. What’s quite funny (or may be scary for some of you) is that few hours after publishing, Facebook presented to me an add with „great CI tool” called Buddy. Without much thought, I navigated to the project’s site and I felt in love immediately. Why? There’s one reason – it’s dead simple...

Źródło: foreverframe.net
Dziel się z innymi:
Building ASP.NET Core app with Buddy and Docker - Forever F[r]ame

Narzędzia 2484 dni, 14 godzin, 15 minut temu dpawlukiewicz 86 ź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 2487 dni, 5 godzin, 13 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 2503 dni, 6 godzin, 16 minut temu tpeczek 80 źrodło rozwiń

Since ASP.NET Core became a truly cross-platform framework, we’re free to use other environments such as Linux in order to host our applications. This is a great opportunity not only to reduce the possible licensing costs but also to try out a new environment. In the video tutorial below, I’ll show you how to build a Docker image using ASP.NET Core, publish it to the Virtual Machine running in the Digital Ocean and use Nginx to expose the app to the world.

Dziel się z innymi:
ASP.NET Core deployment using Docker, Nginx and Ubuntu Server | Piotr Gankiewicz

Sztuka programowania 2512 dni, 7 godzin, 15 minut temu spetz 298 ź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 2517 dni, 3 godziny, 34 minuty temu tpeczek 53 źrodło rozwiń

Prezentacja frameworka, który wspomoże nas w tworzeniu przejrzystej i funkcjonalnej dokumentacji dla API.

Źródło: foreverframe.net
Dziel się z innymi:
Documenting ASP.NET Core API with Swagger - Forever F[r]ame

Narzędzia 2518 dni, 4 godziny, 49 minut temu dpawlukiewicz 111 źrodło rozwiń

Parę tygodni temu Microsoft przedstawił wersje robocze „Application Architecture Guidance”, czyli poradników dotyczących architektury aplikacji budowanych przy wykorzystaniu narzędzi Microsoftu. Gratka dla każdego .Netowca.

Must have dla każdego .Netowca - Application Architecture Guidance - PoznajProgramowanie.pl

Architektura 2520 dni, 13 godzin, 7 minut temu AdrianBystrek 595 źrodło rozwiń

In this article, I’d like to guide you through the development process of the simple application named Depot. It was created for my presentation about using .NET Core in practice, which is a part of .NET Core Tour. The overall journey will last 10 steps, so get ready.

Dziel się z innymi:
Depot – building ASP.NET Core distributed application | Piotr Gankiewicz

Programowanie rozproszone 2547 dni, 18 godzin, 34 minuty temu spetz 78 ź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 2554 dni, 18 godzin, 43 minuty temu tpeczek 33 źrodło rozwiń

Dzisiaj chciałem podzielić się moimi doświadczeniami z użyciem biblioteki SignalR w projekcie .NET Core. Co prawda, nie mam jeszcze za dużo przykładów użycia w projekcie, ponieważ dopiero udało mi się zmusić ją do działania. Wydaje mi się jednak, że to co tutaj opiszę przyda się komuś, jeżeli napotka na podobne problemy co ja.

SignalR w ASP.NET Core – instalacja i uruchomienie – Michał Sakwa – Blog programistyczny

Architektura 2551 dni, 17 godzin, 22 minuty temu msakwa 1284 źrodło rozwiń

W dzisiejszym artykule postaram się opowiedzieć jak uruchomić aplikację ASP.NET Core w Dockerze na serwerze VPS. Docker jest narzędziem umożliwiającym uruchamianie procesów w odizolowanym środowisku nazywanym kontenerem. Kontener dostarcza procesowi wszystkich zależności czyniąc z niego autonomiczną jednostkę wykonującą określoną funkcję. Taki przenośny, wirtualny kontener można uruchomić na systemach Windows, Linux, macOS. W tym artykule opiszę jak zainstal...

Źródło: dotnetcore.pl
Dziel się z innymi:
ASP.NET Core Docker Deployment

Narzędzia 2562 dni, 17 godzin, 33 minuty temu Mariusz Jernalczyk 251 źrodło rozwiń

1 2 3 4 5 6 7

Najaktywniejsi w tym miesiącu