• Friday Links 387

    khizmax/libcds: A C++ library of Concurrent Data Structures 10+ Brutally Honest Illustrations About Modern Life By The World’s Most Cynical Artist | Bored Panda WindowsTemplateStudio/CONTRIBUTING.md at master · Microsoft/WindowsTemplateStudio corefx/coding-style.md at master · dotnet/corefx dotnet/codeformatter: Tool that uses Roslyn to automatically rewrite the source to follow our coding styles Ghostscript lawsuit: Federal court rules in…

  • Software Application As Commodity–Excel–part 1

    From the beginning of my programming I was pissed by the repetitive tasks. Most of the software for the business implies a database ( for me,it was mostly SqlServer – but can be also IBM DB2,Oracle,others) and making a GUI for CRUD operations. Agree,the initial CRUD GUI was improving over time with business requirements  –…

  • Friday Links 386

    Object Oriented JavaScript Class Library in C#/.NET Style – CodeProject JocysCom/JsClasses: Object Oriented JavaScript Class Library in C#/.NET Style Cloud Design Patterns | Microsoft Docs NonFactors/MVC6.Grid: Grid controls for ASP.NET Core projects How to write a functional analysis | Medialon www.codeproject.com Emotional Intelligence Has 12 Elements. Which Do You Need to Work On? inconshreveable/ngrok: Introspected…

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

I am ok , you are ok