• Connections strings to config

    I have the opportunity to work on some pretty old code . There were many projects,all that had a sort of connection string to the database.  This kind of code were in like > 11 places : string connectionstring = “Data Source=.\\SqlServer;Initial Catalog=myDB;Integrated Security=SSPI;”; The task was to modify this in something that could read…

  • Friday links 284

    OOP,FP,and object-relational impedance mismatch – Enterprise Craftsmanship C# and F# approaches to illegal states – Enterprise Craftsmanship ASP.NET Core: Using view injection | Gunnar Peipman – Programming Blog jamesknelson/junctions: Routing You Can Follow,for React JS unpkg anakic/Jot: Jot is a library for persisting and applying .NET application state. New Year,New Devs: Sharpen your C# Skills…

  • Circular references on .NET,Entity Framework and WebAPI

    Imagine having a class Department( ID,Name) and Employee ( ID,Name,IDDepartment) . You want to return in the WebAPI the Departments with the Employee . It is simple to wrote this code: But the problem is with circular references when serializing  : The Department has a list of  Employees  that have a Department that have a…

  • Friday links 283

    verekia/js-stack-from-scratch: Step-by-step tutorial to build a modern JavaScript stack from scratch The Clean Architecture | 8th Light Screaming Architecture | 8th Light Lazy async initialization for expiring objects | StrathWeb. A free flowing web tech monologue. Vertical Slice Test Fixtures for MediatR and ASP.NET Core | Jimmy Bogard’s Blog Event Sourcing: Awesome,powerful & different CQRS/MediatR…

  • Making Open Source Component from idea to deploy With examples from .NET Core

    I have written a booklet,   Making  Open Source Component,from idea to deploy,With examples from .NET Core   If you want to read it / or review it /  you ca find the link below Thank you [wpdm_package id=’2730′]

  • Friday links 282

    Use Docker Compose and Service Discovery on Windows to scale-out your multi-service container application | Virtualization Blog 5 open source alternatives to Trello | Opensource.com Air Purifying Plants: 9 Air-Cleaning Houseplants That Are Almost Impossible to Kill | Greatist 13 Useful Psychology Tricks That You Need To Know 21 Uncommon Romantic Gestures That Would Make…

  • Friday Links 334

    Setting up Application Insights took 10 minutes. It created two days of work for me. – Scott Hanselman An Overview of JavaScript Testing in 2018 | Codementor facebook/WebDriverAgent: A WebDriver server for iOS that runs inside the Simulator. GDPR Tools in SSMS » Iris Classon API Standard – Core Tech – Confluence.ea.com A code review…

  • Interpreter–part 7 of n–thank you

    In our days you cannot build a project without help from other projects.  So it is your project – it is build on the shoulder of others( https://en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants ) Add a third party notice and thanks others that contributes with components to your project. I have discovered https://github.com/KrystianKolad/DotnetThx  – and running it gives me that…

  • Friday links 281

    kswoll/WootzJs: C# to Javascript Compiler implemented via Roslyn Exploring Application Insights for disconnected or connected deep telemetry in ASP.NET Apps – Scott Hanselman SVG Charting Libraries – The Media Temple Blog A Linked Data Overview for Web API Developers Cognitive bias cheat sheet When Roman “Barbarians” Met the Asian Enlightenment – Medium madelson/MedallionShell: A .NET…

  • Interpreter–part 6 of n–Ecosystem/usage

    Series: http://msprogrammer.serviciipeweb.ro/2018/07/16/interpreterpart-1-of-n/ – Idea http://msprogrammer.serviciipeweb.ro/2018/07/23/interpreterpart-2-of-n/ – Coding http://msprogrammer.serviciipeweb.ro/2018/07/30/interpreterpart-3-of-n/ – Testing http://msprogrammer.serviciipeweb.ro/2018/08/06/interpreterpart-4-of-n/  – Deploy http://msprogrammer.serviciipeweb.ro/2018/08/13/interpreterpart-5-of-n/ – Documentation http://msprogrammer.serviciipeweb.ro/2018/08/20/interpreterpart-6-of-n/ – Ecosystem / usage     This is the latest – how do you use the component. In this case,the Interpreter is part of 2 separate projects : Stankins and AOP with Roslyn . Both uses this in…

I am ok , you are ok