dotnetomaniak.pl - Artykuły z tagiem dajsiepoznac

Big updates related to the Warden project are coming this and the upcoming week. The first release (1.0.0) has just been published to the NuGet and additionally the Web Panel is almost completed. Not only the web interface will be available as a part of the repository, but also, it will be running in the Azure cloud in case you’d like to play with it or store your monitoring data without a need to provide own, hosting environment. And there is one more good news – Warden is getting a brand new logo.

[EN] Warden goes Azure and gets a logo | Piotr Gankiewicz

Daj się poznać 2016 2931 dni, 19 godzin, 46 minut temu spetz 28 źrodło rozwiń

Google lies... or we are bad with writing posts. Quick explanation how to set your docker with coreclr.

Źródło: michalogluszka.pl
Dziel się z innymi:
[EN] Docker with coreclr

Daj się poznać 2016 2931 dni, 19 godzin, 46 minut temu michalogluszka 64 źrodło rozwiń

Prosta metoda uzyskania wolnego portu, na którym można wystawic aplikacje.

Tagi: dajsiepoznac
Źródło: devblog.dymel.pl
Dziel się z innymi:
Find free TCP port in the system - Michał Dymel - DevBlog

In this post, I’d like to present the two simple Powershell scripts, that will let you create a secured (password protected zip archive) backup of the MSSQL or MongoDB databases and upload it either to the Azure or AWS cloud. By using such solution, you may actually save a few bucks instead of using some external, paid services like e.g. CherrySafe that do the same thing.

Powershell scripts for MSSQL or MongoDB backup to Azure & AWS | Piotr Gankiewicz

Daj się poznać 2016 2933 dni, 21 godzin, 43 minuty temu spetz 34 źrodło rozwiń

The latest, 6th watcher, has been recently added to the Warden library. It’s probably the simplest one, but it doesn’t mean it’s barely useful. The performance watcher has been created in order to measure the CPU & RAM usage, simple as that. Sounds interesting? If that’s the case, you might find the whole note useful then.

[EN] Measure your CPU & RAM usage with performance watcher | Piotr Gankiewicz

Daj się poznać 2016 2934 dni, 23 godziny, 51 minut temu spetz 37 źrodło rozwiń

Jak wybrac losowy port do hostowania np. mikro serwisu? Jaki zakres portow wybrac? Jak sprawdzic, czy port jest wolny?

Źródło: devblog.dymel.pl
Dziel się z innymi:
Find free port for your application - Michal Dymel DevBlog

In today’s post I’m going to briefly describe one of the latest watchers designed especially for the disk & file monitoring. If you’re looking for a new plugin to the Warden that will allow you to ensure e.g. that all of required files are available – you’ve found the right place.

[EN] Disk monitoring with Warden | Piotr Gankiewicz

Daj się poznać 2016 2941 dni, 1 godzinę, 37 minut temu spetz 48 źrodło rozwiń

Jak tworzyc dane testowe przy pomocy biblioteki AutoFixture oraz tworzenie mock'ów w testach z FakeItEasy

Źródło: devblog.dymel.pl
Dziel się z innymi:
Creating test data and mocking dependencies - Michał Dymel - DevBlog

Daj się poznać 2016 2941 dni, 1 godzinę, 37 minut temu Michal Dymel 60 źrodło rozwiń

Post/Redirect/Get or PRG in short is a common pattern used amongst many web applications, that was designed to prevent duplicate submissions of the forms. Not using such pattern may result e.g. in multiple transactions by POSTing the same form twice, which is something that we definitely do not want to see in our applications. Although, it’s quite easy to be implemented in it’s purest form, it’s a little bit more tricky if we want to save the input data provided by the user (let’s say the form has a lo...

Post/Redirect/Get with new ASP.NET 5 & MVC 6 | Piotr Gankiewicz

Daj się poznać 2016 2936 dni, 2 godziny temu spetz 150 źrodło rozwiń

O tym jak nie udalo mi sie ustawic portu, pod ktorym aplikacja ma byc dostepna przy uzyciu ASP.NET Core i w zwiazku z tym przejsciu na NancyFx

Źródło: devblog.dymel.pl
Dziel się z innymi:
ASP.NET Core Hosting Environemt - welcome NancyFx

Daj się poznać 2016 2942 dni, 2 godziny, 6 minut temu Michal Dymel 312 źrodło rozwiń

SendGrid is one of the most popular services for delivering the email messages. It allows sending both, the regular, plain text email messages as well as the templated ones (called “transactional”). On top of that, it has also some other cool features such as marketing templates. In this post, I’m going to describe the way that the Warden project has been integrated with this service.

[EN]Integration with SendGrid | Piotr Gankiewicz

Daj się poznać 2016 2943 dni, 20 godzin, 40 minut temu spetz 46 źrodło rozwiń

Kiedy zaczynałem prace nad Social Cooking myślałem, że wszystko mam w głowie i jak spiszę sobie tylko funkcjonalności, które chce dać użytkownikom to wystarczy do stworzenia całego systemu. Ostatnio jednak zacząłem implementować pierwsze widoki, pierwsze moduły i bardzo szybko okazało się, że jestem w błędzie.

Tagi: dajsiepoznac
Źródło: kduszynski.pl
Dziel się z innymi:
Dodawanie przepisów mockup – Wildpost

Daj się poznać 2016 2945 dni, 4 godziny, 9 minut temu wildcat89 61 źrodło rozwiń

Zmiana koncepcji na rozwiązanie problemu services registry w MiSeCo

Źródło: devblog.dymel.pl
Dziel się z innymi:
MiSeCo #9: Services Registry – Michał Dymel – DevBlog

Daj się poznać 2016 2944 dni, 1 godzinę, 54 minuty temu Michal Dymel 29 źrodło rozwiń

W poprzednim wpisie przyjrzeliśmy się kontrolerom oraz ich akcjom, natomiast teraz rzucimy okiem na filtry, czyli atrybuty, które można zastosować zarówno dla każdej z akcji jak i dla całego kontrolera. Atrybuty definiują nam sposób wykonania określonych akcji. W ASP.NET MVC mamy do dyspozycji kilka typów filtrów akcji:Filtry autoryzacji – są wywoływane na samym początku, przed pozostałymi filtrami i akcją. Decydują o możliwości wykonania metody po wcześniejszej autentykacji lub walidacji właściwości d...

Kontroler i filtry akcji - Jakub Skoczeń

Daj się poznać 2016 2946 dni, 13 godzin, 46 minut temu qbasko 82 źrodło rozwiń

Is gulp-load-plugins something useful or not? Reviewing...

Źródło: michalogluszka.pl
Dziel się z innymi:
[EN] gulp-load-plugins to simplify Gulp script

Daj się poznać 2016 2948 dni, 1 godzinę, 37 minut temu michalogluszka 28 źrodło rozwiń

Pierwsze dwa to jedne z ulubionych (a może dla niektórych znienawidzonych) skrótów w świecie IT. Trzecie to zagadnienie, które jest trochę jak UFO wszyscy o nim mówią, ale mało kto widział. Dzisiaj krótko, ale istotnie na ten temat w Social Cooking.

Źródło: kduszynski.pl
Dziel się z innymi:
SOLID, SRP i Refactoring – Wildpost

Daj się poznać 2016 2942 dni, 2 godziny, 6 minut temu wildcat89 286 źrodło rozwiń

Pagination is (should be) a well-known concept for most of the developers. Whether we want to execute an optimized query on a database that will fetch just a small subset of all available records or increase the web service throughput by returning less data than it’s needed – it all boils down to the efficient usage of the pagination. I’m going to present my approach to this mechanism, both for the MSSQL and MongoDB databases, yet it can be also used in any other scenario such as in memory pagination.

[EN] Pagination for MSSQL & MongoDB | Piotr Gankiewicz

Daj się poznać 2016 2948 dni, 22 godziny, 23 minuty temu spetz 75 źrodło rozwiń

MiSeCo #8: Service discovery methods ?>michalComments 0 Comment This is an 8th post in a series about MiSeCo – a project I am working on for the “Daj się poznać” challenge (in Polish). So far I have implemented a way of calling service methods remotely over HTTP protocol. Currently, service URL is hard-coded in the application. I need to find a way to allow services register automatically so that very little configuration is needed. Initially, I wanted to create MiSeCo in the way that there is no c...

Źródło: devblog.dymel.pl
Dziel się z innymi:
[EN] Service discovery methods in microservices architecture – Michał Dymel – DevBlog

Daj się poznać 2016 2948 dni, 22 godziny, 23 minuty temu Michal Dymel 53 źrodło rozwiń

In my latest post, I’ve stated that one day I’d like to provide some kind of UI for the users, that would visualize what’s going on in their system that is being monitored by the Warden. As you may have noticed, this special day has come quite fast. In this post, I’ll present the first prototype of the web interface design (that took me just a couple of minutes to complete).

Warden Web Panel – UI prototype | Piotr Gankiewicz

Daj się poznać 2016 2950 dni, 2 godziny, 6 minut temu spetz 75 źrodło rozwiń

CSRF czyli Cross-Site Request Forgery jest to w skrócie zmuszenie przeglądarki ofiary do wykonania nieautoryzowanej akcji (za pomocą żądania HTTP). Ofiarą jest zalogowany do serwisu użytkownik. Celem takiego ataku może być podmiana danych w formularzu lub też wykonanie innej akcji np. stworzenie konta użytkownika z uprawnieniami admina. Wypadałoby się przed tym zabezpieczyć tworząc aplikacje webową. Na szczęście mechanizm zabezpieczeń otrzymujemy w ASP.NET MVC out of the box Pokażmy to na przykładzie....

Źródło: jakubskoczen.pl
Dziel się z innymi:
Zabezpieczenie przed atakami CSRF w ASP.NET MVC - Jakub Skoczeń

Daj się poznać 2016 2948 dni, 22 godziny, 23 minuty temu qbasko 146 źrodło rozwiń

1 2 3 4 5 6

Najaktywniejsi w tym miesiącu