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

Długo nosiłem się z wyborem biblioteki do edycji plików graficznych. Wymagania, które musi spełniać to: szybkość, dostępność na .NET Core dla Windows, Linux i macOS oraz bezpieczeństwo. Ostatecznie zdecydowałem się na ImageSharp. Aktualnie jest ona jeszcze w fazie alpha, ale bardzo szybko się rozwija i do tego posiada już funkcjonalności, które są mi potrzebne.

Źródło: pawelskaruz.pl
Dziel się z innymi:
ImageSharp - Edycja plików graficznych w .NET Core – Paweł Skaruz o dotnecie i bezpieczeństwie

Daj się poznać 2017 2583 dni, 14 godzin, 34 minuty temu paw3lx 74 źrodło rozwiń

The amount of transferred data matters. On one hand it often contributes to the cost of running a service and on the other a lot of clients doesn't have as fast connections as we would like to believe. This is why response compression is one of key performance mechanisms in web world.

[EN] Extending ASP.NET Core response compression with support for Brotli

Web 2586 dni, 17 godzin, 10 minut temu tpeczek 21 źrodło rozwiń

We’ve got prepared working ASP.NET Core application with whole frontend stuff set up. You can think – it’s good moment to start working on features. You’re right, but still we’ve got some things to do before we’ll be able to focus only on features. In this episode we’re going to show you some basic concepts..

Getting started on ASP.NET Core & React - episode 04 - PoznajProgramowanie.pl

Web 2590 dni, 17 godzin, 57 minut temu AdrianBystrek 105 źrodło rozwiń

W ostatnich dwóch postach opisałem konfigurację środowiska pracy oraz generowanie projektu przy pomocy Yeomana. Po tym wszystkim nareszcie można usiąść do pisania kodu. Opiszę plany na aplikację, bibliotekę Dropzone.js oraz jak wykonać upload pliku w ASP.NET Core.

Źródło: pawelskaruz.pl
Dziel się z innymi:
StegoCore - podsumowanie po 2 tyg., Dropzone.js oraz upload w ASP.NET Core – Paweł Skaruz o dotnecie i bezpieczeństwie

Daj się poznać 2017 2593 dni, 18 godzin, 56 minut temu paw3lx 59 źrodło rozwiń

Displaying builds list from TeamCity on ASP.NET Core page

Źródło: kkalinowski.net
Dziel się z innymi:
TeamCity integration with C# and RestEase

Daj się poznać 2017 2594 dni, 2 godziny, 44 minuty temu kkalinowski 58 źrodło rozwiń

All Polish companies are present in a system called CEIDG (in English: Central Registration and Information on Business). It provides a simple API – so far so good. To integrate with it, you have to register in their system, where you are asked about...

How to get data of all the Polish companies – A Girl Among Geeks

Daj się poznać 2017 2593 dni, 14 godzin, 16 minut temu AGirlAmongGeeks 144 źrodło rozwiń

Czym są ataki Cross Site Request Foregery i jak się przed nimi zabezpieczyć w ASP.NET Core ?

Źródło: mickl.net
Dziel się z innymi:
ASP.NET Core vs ataki typu XSRF

Web 2605 dni, 18 godzin, 16 minut temu mickl 115 źrodło rozwiń

What’s up, back-end master? Did you finish previous episode with fully working application, with configured database and tested accounts system? I hope so, because now it’s time for the front-end! As you may know from our introduction post, front-end of our application will be mostly based on React. But that’s not all!

Getting started on ASP.NET Core & React – episode 03 - PoznajProgramowanie.pl

Web 2605 dni, 18 godzin, 16 minut temu AdrianBystrek 115 źrodło rozwiń

O tym, dlaczego niezwalidowane przekierowania nie są najlepszym pomysłem i jak przekierowywać użytkownika w bezpieczny sposób w ASP.NET Core.

Źródło: mickl.net
Dziel się z innymi:
ASP.NET Core vs ataki typu Unvalidated Redirects and Forwards (OWASP Top 10 #1)

Web 2611 dni, 3 godziny, 37 minut temu mickl 129 źrodło rozwiń

Prepare backend environment and working ASP.NET Core project with memebership system

Dziel się z innymi:
Getting started on ASP.NET Core & React - episode 02 - PoznajProgramowanie.pl

Web 2609 dni, 16 godzin, 4 minuty temu AdrianBystrek 139 źrodło rozwiń

Pisząc w Angularze logikę wraz z warstwą prezentacji możemy reużywać tworząc dyrektywy. A co jeśli widoki budujemy na serwerze ? W ASP.NET można skorzystać z nowego mechanizmu View Components.

Źródło: mickl.net
Dziel się z innymi:
ASP.NET Core: View Components – kontrolki z logiką w tle

Web 2612 dni, 1 godzinę, 22 minuty temu mickl 315 źrodło rozwiń

The web socket protocol is currently the most popular one for pushing data to browsers, however it's not the only one. The Server-Sent Events (SSE) is a very interesting alternative which can provide better performance for specific use cases. In this post I'm going to show it can be used with ASP.NET Core.

[EN] Server-Sent Events (SSE) support for ASP.NET Core

Web 2620 dni, 18 godzin, 51 minut temu tpeczek 195 źrodło rozwiń

We’d like to show you how to create a modern web application based on well-known, widely used technologies, but at the same time we’d like to ask you if you can forget for a moment about technologies. From our perspective, the path you will follow during incoming posts will be the biggest value for you.

Getting started on ASP.NET Core & React - episode 01 - PoznajProgramowanie.pl

Web 2623 dni, 43 minuty temu AdrianBystrek 171 źrodło rozwiń

Jedną z ważniejszych nowości w najnowszym ASP.NET jest middleware. Zbieżność nazw z mechanizmem w nodejs nie jest przypadkowa. Do czego więc służy i czym się różni od ActionFilter ?

Źródło: mickl.net
Dziel się z innymi:
ASP.NET Core: Middleware vs ActionFilters

Web 2620 dni, 18 godzin, 51 minut temu mickl 289 źrodło rozwiń

Po co wiele razy pobierać te same zasoby ? Czym się różni Vary od ETag-a ? Jakie inne narzędzia wspomagające cache'owanie dostarcza ASP.NET Core ?

Źródło: mickl.net
Dziel się z innymi:
HTTP Caching w ASP.NET Core

Web 2626 dni, 13 godzin, 5 minut temu mickl 240 źrodło rozwiń

Some time ago I've written about HtmlHelper providing support for Content Security Policy. The solution presented worked well, but it required quite nasty markup. With ASP.NET Core MVC there is a new tool for this kind of tasks - TagHelpers.

Tagi: Asp.Net Core, CSP
Dziel się z innymi:
[EN] Content Security Policy in ASP.NET Core MVC - TagHelper

Inne 2684 dni, 4 godziny, 9 minut temu tpeczek 67 źrodło rozwiń

As we all know, JavaScript world is one of the fastest growing. New frameworks appear and soon after die because of capabilities or outdated solutions. The example here is knockout.js (which I really loved by the way) – an excellent MVVM framework with dependency injection, two-way data binding e.t.c which was eaten by Google’s child called Angular. In the meantime React JS happened and all these great frameworks like Ember or Polymer. In early 2016, all frontend geeks waited for the new awesome framewor...

Źródło: foreverframe.pl
Dziel się z innymi:
[EN] Meet Aurelia & CLI - Forever F[r]ame

Web 2725 dni, 2 godziny, 6 minut temu dpawlukiewicz 56 źrodło rozwiń

One of the cool feature in ASP.NET 5 (before renaming to ASP.NET Core) or more precisely in dnx was tracking all code changes without recompiling whole project (Microsoft used to call that In-Memory compilation). Why is that so cool? Well simply, it’s way more comfortable than it used to be, and it makes our development faster. Now the good news is that it’s not gone. I mean, if you run your .NET Core application (with Ctrl+F5, not F5) using IIS Express, you can change your code in Visual Studio, then sa...

Źródło: foreverframe.pl
Dziel się z innymi:
[EN] Tracking code changes in ASP.NET Core using dotnet-watch - Forever F[r]ame

Web 2769 dni, 3 godziny, 55 minut temu dpawlukiewicz 98 źrodło rozwiń

Sposób na upload plików z angular2 do asp.net core - living on the cutting edge ;)

Źródło: devblog.dymel.pl
Dziel się z innymi:
How to upload a file (image) from angular2 to asp.net core - Michal Dymel - DevBlog

Web 2771 dni, 6 godzin, 33 minuty temu Michal Dymel 98 źrodło rozwiń

Opis konfiguracji projektu opartego o ASP.NET Core i Angular2

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

Web 2771 dni, 6 godzin, 33 minuty temu Michal Dymel 646 źrodło rozwiń

1 2 3 4 5 6 7

Najaktywniejsi w tym miesiącu