Category: .NET

  • RSCG – Dolly

    RSCG – Dolly     name Dolly nuget https://www.nuget.org/packages/Dolly/ link https://github.com/AnderssonPeter/Dolly author Peter Andersson Clone objects with ease.   This is how you can use Dolly . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/Dolly

  • RSCG – Dapper.AOT

    RSCG – Dapper.AOT     name Dapper.AOT nuget https://www.nuget.org/packages/Dapper.AOT/ link https://aot.dapperlib.dev/ author Marc Gravell Generating AOT code for Dapper -hydrating classes from SQL queries.   This is how you can use Dapper.AOT . The code that you start with is The code that you will use is   The code that is generated is Code…

  • RSCG – Microsoft.Windows.CsWin32

    RSCG – Microsoft.Windows.CsWin32     name Microsoft.Windows.CsWin32 nuget https://www.nuget.org/packages/Microsoft.Windows.CsWin32/ link https://github.com/microsoft/CsWin32 author Microsoft Generating WinAPI code in C#   This is how you can use Microsoft.Windows.CsWin32 . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/Microsoft.Windows.CsWin32

  • [ADCES] .NET Conf 2024

    Details .NET Conf 2024 -Ce e nou si interesant! Prezentare 1: Daniel Costea,https://www.linkedin.com/in/danielcostea/ Descriere 1: C# 13 what’s new • params collections: Extended support for various collection types • New lock type and semantics for improved thread synchronization • New escape sequence \e for the ESCAPE character • Method group natural type improvements • Implicit…

  • 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…

  • 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…

  • RSCG – Hsu.Sg.FluentMember

    RSCG – Hsu.Sg.FluentMember     name Hsu.Sg.FluentMember nuget https://www.nuget.org/packages/Hsu.Sg.FluentMember/ link https://github.com/hsu-net/source-generators author Net Hsu Adding builder pattern to classes   This is how you can use Hsu.Sg.FluentMember . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/Hsu.Sg.FluentMember

  • RSCG – QueryStringGenerator

    RSCG – QueryStringGenerator     name QueryStringGenerator nuget https://www.nuget.org/packages/QueryStringGenerator/ link https://github.com/tparviainen/query-string-generator author Tomi Parviainen Generate from string properties of a class a query string for a URL.   This is how you can use QueryStringGenerator . The code that you start with is The code that you will use is   The code that is…

  • RSCG – GenPack

    RSCG – GenPack     name GenPack nuget https://www.nuget.org/packages/GenPack/ link https://github.com/dimohy/GenPack author dimohy Generating Binary Serialization and properties for class   This is how you can use GenPack . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/GenPack

  • RSCG – Credfeto.Version.Information.Generator

    RSCG – Credfeto.Version.Information.Generator     name Credfeto.Version.Information.Generator nuget https://www.nuget.org/packages/Credfeto.Version.Information.Generator/ link https://github.com/credfeto/credfeto-version-constants-generator author Mark Ridgwell Embedding build information as compile time constants in C# projects.   This is how you can use Credfeto.Version.Information.Generator . The code that you start with is The code that you will use is   The code that is generated is Code…