-
Crash Course on Angular
Who is addressed to This tutorial is aimed to HTML/Javascript/CSS programmers with at least 6 months experience. This will help them to build application with Angular. The class will be taken by Andrei Ignat,C# MVP for 6 years,https://forums.asp.net moderator and OpenSource contributor( you can find his AspNetCoreImageTagHelper mentioned on https://github.com/aspnet/Mvc ). More details at his blog at http://msprogrammer.serviciipeweb.ro . What it contains Day 1…
-
Friday Links 356
Richardson Maturity Model Five RESTFul Web Design Patterns Implemented in ASP.NET Core 2.0 Part 1: Content Negotiation Sending Direct Messages using SignalR with ASP.NET core and Angular | Software Engineering Creating a Finite State Machine Distributed Workflow with Service Fabric Reliable Actors · James Sturtevant GoogleCloudPlatform/container-diff: container-diff: Diff your Docker containers The Twelve-Factor App fsharp…
-
Crash Course on .NET Core 3.0
Who is addressed to This tutorial is aimed to C# programmers with at least 6 months experience. Also,they should have at least 6 months experience with HTML / CSS / Javascript .. This will help them to understand .NET Core 3 and how to build applications with the .NET Core framework The class will be…
-
Friday Links 355
Geeksltd/VSIX.TidyCSharp Elasticsearch,Kibana and Docker using .NET Standard 2 – CodeProject Humpty Dumpty and Programming What are your favorite Rstudio addins? – RStudio IDE – RStudio Community Some new time series packages | Rob J Hyndman Mapzen Flex · Mapzen Functions with R and rvest: A Laymen’s Guide – peterjgensler – Medium Docker-izing your work in…
-
Caching data backend–.NET Core–part 49
We have 2 options to cache data: One in webAPI,one when returns from database. For WebAPI,I have read https://docs.microsoft.com/en-us/aspnet/core/performance/caching/response?view=aspnetcore-3.1 and https://docs.microsoft.com/en-us/aspnet/core/performance/caching/middleware?view=aspnetcore-3.1 It is also important to read the conditions for caching : https://docs.microsoft.com/en-us/aspnet/core/performance/caching/middleware?view=aspnetcore-3.1#conditions-for-caching ( e.g. only GET or HEAD is cached) It is just very easy – see github commit https://github.com/ignatandrei/InfoValutar/commit/b8d38658b5135e4d3c93da78f77ffb9f01376829 Also,can be tested by…
-
Caching data frontend- Angular interceptors for Observable–part 48
Now I want to cache data for fast loading site- if it comes next time with the same browser,should have some data returned fast – and then load from HTTP. So first return from cache,then make the request So I need to create an HTTP interceptor to cache things- fortunately,Angular already provide tutorial about this:…
-
[ADCES] Plugins .NET Core and Combining SaaS,PaaS & IaaS Realtime Micro-Communications
Today I have a presentation about .NET Core Plugins . See you at 7 PM here : https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/267162162/ ( The code for the demo is here: https://github.com/ignatandrei/Presentations/tree/master/2020/NETCore3Plugins ) Waiting for you!
-
RxJS–Unsubscribe automatically –part 47
I am searching for a simple method to unsubscribe from Observables. Some of methods are detailed here : https://blog.bitsrc.io/6-ways-to-unsubscribe-from-observables-in-angular-ab912819a78f I do not want remember to unsubscribe being forced to use html ( the async pipe) take operator – I want later to cache first data and then make the http call first operator – same…
-
Friday Links 354
edent/SuperTinyIcons: Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos daneden/animate.css: A cross-browser library of CSS animations. As easy to use as an easy thing. Animate.css Seth’s Blog: Reading at work Current State of the NewSQL/NoSQL Cloud Arena – Simple Talk The Best Request Is No Request,Revisited…
-
Routing angular with .net core and RxJs switchmap- part 46
Now the problem is that the route works if I access first the index.html file,but it does not route when entered directly Trying to get from SPATemplate https://github.com/ignatandrei/InfoValutar/commit/a364dc57653ac2ba04ab0596f1540a8f9fdb73f6 However,this will redirect ALL routes to index.html – including swagger and API. Trying to learn more – looking at the code. I have observed that I…
I am ok , you are ok