• Book–Console2SAAS–technical details and CD

    One of the important thing about creating a book is how to have fast feedback you see it after you write some texts. I decided to go like this: Each chapter will be in his own folder  ( https://github.com/ignatandrei/console_to_saas/tree/master/Chapter01,https://github.com/ignatandrei/console_to_saas/tree/master/Chapter02,and so on) . The content will be in the readme.md in each chapter folder ( to…

  • Book – Console 2 SAAS

    I have a passion to read – also a passion to teach . And to reach others,what is best than a book ? The idea of the book is how to pass from a Console application to a SAAS application –  with clear examples in .NET . I have written the book with the help…

  • Friday Links 397

    String Comparisons in SQL: The Metaphone Algorithm – Simple Talk Phil-Factor/SQLMetaPhone: A SQL implementation of the original MetaPhone soundex algorithm Building Better Entity Framework Applications – Simple Talk Generating Plots Automatically From PowerShell and SQL Server Using Gnuplot – Simple Talk Model Binding in ASP.NET Core – Simple Talk 9 lies programmers tell themselves |…

  • [ADCES] Presentation WebAPI Best Practices

    I was happy to see so much people yesterday at https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/273919756/. ( in the same time .NET 5 was launching… ) You can find my presentation at https://ignatandrei.github.io/Presentations/WebAPIBPprez.html and code at https://ignatandrei.github.io/Presentations/WebAPIBP.zip . Thanks for coming and waiting to see you again at https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/273633735/

  • [ADCES] Marti,10 noiembrie,ora 19:30

    Miine la ora 19:30 va fi o noua prezentare ADCES.  Vor fi doua prezentari 1. Claudiu Constantin,https://claudiu.blog/ – despre cum e sa treci de la programator la primar 2. Andrei Ignat ( ok,eu …) despre ce ar trebui sa contina orice proiect de WebAPI. O gasiti la adresa https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/273919756/ Va astept!

  • Friday Links 396

    probot/configurer: Pull Requests for GitHub repository settings facebook/WebDriverAgent: A WebDriver server for iOS that runs inside the Simulator. How to use NuGet packages even with PowerShell projects with Visual Studio 2015 | rostacik.net Daily chart: Measuring the cost of living worldwide | The Economist ProxiFy – Automatic Proxy DLL Generation – CodeProject Howto: (Almost) Everything…

  • SideCarCLI- console to dot net tool

    To create a .NET Tool,please read first https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create  Of course,all the  nuget additional formats for csproj apply: read https://docs.microsoft.com/en-us/dotnet/core/tools/csproj . Of course,the easy way to in Visual Studio to right click the project,properties,Package. This is the final xml from .csproj: <PropertyGroup>     <OutputType>Exe</OutputType>     <TargetFramework>netcoreapp3.1</TargetFramework>     <RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>     <PackAsTool>true</PackAsTool>     <ToolCommandName>sidecarcli</ToolCommandName>     <Title>SideCarCLI</Title>          <PackageOutputPath>./nupkg</PackageOutputPath>     <PackageId>sidecarcli</PackageId>     <Version>2020.111.104</Version>     <Authors>Andrei Ignat</Authors>     <Company>AOM</Company>     <Product>sidecarcli</Product>    …

  • SideCarCLI–looking at past and at future

    It was interesting to develop the project for command line same as for cloud design pattern,https://docs.microsoft.com/en-us/azure/architecture/patterns/sidecar . The problem were more about architecture organizing features to be easy understandable ,testing the application writing about   rather than  technical,about how to make the application. Other,it was a pretty simple project,that can be useful in  CI /…

  • SideCarCLI- diagram for how it is working

    Usually,a picture is better than words . So,I can explain how SideCarCLI works – or I can draw an image. The easiest way to draw an image is with  https://mermaidjs.github.io/ –  that has also a live editor at https://mermaid-js.github.io/mermaid-live-editor . The code for generating the picture is sequenceDiagram participant S as SideCar participant R as…

  • My GITHUB integrations / apps

    Github has integrations apps – means bots that automatically interacts with your repository. Those are the bots most used by me:   No Name Description 1 All Contributors https://github.com/settings/installations/7389985 Add contributions to the repository. Example at https://github.com/ignatandrei/netcoreblockly,see contributions added automatically 2 Img Bot https://github.com/settings/installations/310858 Automatically optimizes the images and creates a PR for them .…

I am ok , you are ok