Porównywanie wartości zmiennych to jedna z podstawowych operacji każdego języka programowania. Często przyjdzie nam sprawdzić czy w danej kolekcji jest dokładnie n-elementów, czy parametr przekazany do funkcji ma dokładnie taką wartość o jaką nam chodzi, albo czy jedna wartość jest większa od drugiej.
W TypeScript 2.3, który pojawi się w maju. Jedną z nowych możliwości, dostępnych w języku, będzie możliwość korzystania z generatorów. TypeScript goni z zmianami w pojawiającymi się JavaScript.
In today’s post, I’d like to present a dozen of minimalistic samples that you can make use of within ASP.NET Core application. Starting from simple things like options, through middleware, databases and even Nginx or Docker. These samples are part of the upcoming event “Thursday with .NET” that I’ll be part of on Thursday 20.04.2017.
W trakcie naszej przygody z programowaniem zetknęliśmy się z książkami poruszającymi najróżniejsze tematy. Programowanie, branża IT, biznes, nowe technologie, design, rozwój osobisty, biografie znanych ludzi – było tego naprawdę mnóstwo. Wiele z nich zmieniło sposób w jaki teraz myślimy i podchodzimy do nauki oraz pracy.
Nice journey behind us! You did really great job to be here with us in episode 6. We started this course with introduction where we tried to explain goal, rules and technology stack. Next we did core architecture of our application, few first features and we showed you basic concepts...
Recently I've been playing a lot with HTTP/2 and with ASP.NET Core but I didn't had chance to play with both at once. I've decided it's time to change that. Unfortunately the direct HTTP/2 support for Kestrel is still in backlog. Luckily Kestrel is not the only HTTP server implementation for ASP.NET Core.
W tym tygodniu wpis na blogu o nowym odcinku trochę opóźniony ze względu na problemy techniczne, ale będzie akurat na weekend żeby obejrzeć 🙂 Jak zwykle dużo dobrego ze świata Azure’a więc razem z Darkiem zapraszamy do oglądania! 🙂Posted on Author wisniaCategories Azure, Tydzien z AzureTags Azure, Tydzien z AzureLeave a Reply Cancel reply Your email address will not be published. Required fields are marked * Comment Name * Email * Website Post navigationPreviousPrevious post:Tydzień z Azure ...
First bunch of features are done and it’s time to look at very important matter – security. As long as we create apps only for ourselves we don’t care about it. Sometimes we release one of those applications somewhere on the Internet and we still don’t care about security. Why? We forgot o...
Siemanko Ostatnio zakupiłem polecaną przez kilka znanych osobistości w polskim community książkę „Microservices in .NET Core” gdyż temat mnie interesuje i postanowiłem przyjrzeć sie temu bliżej. We wstępie autor informuje iż w stacku technologicznym wykorzystywanym w przykladach w książce góruje Nancy, której au...
44 odcinek naszego internetowego show już w Internetach! 🙂 Odcinek o tyle inny bo pod nieobecność Darka godnie zastępował go nikt inny jak Michał Furmankiewicz! Reszta pozostaje bez zmian – czyli porcja soczystych newsów Azure’owych dla Was! Zapraszamy do oglądania!Posted on Author wisniaCategories Azure, Azure Backup, Azure Site Recovery, DocumentDB, Linux, Tydzien z Azure, Virtual MachinesTags Azure, documentdb, Tydzien z AzureLeave a Reply Cancel reply Your email address will not be published. Requ...
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.
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..
Taadaam! Azure nie śpi więc nie śpimy i my, i nowy odcinek “Tydzień z Azure” dostarczamy Wam pilnie i na czas 🙂 Jak zwykle pełen przekrój nowości zarówno dla programistów jak i administratorów oraz newsy, które przydatne są dla obu grup 🙂 W końcu jesteśmy ponad podziałamy i Azure łączy nas wszystkich! Zapraszamy do oglądania! 🙂Posted on Author wisniaCategories Azure, Azure Functions, Linux, MySQL, SQL Database, Storage, Tydzien z Azure, Virtual Machines, Visual StudioTags Azure, hackaton, MySQL, prem...
Tworzyłeś kiedyś mikroserwis w C# przy pomocy NancyFx/Quart.Net? Zastanawiałeś się, jak to może wyglądać w F#? Zapraszam do lektury :)
Ostatnio z Darkiem wpadliśmy w niezły rytm więc odcinki pojawiają się co tydzień i ten nie jest wyjątkiem 🙂 Dlatego jak zwykle zapraszamy serdecznie do oglądania, komentowania, udostępniania! 🙂 Oglądaj!Posted on Author wisniaCategories Azure, SQL Database, Tydzien z AzureTags Azure, Tydzien z AzureLeave a Reply Cancel reply Your email address will not be published. Required fields are marked * Comment Name * Email * Website Notify me of follow-up comments by email. Notify me of new posts by...
Czym są ataki Cross Site Request Foregery i jak się przed nimi zabezpieczyć w ASP.NET Core ?
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!
The "Encrypted Content-Encoding for HTTP" aims at providing standard solution for encrypting the contents of a HTTP message so that when the payload is stored, only someone with the appropriate key can read it. In this and next post I'm going to show how it can be used with HttpClient.
In ASP.NET Coreweb.config is no longer a proper place for storing application settings. New framework introduces the concept of a json based configuration and the default file which stores the settings now is appsettings.json. Here is a quick tutorial how to use new features...
Azure jest świetną platformą chmurową, ma dużo opcji i dość sensowny panel administracyjny. Jego główną wadą jest cena, choć dla dużych firm nie będzie ona stanowiła problemu. Studenci zaś mogą skorzystać z darmowej oferty Microsoft Azure for Students. Jednak aby uruchomić moją aplikację F# + Suave na Azurze musiałem się nieco namęczyć.