• Seen in 2024

    Postgres in WASM : https://github.com/electric-sql/pglite MSDOS open source https://github.com/microsoft/MS-DOS Angular v18 and v19  https://blog.angular.dev/angular-v18-is-now-available-e79d5ac0affe   https://blog.angular.dev/meet-angular-v19-7b29dfd05b84 WinAmp going to github and back https://github.com/WinampDesktop/winamp Visual Studio ( not Code! ) retirement for MAC https://devblogs.microsoft.com/visualstudio/visual-studio-for-mac-retirement-announcement/ JetRider free for non-commercial https://blog.jetbrains.com/blog/2024/10/24/webstorm-and-rider-are-now-free-for-non-commercial-use/ .NET 9 : https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview

  • Activities 2024 -projects

    Compare EFCore providers : http://msprogrammer.serviciipeweb.ro/category/ef/ Inventory of > 70 Roslyn Code Generator at https://github.com/ignatandrei/rscg_examples Created a free book about how are the Design Patterns used inside the .NET Patterns | Design Patterns used in .NET (C#)  Created a .NET Tool,https://github.com/ignatandrei/PackageAnalyzer/,that analyze the Visual Studio Solution Created a ASP.NET Core Nuget package that lists various settings…

  • Activities 2024–presentations

    Playwright : https://ignatandrei.github.io/Presentations/Playwrightprez.html Package Analyzer: https://ignatandrei.github.io/Presentations/PackageAnalyzerprez.html Roslyn And Interceptors: https://ignatandrei.github.io/Presentations/RoslynAndInterceptorsprez.html Battle .NET : https://ignatandrei.github.io/Presentations/Battleprez.html Aspire: https://ignatandrei.github.io/Presentations/AspireAdvancedprez.html,https://ignatandrei.github.io/Presentations/Aspireprez.html And maintaining https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/

  • Activities 2024 – Dotnet tools

    You will find below the list of .NET Tools that I have used in 2024 ( I use them as local tool) https://www.nuget.org/packages/coverlet.console https://www.nuget.org/packages/csharpier https://www.nuget.org/packages/csharptotypescript.clitool https://www.nuget.org/packages/docfx https://www.nuget.org/packages/dotnet-aop https://www.nuget.org/packages/dotnet-depends https://www.nuget.org/packages/dotnet-ef https://www.nuget.org/packages/dotnet-outdated-tool https://www.nuget.org/packages/dotnet-project-licenses https://www.nuget.org/packages/dotnet-property https://www.nuget.org/packages/dotnet-repl https://www.nuget.org/packages/dotnet-reportgenerator-globaltool https://www.nuget.org/packages/dotnetsay https://www.nuget.org/packages/dotnet-sql-cache https://www.nuget.org/packages/dotnetthx https://www.nuget.org/packages/gitversion.tool https://www.nuget.org/packages/grate https://www.nuget.org/packages/mapster.tool https://www.nuget.org/packages/microsoft.dotnet-httprepl https://www.nuget.org/packages/moniker.cli https://www.nuget.org/packages/netpackageanalyzerconsole https://www.nuget.org/packages/nswag.consolecore https://www.nuget.org/packages/powershell https://www.nuget.org/packages/run-script https://www.nuget.org/packages/strawberryshake.tools https://www.nuget.org/packages/watch2 https://www.nuget.org/packages/xunit-cli

  • Friday links 492

    Add a SignalR hub to ASP.NET Core & connect using JavaScript New Course: Understanding Semantic Kernel – Jamie Maguire Some Thoughts As I Sit Here in Another Standup – Lloyd Atkinson I Will Fucking Haymaker You If You Mention Agile Again — Ludicity Design a URL Shortener – System Design Interview The Ultimate Checklist for…

  • Package analyzer and Feature Matrix

    I have started a .NET Tool,https://github.com/ignatandrei/PackageAnalyzer,that can analyze your solution and generate various statistics. The program can show you dependency matrix of projects The X on the diagonal shows that the project is not dependent on himself. The 1 shows that the project is dependent DIRECTLY on the other project ( read from left to…

  • nopSolutions nopCommerce & PackageAnalyzer

    I have analyzed https://github.com/nopSolutions/nopCommerce . Number projects : 28 (tests : 1,no tests : 27 ) Number packages : 316 (Outdated: 25,Deprecated: 0,Major version differs 19 ) Total Commits: 10444 ( last commit : this year,2024 ) The commit with max files ( 4387 ) is sha 328a4fb9ddfc581fc035c47a60d35f2461a57d9d on 2021 February 05 ) The file…

  • dotnetcore CAP & package analyzer

    I have analyzed https://github.com/dotnetcore/CAP Summary Number projects : 32 (tests : 3,no tests : 29 ) Number packages : 278 (Outdated: 29,Deprecated: 0,Major version differs 43 ) Most public classes :DotNetCore.CAP 50 Total Commits: 1768 ( last commit : this year,2024 ) The commit with max files ( 173 ) is sha 5d1c1bfb0872e343b2ecd4d65e6e4961dca56dda on 2019…

  • Friday links 491

    Basic Things NotebookLM Scope Management 101 – by Kent Beck A Tyrant Guide to Code Quality Gates featuring CSharpier,Husky.NET,and SonarCloud Task Runner | Husky.Net Good software development habits | Zarar’s blog Make Your App Feel Better: 10 UI Tips for Beginner/Mid-Level Developers – DEV Community What’s New How I program in 2024 Modern Git Commands…

  • RSCG – GoLive.Generator.BlazorInterop

    RSCG – GoLive.Generator.BlazorInterop     name GoLive.Generator.BlazorInterop nuget https://www.nuget.org/packages/GoLive.Generator.BlazorInterop/ link https://github.com/surgicalcoder/BlazorInteropGenerator author surgicalcoder Generating interop from C# to javascript for Blazor   This is how you can use GoLive.Generator.BlazorInterop . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at…

I am ok , you are ok