• Friday Links 325

    How do I make calls to a REST api using c#? – Stack Overflow restsharp/RestSharp: Simple REST and HTTP API Client for .NET Working with Windows Containers and Docker: Save the Data – Simple Talk webgio/Rotativa.AspNetCore: Rotativa for Asp.Net Core Expression Tree Traversal Via Visitor Pattern in Practice – CodeProject How to Create a Runbook:…

  • VSCode and Docker

    I am super-excited about Docker – because it gives a new meaning about “ it works on my PC”! ( I have a presentation ready –   https://github.com/ignatandrei/presentations/tree/master/2019/shorts/DockerForDevs/ ) However,I want to state something more important: VSCode is now ready to open Docker Containers! You have to install: 1. Name: Docker Id: ms-azuretools.vscode-docker Description: Adds syntax…

  • Friday Links 324

    MediatR Pipeline Examples · Los Techies A simple explanation of NServiceBus and why you need it thangchung/awesome-dotnet-core: A collection of awesome .NET core libraries,tools,frameworks and software 5 Logstash Alternatives: See which fits which use-case. Code coverage in .NET Core with Coverlet | dotnetthoughts tonerdo/coverlet: Cross platform code coverage library for .NET Core 5 Uncommon C#…

  • Quality Links /Icons for your open source project

    A good  open source must show how good the source are  -without the reader to do investigation first. I decided to do an exhaustive inventory for my pet project Stankins. So you have here,in no particular order: Link to the Continous Integration – Azure Pipelines –  to let the user know that we build regularly…

  • Friday Links 323

    Today we mitigated 1.1.1.1 Exploring R Packages with cranly · R Views RemoteApp on Windows 7 | DrTritsch.com dotnet-tools/README.md at master · natemcmaster/dotnet-tools Aspect Oriented Programming (AOP) in C# with SOLID | DotNetCurry Why can’t FindWindowEx find another program’s window by name? – The Old New Thing Browser Extensions I Actually Use – The Media…

  • Dotnet Try

    I have wrote a blog post about DotNet CLI Tools I did not mention one that is super important: DotNet Try : https://github.com/dotnet/try You can see at https://github.com/dotnet/try how to install it . Or,to use in Docker,check my files to install in Docker https://github.com/ignatandrei/Presentations/tree/master/2019/shorts/NetCoreGlobalTools/dotnetTry   . To edit files in Docker,use Visual Studio Code with Docker and Remote Development and Docker extension.…

  • 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…

I am ok , you are ok