• Friday Links 322

    Home – The Blinking Caret Why composition is superior to inheritance as a way of sharing code – The Blinking Caret IIS,colons in the URL and Angular named outlets – The Blinking Caret ORM-less Data Access in .Net Core – The Blinking Caret richardszalay (Richard Szalay) 10 Ways to Write a Great Software Developer Resume…

  • [PostEvent] Talks by Softbinator

    The organizers from Talk from Softbinator were kind enough to select me for a presentation. Again,my presentation about .NET Core and Angular Everywhere. Source Code at https://github.com/ignatandrei/angNetCoreDemo/  The presentation was supposed to take 1/2 hour – and it took 1 hour with all the explanations. Video at https://www.facebook.com/softbinator/videos/459024768242391

  • Correct abstraction–.NET Core IFileProvider

    Create the right abstraction and they will implement it. I was delighted by finding that the .NET Core has an IFileProvider : https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.fileproviders.ifileprovider?view=aspnetcore-2.2  . An obvious implementation is PhysicalFileProvider : https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.fileproviders.physicalfileprovider?view=aspnetcore-2.2 A not so obvious implementation,but normal from a programmers mind,is NullFileProvider: https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.fileproviders.nullfileprovider?view=aspnetcore-2.2 And,because we have already 2 providers,makes sense a CompositeFileProvider: https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.fileproviders.compositefileprovider?view=aspnetcore-2.2 And because…

  • Friday Links 321

    IHttpClientFactory Patterns: Using Typed Clients from Singleton Services – Steve Gordon JavaScript everywhere and Kafka – bringing unicorn technology to the enterprise | Bucharest A.D.C.E.S. Meetup (Bucharest,Romania) | Meetup Controllers as action filters in ASP.NET Core MVC | StrathWeb. A free flowing web tech monologue. Creating New Classes from Old with Mixins — Visual Studio…

  • [PostEvent] CodeCamp Timisoara

    I have been a presenter and participant at CodeCamp Timisoara. There are a lot of tracks with good information! As a participant,I can mention: Things you did not know about C# and .NET – with Marius Bancila CALMS in DevOps – with Adrian Suteu Making E2E tests great again using Cypress – with Omri Ben…

  • Simple serialize of encoding

    My problem was the serialize of the Encoding . Let’s suppose that we have a class that have a property Encoding( maybe to read a file ). We want to serialize this class in order to let the administrator/people to decide what will be the encoding. When we serialize( obvious,with NewtonSoftJson),we obtain this kind of…

  • Friday Links 320

    Making Your Website Faster and Safer with Cloudflare — SitePoint A quick and complete guide to TypeScript types – LogRocket facebook/Sonar: A desktop debugging platform for mobile developers. Damian Hickey aspnet-contrib Diagnosing network connectivity issues in a .NET application; or ‘How JavaScript really has taken over everything,including your network configuration’ | Liam Westley – London…

  • You should learn a framework–advice to starting programmers

    There are many posts about getting to learn programming. And,of course,all starts with the simple instructions: +,–,% … Then things get somehow more complicated learning modular programming ( or functional,if you do not use global variables …) After this,you start learning about classes and instances ( Plato is the master here) and overriding and deriving…

  • [PostEvent] HackTalks 2019

    I have been a presenter and participant at #HackTalks Timisoara. I have seen lots of interesting people that do great stuff. Also lots of programmers interested of how to do better programming. It is a good vibe and lots of knowledge sharing. As a participant,I can mention: https://www.facebook.com/hacktalks.ro/posts/823295824708035 : Container Orchestration in the cloud for…

  • Friday Links 319

    Build an Excel add-in using Angular | Microsoft Docs OfficeDev/generator-office: Yeoman generator for building Microsoft Office related projects. Creating a Help Generator for .NET Assemblies – CodeProject Why You Should Stop Depending On SQL Server Versions In Code – Brent Ozar Unlimited® A to-do list for new ASP.NET Core projectsBiarity Span<T> for Audio C# –…

I am ok , you are ok