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.
Najnowszy odcinek Tydzien z Azure dostępny! :) Zapraszamy do oglądania.
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.
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 ?
As you may know, there's a little problem with the attribute routing in ASP.NET MVC: generating a link (via Html.ActionLink) might get real slow when you've got hundreds of attributed actions. The answer to this issue is to use named routes, so instead of Html.ActionLink you use Html.RouteLink, but that's not quite handy, at least for me it isn't. Given that I'm used to T4MVC, it seems like a step back.
I’m a really big fan of Scott Hanselman and the way he manages his personal/work time. While watching his „soft” talk titled „Scaling Yourself” I was surprised when he described his way of answering some questions coming from all over the world (via email). He said that each of us has a limited number of keystrokes until we die so, it’s such a waste to write a dedicated email with long answer and examples in the code. Why? Because we could optimize that process and share our knowledge with other folks ou...
A method to test application on multiple browsers
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.
W poprzednich częściach pokazałem podstawy wyświetlania danych w nowym projekcie .net core – różnic nie było. Dzisiaj przeczytacie jak wysłać dane od użytkownika na serwer. Aby dodać nowy wpis na liście zadań musimy przejść do nowego widoku, w html służą do tego elementy , które można wygenerować w taki oto sposób: Ponieważ kod się powtarza skupiam się na tym co ważne. Razor trochę się zmienił, póki co zmiany są na lepsze i staje się bardziej czytelne. Stwo...
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 ?
Posted on by Tomasz Grabusiński ID tokens are used in OpenID Connect to login users into applications. With regards to the OpenID Connect specification the application must validate the ID token in order to ensure the token’s integrity and authenticity.
Dzisiaj o tym jak stworzyć nowy projekt w asp mvc – coś na rozgrzewkę, przed powrotem do częstszego pisania. Dopóki nowe visual studio nie zostanie oficjalnie wydane korzystać będę z wersji 2015. Nowy projekt tworze przez File|New|New Project. Następnie wybieram Templates|Visual C#|.Net Core|ASP.Net Core Web Application, Framework w wersji : OK. Potem zaznaczam jeszcze Web application, wyłączam tworzenie kont użytkownika oraz wyłączam opcje hostowania na azure – jeszcze nie czas n...
Chciałem zrobić animacje ładowania strony, która składa się z kulek, które falują. Jak zaplanowałem tak zrobiłem.
Najpopularniejszym frameworkiem webowym dla aplikacji .NET jest ASP.NET MVC. Pracując w C# sprawdza się on się świetnie, ale bazuje na obiektowym paradygmacie programowania, co nie do końca współgra z funkcyjnym podejściem F#. Na szczęście jest Suave, który pozwala na proste i funkcyjne pisanie aplikacji w F#.
This is a follow up to my previous post on HTTP/2 Server Push which deep dives into subject of client side caching and explores the Cache Digest proposal.
W której części aplikacji webowej swoją rolę odgrywa JavaScript? Pierwsza poprawna odpowiedź brzmi – w części aplikacji uruchamianej po stronie klienta – w końcu zajmuje się nim przeglądarka internetowa. To prawda, współczesna przeglądarka musi zawierać w sobie silnik do obsługi tego języka. Jest jednak druga, dla niektórych mniej oczywista odpowiedź – w części uruchamianej po stronie serwera bądź też uruchamianej jako odrębna usługa bez przeglądarki.
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
Polecamy
Nadchodzące wydarzenia
Najaktywniejsi

