-
Friday Links 342
aspnet/WebHooks: Libraries to create and consume web hooks on ASP.NET Core gallery.htmlwidgets.org Scalable and Performant ASP.NET Core Web APIs: Load Testing | Carl’s Blog 8 Things to Monitor During a Software Deployment Uber simple uber app written using loads of stuffz – CodeProject On Productive Software Development Teams | The Shade Tree Developer Top REST…
-
Presentation .NET Core3 Wha’s New
From the presentation: C# 8.0 What’s new Reference: https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-8 https://github.com/dotnet/csharplang/blob/master/meetings/2017/LDM-2017-03-08.md Demos: Default Interface Inheritance Multiple Interface Inheritance Switch Deconstruct Other demos: UsingUsage StaticLocalFunctions(); Nullable(); Version(); Indexes(); NullCoalescing(); .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: AsyncEnumerable WPF COM Build ( trim,single file) Diamond hell with plugins See NetCore3WhatsNew.sln and AssemblyLoadingUnloadingDiamond.sln ASP.NET Core What’s new Reference:…
-
Friday Links 341
My Microservices FAQ Analyse #trend Twitter Data With rtweet Package from R – data science ni bai’ clauswilke/dataviz: A book covering the fundamentals of data visualization. Fundamentals of Data Visualization Some datasets for teaching data science · Simply Statistics Cartographic Explorations of the OpenStreetMap Database with R | R Géomatique riatelab/cartography: Thematic Cartography Dockerized Shiny…
-
Learning PowerBI
Just for my memory,this is how I started learning PowerBI: 1. Download PowerBI Desktop https://powerbi.microsoft.com/en-us/desktop/ 2. Make sure you have the QuickStart https://docs.microsoft.com/en-us/power-bi/desktop-quickstart-connect-to-data 3. Read the tutorials /samples from https://docs.microsoft.com/en-us/power-bi/desktop-what-is-desktop 4. Goto https://appsource.microsoft.com/en-us/marketplace/apps?page=1&src=office&product=power-bi-visuals and be sure that you see RUN in PowerBI Desktop all visuals created by Microsoft ( each visual has a downloadable…
-
Friday Links 340
rdvojmoc/DinkToPdf: C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF. krasimir/evala: Clock,Weather,Terminal … 520;0 🙂 xtermjs/xterm.js: Full xterm terminal,in your browser | Font Awesome Top REST API Best Practices – CodeProject Mapping The Global Metal Scene Using Leaflet and R DataExplorer: Fast Data Exploration With Minimum Code…
-
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…
I am ok , you are ok