• TILT- database–part 3

    The Azure options for creating a database are enough to stay to think about: I will create an Azure Sql Database – now more options To choose one should evaluate deeply https://docs.microsoft.com/en-us/azure/azure-sql/database/features-comparison And if you want to evaluate the cost,here are some prices: https://azure.microsoft.com/en-us/pricing/details/azure-sql-managed-instance/single/ I will go with Sql Managed instances When creating,the admin password…

  • TILT–specifications –part 2

    This is an application to store what I have learned today / each day . It will be one note string per day,note will be no more than 140 characters. It has tags – programming,life,and so on. Can add one link to the note. Can be saved on local ( desktop,mobile )or on cloud (…

  • Friday links 485

    (10) Kate Lister on Twitter: “How old were you when you realised your original plan of being really nice,working really hard,& taking on much more than you should in the hope you would be automatically rewarded for this without asking,was totally shit?” / Twitter The end of open source? | TechCrunch WiFi Card bndw/wifi-card: Print…

  • NetCoreUsefullEndpoints-4 Nuget package

    or NugetPackages there is a simple .NET Pack CLI command  and many configurations However,it is not so simple . See https://docs.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices . In practice,I have a readme.md file ( for showing on nuget.org ) and a readme.txt file( for the programmer to show help after installing the package) THis is what I have in the…

  • NetCoreUsefullEndpoints-3 CICD

    Now I find usefull that,every time that I push some code,the code is build and the nuget package is attached . So GitHub Actions to the rescue. There will be 2 GitHub actions – one for build and package,other for deploying to the Azure a test application This is the code for building. ( The…

  • NetCoreUsefullEndpoints-2–MVP

    So let’s start the implementation for user / error / environment. The only difficulty resides in the fact that IEndpointRouteBuilder is not defined into a usual library,but the dll csproj must contain <ItemGroup> <FrameworkReference Include=”Microsoft.AspNetCore.App” /> </ItemGroup> Otherwise,it is work as usual. For example,for seeing a user public static void MapUser(this IEndpointRouteBuilder route) { ArgumentNullException.ThrowIfNull(route);…

  • NetCoreUsefullEndpoints–1- Idea

    For every web Api that I produce I want to see if it is well configured . That means The error flows how it should,where it should ? ( API for error ) The user is authorized and authenticated ? What is the current environment that I have ? ( name of the host )…

  • Friday links 484

    https://twitter.com/seldo/status/1453094314439942149 Hitting the High Notes – Joel on Software LAWS OF THE UNIVERSE (2) – HILOBROW unjs/ohmyfetch: A better fetch API. Works on node,browser and workers. Transform Your Technical Expertise into Leadership keithwhor/audiosynth: JS Dynamic Audio Synth What is the CAP Theorem? | IBM Configure Azure Static Web Apps | Microsoft Docs www.jeli.io Ethereal Email

  • DIForFunctions–improving generating of a constructor for a existing class with Roslyn

    It is not so difficult to generate a new constructor for a existing class with Roslyn – however,there are some difficulties: 1. The original class must be declared “partial” – you cannot declare the second as partial if the first was not 2.  The new class must be in the same namespace ( or without…

  • Friday links 483

    Top 10 Advanced VS Code Settings for Senior Developers | by Dr. Derek Austin | Nov,2021 | JavaScript in Plain English Announcing .NET 6 – The Fastest .NET Yet – .NET Blog Lessons on ML Platforms — from Netflix,DoorDash,Spotify,and more | by Ernest Chan | Towards Data Science Feature Stores – A Hierarchy of Needs…

I am ok , you are ok