• RSCG–AMS – About My software –work– part 2

    So now it is time to work at implementation This will be a standard RSCG –  generating code. I make also a test console to display the values. The implementation will consider the fact that we can have many Source Control providers – each one with his ideas about variables. So I made 2 classes…

  • RSCG–AMS – About My software –idea – part 1

    Every product should have an About page . In the About page should be listed The product name The version  of the product Link to latest version ? Built date+ time The commit ID The authors Link to the License Other components version and link to about Third Party notices Repository  link ( github,gitlab,…) Documentation…

  • Friday Links 430

    Examples of Layered Application Architecture Based on the Use of Sublayers Sets and a Hierarchy of Data Models – CodeProject How beautiful is your website ? | Myraah Visual Mind AI – Free Tool To Analyse Visual Quality Of your Website Eta | Eta BDD is like TDD if& | Dan North & Associates Showcasing…

  • MVP Again

    I am happy to be confirmed again as MVP for Developer Technologies: https://mvp.microsoft.com/en-us/PublicProfile/4025203?fullName=Ignat%20Andrei .

  • Benchmarking RSCG vs Reflection

    I make a microservices Buffet . In this I consider having email as a service . When the DevOps wants email,he can choose between various plugins ( simple smtp email,gmail,exchange,others). Those plugins can have various properties – that must be edited by the primary administrator of the microservice. The properties can be discovered at runtime…

  • Friday Links 429

    Changelog CI � Actions � GitHub Marketplace Performance Improvements in .NET 5 | .NET Blog Are C# 9 records immutable by default? | Dave Brock How to send push notifications to a browser in ASP.NET Core | elmah.io web-push-libs/web-push-csharp: Web Push library for C# csharplang/extending-partial-methods.md at partial � jaredpar/csharplang Using C# 9 records as strongly-typed…

  • RecordVisitors–packages and thanks–part 12

    Now it is time to see the outdated packages and say thanks to the people that help me created all this project. For this I install https://github.com/KrystianKolad/DotnetThx . The result is https://github.com/ignatandrei/RecordVisitors/blob/main/src/RecordVisitors/thanks.md Also,I have installed dotnet outdated tool ( new version!) to see what I should improve Also,I have installed dotnet-project-licenses to let the user…

  • RecordVisitors–Static Analysis with SonarCloud–part 11

    Now I should see if the code that I have written is enough good. One way to determine is static analysis – and sonarclould.io is open for open source. It was pretty simple to setup 1.  I have install the tool  dotnet-sonarscanner 2. Add the secrets from sonnarcloud to Github 3. Add JAVA to the…

  • RecordVisitors- Readme for Nuget–part 10

    Nuget now allow for a package to see a Markdown document. I choose to embed the readme.md file I just embed into csproj file: <ItemGroup>     <None Include=”../../../readme.md” Pack=”true” PackagePath=”\” />   </ItemGroup> <PropertyGroup> <PackageReadmeFile>readme.md</PackageReadmeFile> </PropertyGroup> I needed also to make a small modif,to remove HTML comments that were seeing into nuget $path = “../../README.md” $path =Resolve-Path…

  • RecordVisitors- BDD–part 9

    It is recommended to have tests. And better is to  see the output of the tests in some readable format . On other hand,I do not like full BDD   frameworks as SpecFlow – I think that are too overkill in order to achieve less. So – something like https://github.com/LightBDD/LightBDD seems to fit the bill. After…

I am ok , you are ok