• What’s new in .NET Core 3

    If you want to see what is new in .NET Core 3,please join tomorrow at https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/264063550/ . We will have talk about C# 8.0 What’s new Reference: https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-8 Demos: Default Interface Inheritance Multiple Interface Inheritance Switch Deconstruct Other demos: UsingUsage StaticLocalFunctions(); Nullable(); Version(); Indexes(); NullCoalescing(); See NetCore3WhatsNew.sln .NET Core What’s new Reference: https://docs.microsoft.com/en-us/dotnet/core/whats-new/dotnet-core-3-0 https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0/ Demos:…

  • Friday Links 339

    metmuseum/openaccess: The Metropolitan Museum of Art’s Open Access Initiative PDClipart.org – Public Domain Clip Art An Overview of JavaScript Testing in 2018 – welldone-software – Medium Mapping The Global Metal Scene Using Leaflet and R Top 15 Underutilized Features of .NET – CodeProject Design Patterns Archives – Page 2 of 3 – Automate The Planet…

  • .NET Core 3 – what impressed me

    This are the things that have impressed me: Async Streams ( think in conjunction with about EFCore / SignalR / gRPC / Observables)  .NET Default Interface members ( not appliable to classes  – so multiple inheritance is a problem just for interfaces…) Deconstruct – see a class from his properties Switch  – they improved Switch…

  • Friday Links 338

    Using CNTK and C# to train Mario to drive Kart | Bahrudin Hrnjica Blog CNTK 106 Tutorial – Time Series prediction with LSTM using C# | Bahrudin Hrnjica Blog Agile is Dead (Long Live Agility) How to maraaverickfy a blog post without even reading it Random Rupi: Generating Rupi Kaur-style poems in R with Markov…

  • 7 Windows native tools for developers

    Just to remember that Windows has some natively tools that can help in everyday tasks.. 1. PSR –   Steps Recorder  –  https://support.microsoft.com/en-gb/help/22878/windows-10-record-steps 2. Windows Sandbox – small,fast VM –  https://techcommunity.microsoft.com/t5/Windows-Kernel-Internals/Windows-Sandbox-Config-Files/ba-p/354902?WT.mc_id=thomasmaurer-blog-thmaure 3. Windows Terminal / Console https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701?activetab=pivot:overviewtab  –  has also Linux support 4. Containers in Windows – for Docker easy use: https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/ 5. WSL for Windows…

  • Friday Links 337

    Microsoft/GVFS: Git Virtual File System: Git at Enterprise Scale Ultimate Guide To App Monetization – How To,Stats & Insight CsConsoleFormat: Introduction – CodeProject NerdCats/LinqToQuerystring: A lightweight subset of oData querystring conventions that works with any IQueryable What’s New in webpack 4 Scotch ASP.NET Core background processing – Think Rethink The Art of the Lazy Product…

  • String interpolation for EFCore and Like

    I have had a problem with EF Core and String Interpolation – until I realized that was a problem with sp_executesql But let’s see the whole problem. ta EFCore supports string interpolation –  that means,if you give this code <context>.<table>.FromSql($”select blabla from table where id={id}”) it will transform into exec sp_executesql N’select blabla from table…

  • Friday Links 336

    Genymobile/scrcpy: Display and control your Android device Home · gnab/remark Wiki ekstroem/dataMaid: An R package for data screening The Indispensable Document for the Modern Manager | First Round Review Sqlite Browser A to-do list for new ASP.NET Core projects · Biarity Generating Certificates of Attendance Using R · Data Science Unplugged R Tip: Use [[…

  • Bingo Meetings- conclusion–part 25

    It was a nice journey  to make an application just with TypeScript and Node ecosystem.  There are some missing parts ( e.g. testing the GUI – e2e in JS parlance) However,some thoughts: The ecosystem does not have good support for mono-repository (in C# parlance,solution with multiple referencing projects ) Yarn Workspaces helps TypeScript compile should…

  • [ADCES] Today,19:30,Javascript

    Today at 19:30,https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/264063501/ Details Prezentarea 1:Titlu : ECMAScript 6,7,8Prezentator: Ciprian Chichirita,http://slides.com/ciprian-chichiritaDescriere : JavaScript – Prezentare funcționalități noiPrezentarea 2Titlu: Make code easier to read with Functional ProgrammingPrezentator: Cristi Salcescu,https://medium.com/@cristiansalcescuDescriere: The basic toolbox for list operations includes filter(),map() and reduce() methods.Point-free is a technique that improves readability by eliminating the unnecessary arguments.Pure functions are easier to understand.Functions…

I am ok , you are ok