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 of the system https://github.com/ignatandrei/NetCoreUsefullEndpoints

Created a .NET Tool to watch simultaneously test and console https://github.com/ignatandrei/watch2/

Presentation about .NET at https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/

Github Repos

See what .NET software is doing :

https://github.com/ignatandrei/RSCG_WhatIAmDoing

Export diagram from classes

https://github.com/ignatandrei/RSCG_ExportDiagram

Adding Linq by string with a Roslyn Code Generator: https://github.com/ignatandrei/rscg_queryables

Generator of unique names for .NET assemblies : https://github.com/ignatandrei/NameGenerator

Adding IFormattable for each class: https://github.com/ignatandrei/RSCG_IFormattable

query ContributionGraph {
   user(login: "ignatandrei") {
     contributionsCollection(
       from: "2024-01-01T00:00:00+00:00"
       to: "2024-12-31T00:00:00+00:00"
     ) {
       commitContributionsByRepository(maxRepositories:100){
         repository{
           nameWithOwner
           url
           updatedAt
         }
       }    
     }
   }

}