-
Friday Links 385
dawnlabs/alchemy: File conversion,all from the menu bar 5 ways to manage database schema changes in dotnet · Surfing the code ASP.NET Core Utils – nuget package available – Michal Dymel – DevBlog Best JavaScript Frameworks,Libraries and Tools to use in 2017 — SitePoint Beautiful errors – Ayende @ Rahien Covariance,Contravariance and Invariance in C# –…
-
Friday Links 384
Big Data: 33 Brilliant And Free Data Sources For 2016 caesar0301/awesome-public-datasets: An awesome list of high-quality open datasets in public domains (on-going). By everyone,for everyone! Big data sets available for free – Data Science Central 19 Free Public Data Sets For Your First Data Science Project – Springboard Blog Walmart Recruiting – Store Sales Forecasting…
-
[ADCES]Tracing Microservices with Activity & Connecting Azure App Service to a local DB
Tomorrow,11 august,19:00,ADCES will make another free event about Tracing Microservices with Activity & Connecting Azure App Service to a local DB . Presentation 1 : Activity,OpenTelemetry and Jaeger for tracing microservices Presenter: Andrei Ignat,http://msprogrammer.serviciipeweb.ro/ Description: A practical demo about tracing for multiple microservices with .NET Core Activity,OpenTelemetry and Jaeger. Presentation 2 : Securing the…
-
Friday Links 383
Simplest Possible ASP.NET Core Web Application in Docker for Windows Getting Started with ASP.NET Core JavaScript Services – Coding Flow CrossCutterN: A Light Weight AOP Tool for .NET – CodeProject keeper013/CrossCutterN: A light weight tool to inject customized AOP code into existing assemblies using IL weaving Control the Controller in ASP.NET MVC – Simple Talk…
-
Friday Links 382
Ten Unsung Visual Studio Time-Savers – Simple Talk Automate Testing and Running Apps with dotnet watch | ardalis How to Make $80,000 Per Month on the Apple App Store The 10 tools every modern developer should use | InfoWorld Management Time: Who’s Got the Monkey? Statistics in SQL: Pearson’s Correlation – Simple Talk A Guide…
-
HCV- Postmortem–part 8
As I look below,the code is a small part of what has been done – documentation,test,CI /CD The src folder has this number of lines / words ( obtained with Powershell Get-ChildItem -r “src” |?{!$_.PSIsContainer} | Select-Object { Get-Content $_.FullName | Measure-Object -Line -Word | Select-Object -Property Lines,Words } @{Lines=6; Words=6} @{Lines=20; Words=112} @{Lines=36;…
-
HCV–preparing for NuGet–part 7
Preparing a dll to be deployed to NuGet mneans to me: 1. XML documentation 2. Treat Warnings as errors 3. Adding sources to the nuget package 4. Versioning the package,adding description,licence and so on 5. Generating CD in artifacts 6. Deploying to NuGet 7. Adding Badge with Nuget and Licence to the readme Where…
-
HCV–automatic CI–part 6
I want the tests to be run automatically . And have a code coverage report. So Docker will be generating the report ( with coverlet.console and dotnet-reportgenerator-globaltool ). The GitHub Actions will be responsible with running this every time. The docs folder will be responsible of hosting it . The code for docker resides in …
-
HCV–adding test application–part 5
Now it is time to see a test application. For this I create a new .NET Core 3.1 ASP.NET application,add Xabaril ( to see the end result ) and add reference to my project. The Startup is: And so I figure out the fact that I should not hardcode the name of the…
-
Friday Links 381
.NET Core – Cross-Platform Code Generation with Roslyn and .NET Core Writing Concurrent Programs Using F# Mailbox Processors Research Blog: Accelerating Deep Learning Research with the Tensor2Tensor Library JS Excel,ES2015 edition – JSFiddle danielgerlag/workflow-core: Lightweight workflow engine for .NET Standard dotnet-state-machine/stateless: A simple library for creating state machines in C# code Simple State Machine –…
I am ok , you are ok