home.social

Search

1000 results for “aspnes”

  1. You're already using this in your ASP NET Core application (even if you didn't know)

    Read more here:
    bgh.st/m1xpzz

    #CSharp #ASPNet #ASPNetCore #DotNet

  2. Have you written custom middleware for your ASP.NET Core application?

    Read more here:
    bgh.st/dlmxag

    #CSharp #ASPNet #ASPNetCore #DotNet

  3. Modernizing .NET Part 19! 🚀

    Today we’re swapping local dictionaries for a distributed Redis cache.

    ✅ Shared state across nodes
    ✅ Persistent cache (survives restarts)
    ✅ Built-in expiration (TTL)

    medium.com/@michael.kopt/moder
    #dotnet #aspnet #aspnetcore #csharp #redis #caching

  4. github.com/microsoft/aspire-br - Aspire Brand is a collection of visuals and PowerPoint to explain #Aspire. Great for #ASPnet and now #TypeScript #devs.

  5. cnt-ait.info/2026/03/07/margue (Marguerite ASPÈS : Anarchosyndicaliste, espérantiste,anti-colonialiste, féministe sans concession des années 1930)

    PDF: cnt-ait.info/wp-content/upload

    Marguerite ASPÈS, simple militante, ni théoricienne en vue ni activiste spectaculaire, est progressivement tombée dans l’oubli au fur et à mesure que ceux qui l’avaient connu disparaissaient.

    Puisse cet article aider ceux qui ne l’ont pas connu à se la remémorer.

    #AnarchoSyndicalisme #Memoire #MargueriteAspes #Anarchisme #Syndicalisme #CNTAIT #CNT

  6. cnt-ait.info/2026/03/07/margue (Marguerite ASPÈS : Anarchosyndicaliste, espérantiste,anti-colonialiste, féministe sans concession des années 1930)

    PDF: cnt-ait.info/wp-content/upload

    Marguerite ASPÈS, simple militante, ni théoricienne en vue ni activiste spectaculaire, est progressivement tombée dans l’oubli au fur et à mesure que ceux qui l’avaient connu disparaissaient.

    Puisse cet article aider ceux qui ne l’ont pas connu à se la remémorer.

    #AnarchoSyndicalisme #Memoire #MargueriteAspes #Anarchisme #Syndicalisme #CNTAIT #CNT

  7. cnt-ait.info/2026/03/07/margue (Marguerite ASPÈS : Anarchosyndicaliste, espérantiste,anti-colonialiste, féministe sans concession des années 1930)

    PDF: cnt-ait.info/wp-content/upload

    Marguerite ASPÈS, simple militante, ni théoricienne en vue ni activiste spectaculaire, est progressivement tombée dans l’oubli au fur et à mesure que ceux qui l’avaient connu disparaissaient.

    Puisse cet article aider ceux qui ne l’ont pas connu à se la remémorer.

    #AnarchoSyndicalisme #Memoire #MargueriteAspes #Anarchisme #Syndicalisme #CNTAIT #CNT

  8. cnt-ait.info/2026/03/07/margue (Marguerite ASPÈS : Anarchosyndicaliste, espérantiste,anti-colonialiste, féministe sans concession des années 1930)

    PDF: cnt-ait.info/wp-content/upload

    Marguerite ASPÈS, simple militante, ni théoricienne en vue ni activiste spectaculaire, est progressivement tombée dans l’oubli au fur et à mesure que ceux qui l’avaient connu disparaissaient.

    Puisse cet article aider ceux qui ne l’ont pas connu à se la remémorer.

    #AnarchoSyndicalisme #Memoire #MargueriteAspes #Anarchisme #Syndicalisme #CNTAIT #CNT

  9. #DotNet command line application that turns any #Razor .cshtml-file tree into a cached DLL and on exit turns a directory of .md-files into a static website.
    Requires the #AspNetCore Sdk to be installed for precompilation, but turning any #Markdown into a static website should be depending on the asp runtime only …
    Should make up for a quick conversion process, as long as the template doesn‘t change.

  10. ASP.NET for .NET 11 summarized roadmap

    The upcoming version of .NET 11, which is going to be a short term release of .NET that succeeds .NET 10, will feature improvements that are planned for the ASP.NET framework for web applications, such as Blazor and Blazor WebAssembly applications.

    The top feedback and pain points will be addressed in the live roadmap for ASP.NET for .NET 11, which will improve your web application usability and reliability for developers and users alike.

    You can find the live roadmap on this GitHub page, along with the discussion.

    The roadmap addresses the points, including, but not limited to:

    • It has been planned that the discriminated unions is expected to be added to this version of .NET and ASP.NET.
    • The feature parity for the static server-side rendering is expected to be addressed.
    • The form validation component for Blazor will be improved in this version, such as asynchronous validation enhancements.
    • WebAssembly will be supported on CoreCLR interpreter runtime, eliminating the need for Mono, with .NET 12 being the version that completes the transition.
    • Progressive Web Applications (PWA) will be added to the Blazor Web App template.
    • The concept of state transitions for animations will be added in Blazor to better support animated components.

    In real-world projects, the AOT and trimming support is still fragile, because of the following challenges:

    • Reflection remains a blocker, since trimmed web applications that use reflection-based frameworks and other components may fail to render with error messages or components failing to load.
    • System.Text.Json is currently hostile to AOT, since it uses reflection for serialization and deserialization operations by default, unless explicit source code generation is used.
    • AOT + Trimming currently doesn’t fail at build time if trimming is deemed to be unsafe due to reflection and other incompatible features. Also, the documentation suffers from fragmented trimming guidance for third-party libraries.

    If everything goes as planned, .NET 11 Preview 1 will be released as early as today, and developers and curious bleeding-edge users will be able to try it out.

    #Net #ASPNET #Blazor #C #csharp #dotnet #news #Razor #Tech #Technology #update
  11. ASP.NET for .NET 11 summarized roadmap

    The upcoming version of .NET 11, which is going to be a short term release of .NET that succeeds .NET 10, will feature improvements that are planned for the ASP.NET framework for web applications, such as Blazor and Blazor WebAssembly applications.

    The top feedback and pain points will be addressed in the live roadmap for ASP.NET for .NET 11, which will improve your web application usability and reliability for developers and users alike.

    You can find the live roadmap on this GitHub page, along with the discussion.

    The roadmap addresses the points, including, but not limited to:

    • It has been planned that the discriminated unions is expected to be added to this version of .NET and ASP.NET.
    • The feature parity for the static server-side rendering is expected to be addressed.
    • The form validation component for Blazor will be improved in this version, such as asynchronous validation enhancements.
    • WebAssembly will be supported on CoreCLR interpreter runtime, eliminating the need for Mono, with .NET 12 being the version that completes the transition.
    • Progressive Web Applications (PWA) will be added to the Blazor Web App template.
    • The concept of state transitions for animations will be added in Blazor to better support animated components.

    In real-world projects, the AOT and trimming support is still fragile, because of the following challenges:

    • Reflection remains a blocker, since trimmed web applications that use reflection-based frameworks and other components may fail to render with error messages or components failing to load.
    • System.Text.Json is currently hostile to AOT, since it uses reflection for serialization and deserialization operations by default, unless explicit source code generation is used.
    • AOT + Trimming currently doesn’t fail at build time if trimming is deemed to be unsafe due to reflection and other incompatible features. Also, the documentation suffers from fragmented trimming guidance for third-party libraries.

    If everything goes as planned, .NET 11 Preview 1 will be released as early as today, and developers and curious bleeding-edge users will be able to try it out.

    #Net #ASPNET #Blazor #C #csharp #dotnet #news #Razor #Tech #Technology #update
  12. ASP.NET for .NET 11 summarized roadmap

    The upcoming version of .NET 11, which is going to be a short term release of .NET that succeeds .NET 10, will feature improvements that are planned for the ASP.NET framework for web applications, such as Blazor and Blazor WebAssembly applications.

    The top feedback and pain points will be addressed in the live roadmap for ASP.NET for .NET 11, which will improve your web application usability and reliability for developers and users alike.

    You can find the live roadmap on this GitHub page, along with the discussion.

    The roadmap addresses the points, including, but not limited to:

    • It has been planned that the discriminated unions is expected to be added to this version of .NET and ASP.NET.
    • The feature parity for the static server-side rendering is expected to be addressed.
    • The form validation component for Blazor will be improved in this version, such as asynchronous validation enhancements.
    • WebAssembly will be supported on CoreCLR interpreter runtime, eliminating the need for Mono, with .NET 12 being the version that completes the transition.
    • Progressive Web Applications (PWA) will be added to the Blazor Web App template.
    • The concept of state transitions for animations will be added in Blazor to better support animated components.

    In real-world projects, the AOT and trimming support is still fragile, because of the following challenges:

    • Reflection remains a blocker, since trimmed web applications that use reflection-based frameworks and other components may fail to render with error messages or components failing to load.
    • System.Text.Json is currently hostile to AOT, since it uses reflection for serialization and deserialization operations by default, unless explicit source code generation is used.
    • AOT + Trimming currently doesn’t fail at build time if trimming is deemed to be unsafe due to reflection and other incompatible features. Also, the documentation suffers from fragmented trimming guidance for third-party libraries.

    If everything goes as planned, .NET 11 Preview 1 will be released as early as today, and developers and curious bleeding-edge users will be able to try it out.

    #Net #ASPNET #Blazor #C #csharp #dotnet #news #Razor #Tech #Technology #update
  13. Day 1 is the first hit of , blue water below and a wall of mountains pulling the eye uphill.

    lit up in gold against dark pines, with clouds sliding soft light across the ridgeline.

    I kept shifting my feet until the foreground felt calm and the distance felt loud.


    3/3

  14. Day 1 is the first hit of , blue water below and a wall of mountains pulling the eye uphill.

    lit up in gold against dark pines, with clouds sliding soft light across the ridgeline.

    I kept shifting my feet until the foreground felt calm and the distance felt loud.


    2/3

  15. Day 1 is the first hit of , blue water below and a wall of mountains pulling the eye uphill.

    lit up in gold against dark pines, with clouds sliding soft light across the ridgeline.

    I kept shifting my feet until the foreground felt calm and the distance felt loud.


    1/3

  16. Today’s fun project: a small CLI for my LLM-powered API mocking tool (Ollama / LM Studio / OpenAI).

    Load an OpenAPI spec and it behaves like the real API — REST, GraphQL, gRPC, SignalR, and SSE all supported.
    Or just call endpoints like /api/users/43.

    Releases: github.com/scottgal/LLMApi/rel

    Write-up: mostlylucid.net/blog/building-

    #rest #aspnet #aspnetcore #llm #api #mock

  17. “Aspen Path” — A path winds through a grove of autumn aspen color, Eastern Sierra Nevada.

    I had been thinking about photographing in this grove for two days prior to making this photograph. I had looked it over while driving past, and had even gotten out and wandered through it without taking pictures. What finally brought me back was wind — a tremendous wind storm that was making it difficult to photograph out in the open…continues: gdanmitchell.com/2025/12/07/as

    #trees #aspens #fall #autumn #foliage #leaves #sierranevada #nature #forest #landscape #landscapephotography #photographpy #photo

  18. “Aspen Path” — A path winds through a grove of autumn aspen color, Eastern Sierra Nevada.

    I had been thinking about photographing in this grove for two days prior to making this photograph. I had looked it over while driving past, and had even gotten out and wandered through it without taking pictures. What finally brought me back was wind — a tremendous wind storm that was making it difficult to photograph out in the open…continues: gdanmitchell.com/2025/12/07/as

    #trees #aspens #fall #autumn #foliage #leaves #sierranevada #nature #forest #landscape #landscapephotography #photographpy #photo