One of the new features in HTTP/2 is Server Push. It allows the server to send resources to the browser without having to wait for the browser to request it. I don't intend to provide comprehensive information regarding HTTP/2 Server Push here as there is a lot of resources on the web doing that already, all I want is to play a little with Server Push in context of ASP.NET MVC.
Application Insights for Azure is the powerful tool to monitor our production environment. In this post I will present how to integrate it with Express framework.
Attribute routing (RouteAttribute) is a quite handy feature of ASP.NET MVC. It allows you to have nice looking URLs that everybody has already accustomed to and your client surely loves it. Plus it hides your true controller/action structure which sometimes might be desirable. But there's one catch. As your web app gets bigger and bigger, attribute routing might have a negative performance impact on your WHOLE website.
~ MJ Jasmine – behaviour driven develeopment framework służący do testowania kodu napisanego w javascripcie: Jasmine
Ten odcinek wyjątkowy, przedświąteczny – a wyjątkowy dlatego, że od teraz będziemy prowadzić go we 2 z Darkiem Porowskim! 🙂 Darek jako specjalista IT, DevOps będzie świetnie wypełniał ten zakres materiału, który w Azure pojawia się regularnie. W tym tygodniu wybraliśmy dla Was 6 newsów. Zapraszamy do oglądania! 🙂Posted on Author wisniaCategories Azure, Azure Backup, Azure Functions, CDN, Tydzien z Azure, Uncategorized, Virtual Machines, Visual Studio, Visual Studio Team ServicesTags a_v2, arm, azure b...
Zastanawiasz się o co chodzi z całym tym hałasem dotyczącym języka JavaScript? Czemu powstają o nim dziesiątki memów i żartów? Dlaczego ludzi poświęcają tysiące godzin na prelekcje dotyczące tej właśnie technologii? W dzisiejszym poście przedstawię Ci 10 powodów przez które język JavaScript jest w dzisiejszych czasach tak popularny.
In today’s post, we are going to explore another feature of the Aurelia framework or more precisely aurelia-fetch-client. So, in many cases, it would be nice to perform some specific actions when doing an AJAX request. For instance, before sending a request we want to log it into browser database like PouchDb. A more common example is calling a toastr on some error like 404, 500, 401. The problem with such a scenarios is that many developers duplicate their code in every single request/callback so they b...
Konferencje i meetupy programistyczne to jedna z najprzyjemniejszych części życia programisty. W ich trakcie możesz nie tylko poznać najnowsze technologie i rozwiązania z obszaru który cię pasjonuje, ale co zdecydowanie ważniejsze – możesz porozmawiać na żywo z programistami z innych firm, państw a nawet kontynentów.
I love T4MVC. It allows me to stop using those ugly magic strings while generating compile-time valid links or accessing resources from ASP.NET MVC views. It also has a very nice feature called IModelUnbinder. In short: it can translate action argument of any type into properly constructed link.
W tym tygodniu dużo usług osiągnęło status General Availability (GA), zatem z pełnym przekonaniem i wsparciem ze strony Microsoft można wykorzystywać je produkcyjnie! 🙂Azure SQL Database – 10-letnia retencja bakcupow https://azure.microsoft.com/en-us/blog/azure-sql-database-now-supporting-up-to-10-years-of-backup-retention-public-preview/App Service na Linuxie – wsparcie dla własnych obrazów kontenerow https://azure.microsoft.com/en-us/blog/app-service-on-linux-now-supports-containers-and-asp-net-core...
When coding web applications we sometimes come to the point when we need to perform some action during user’s navigation. One of the most common examples would be authorization and checking whether the user has appropriate roles. Fortunately, Aurelia provides an access to route pipeline so it’s super easy to add some extra steps Let’s get to work! Inspecting RouterConfiguration In order to add our custom pipeline steps, we need to create some routing for the application. I won’t describe the whole pr...
in i delete w JavaScript co i jak - dużo kodu mało tekstu :)
Article about automating web application accessibility testing using Selenium WebDriver
3 questions to ask before you start testing
Jak zapewnić wsparcie wielu języków w aplikacjach opartych o angular2
Niektórzy twierdzą, że PWA są rewolucją na miarę tej z 2005 roku, kiedy w przeglądarkach pojawił się AJAX. Nawet jeśli się z tym nie zgodzimy, to warto wiedzieć, co nowego mogą wnieść do naszych aplikacji webowych takie technologie, jak Service Worker czy CacheStorage API.
The best language for writing end-to-end tests and how to choose it wisely
W tym tygodniu krótki, ale treściwy odcinek Tydzień z Azure – trzy bardzo ciekawe nowości:Azure App Service na Linux-ie https://azure.microsoft.com/en-us/blog/azure-app-service-improves-node-js-and-php-developer-experience/Azure SQL Database – Temporal Tables https://azure.microsoft.com/en-us/blog/general-availability-temporal-tables-in-azure-sql-database/Azure Analysis Service – Preview https://azure.microsoft.com/pl-pl/blog/introducing-azure-analysis-services-preview/ Zapraszam jak zwykle do ogląda...
Jak skonfigurowac aplikacje Angular2 + ASP.NET Core z uzyciem Angular2 CLI
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...