Oto lista ustawień oraz skrótów.
[EN]Don't do it now! Part 5. Hangfire details - job continuation with ContinueWith – IndexOutOfRange
Reading time ~3 minutes This is a fifth part of a series:part 1 - Why schedule and procrastinate jobs?part 2 - Overview of Hangfiepart 3 - Scheduling and Queuing jobs in Hangfirepart 4 - Dashboard, retries and job cancellationpart 5 - Job continuation with ContinueWithpart 6 - Recurring jobs and cron expressions Part 3 covered almost all functions in BackgroundJob class except for ContinueWith functions family. So here we go :) The fact that it has the same name as a System.Threading.Tasks.Task funct...
Architektura 2941 dni, 6 godzin, 49 minut temu 77 źrodło rozwiń
During the debugging session, I always had problems with complex structures. Preview most interesting properties were irritating, we need to expand a variable. In most cases, I tried to override ToString method. But it isn't always possible.
Witajcie, dzisiaj porozmawiamy o CSSie :) Opowiem czym jest viewport, co oznaczają wartości vw i vh oraz czym się one różnią się od %.
I haven’t publish any book review for a while. It does not mean I am not reading books anymore. I just didn’t feel that some of the books I read recently requires my recommendation, or I didn’t have any thoughts that I needed necessary to share right now. I have added a few books to my favorite books list though. Check them out! Working Effectively with Legacy Code deserves blog post because of a few reasons...
Sztuka programowania 2944 dni, 11 godzin, 37 minut temu 154 źrodło rozwiń
SharePoint, SPS I’ve been asked to create a simple static site on SharePoint. The requirements were to create a site without any SharePoint features. It seems easy to me. First I started to look what I have and what SharePoint can offer me. I started with creating a subpage called Test Site to create and test all changes here before I update the original site page. On the Site Settings exists nice section: Look and Feel. This section has a lot of things to do with SharePoint sites appearance. Bu...
It’s still over a month till the .NET Developer Days conference will take place in the Warsaw’s EXPO XXI, yet it’s a good time to start thinking which talks should one choose, as there will be 3 rooms A,B and C and the presentations will run in parallel.
In this post I will present the most popular Castle Windsor features encountered in typical enterprise applications.
Korzystając z (późnego)piątkowego popołudnia postanowiłem dodać ten wpis przed czasem. Co prawda jestem trochę śpiący, ale mam nadzieję że nie wpłynie to na jakość dalszej części tego wpisu :P. Tak, więc bez zbędnego przedłużania – zaczynajmy! W tym wpisie zajmiemy się stworzeniem szkieletu kodu naszej gry. Pierwszą rzeczą jaką należy zrobić, to oczywiście utworzenie pustego projektu MonoGame – dokładniej Cross Platform Desktop Project. W poprzednim wpisie tłumaczyłem mniej, więcej co jest od czego, w ...
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...
Masz potrzebę stworzenia prostego endpointu, który będzie Ci zwracał dane, a nie chcesz do tego tworzyć aplikacji webowej? Chcesz stworzyć joba, który będzie się wykonywał wtedy gdy coś wpadnie do Twojej kolejki? Użuj azure functions! Właśnie o azure functions w połączniu z F# jest ten post. Zachęcam do lektury :)
Opis konfiguracji projektu opartego o ASP.NET Core i Angular2
Sposób na upload plików z angular2 do asp.net core - living on the cutting edge ;)
Pisałem na początku lipca, czemu to warto wybrać się w październiku do Warszawy na konferencję .NET Developer Days. Obiecałem też wtedy konkurs, w którym wygrać będzie można jedną wejściówkę na to zacne wydarzenie. Najwyższa pora ten konkurs ogłosić. Wydaje się nie być nudny, więc zapraszam!
Wakacje się skończyły, z czasem więc jest już trochę gorzej. Jednak udało mi się go trochę wygospodarować, a co najważniejsze znalazły się też chęci. Zaczynam, więc w końcu serię pt. „Tworzymy grę Snake w Monogame” 😉 No właśnie, zanim zacznę serię chcę, żeby było jasne jak będzie ona wyglądać. Wymyśliłem to sobie tak, że podzielę ją (na co wskazuje sama nazwa) na kilka części. Każda z części będzie dokładała do naszej gry jakąś cegiełkę. Dzięki temu będę mógł dokładnie omówić wszystkie kwestie. Muszę ...
Po ponad półrocznej przerwie wracamy do nagrywania! Wohooo! 🙂 Będzie trochę inaczej dlatego zapraszam do komentowania czy tego typu plany są ok/nie ok i jak powinno być najlepiej. Zapraszam do oglądania! 🙂Posted on Author wisniaCategories App Service, Azure, Tydzien z AzureTags Azure, book, ksiazka, pci, sql data wearhouse, web appsLeave 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 b...
Reading time ~3 minutes This is the fourth part of a series discussing job scheduling and Hangfire details:part 1 - Why schedule and procrastinate jobs?part 2 - Overview of Hangfiepart 3 - Scheduling and Queuing jobs in Hangfirepart 4 - Dashboard, retries and job cancellation This part will cover few small topics:dashboardretriesmore technical part of the Hangfire.BackgroundJob class APIjob cancellationDashboard Let’s start with the administrative dashboard because it gives a good background for the ...
Architektura 2948 dni, 12 godzin, 2 minuty temu 55 źrodło rozwiń
Witajcie, zapraszam na drugi odcinek z serii “Narzędzia SQL Developera”. Dzisiaj pokazuję plugin Management Studio, który znacznie ułatwia wyszukiwanie różnych obiektów w bazie danych.
Od dawna (chyba od początku) w C# do dyspozycji mieliśmy słowo kluczowe out, służące do przekazywania parametrów na wyjście. Standardem stało się pisanie metod typu TryParse, które zwracają bool oraz wartość za pomocą parametru out, np....
Sztuka programowania 2950 dni, 10 godzin, 48 minut temu 358 źrodło rozwiń
APIs are used in every application. It is worth to take care of API documentation