home.social

#razor — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #razor, aggregated by home.social.

  1. Here is a video someone made about some command line arguments I deleted the other week, and a nuget package I uploaded.

    I’m basically famous!

    youtube.com/watch?v=i6n-w6Tq7F0

    #nvim #razor #dotnet #roslyn

  2. @DanMorgan
    Enjoy #galactica Season 2 . It along with Season 3 and The #Resistance mini series about life in occupied New #Caprica are too good. Blurs the line on what is right and acceptable

    #Cain is no anti-hero. She is a first rate B***h.
    Her cruelty, as seen in #Razor and her driving her subordinates to disregard any morality, like what she did to #KendraShaw, is appalling. She lacks empathy and any morality. Fighting against a #genocidal species of #robots, can do that

    #SoSayWeAll

  3. @DanMorgan
    Enjoy #galactica Season 2 . It along with Season 3 and The #Resistance mini series about life in occupied New #Caprica are too good. Blurs the line on what is right and acceptable

    #Cain is no anti-hero. She is a first rate B***h.
    Her cruelty, as seen in #Razor and her driving her subordinates to disregard any morality, like what she did to #KendraShaw, is appalling. She lacks empathy and any morality. Fighting against a #genocidal species of #robots, can do that

    #SoSayWeAll

  4. @DanMorgan
    Enjoy #galactica Season 2 . It along with Season 3 and The #Resistance mini series about life in occupied New #Caprica are too good. Blurs the line on what is right and acceptable

    #Cain is no anti-hero. She is a first rate B***h.
    Her cruelty, as seen in #Razor and her driving her subordinates to disregard any morality, like what she did to #KendraShaw, is appalling. She lacks empathy and any morality. Fighting against a #genocidal species of #robots, can do that

    #SoSayWeAll

  5. @DanMorgan
    Enjoy #galactica Season 2 . It along with Season 3 and The #Resistance mini series about life in occupied New #Caprica are too good. Blurs the line on what is right and acceptable

    #Cain is no anti-hero. She is a first rate B***h.
    Her cruelty, as seen in #Razor and her driving her subordinates to disregard any morality, like what she did to #KendraShaw, is appalling. She lacks empathy and any morality. Fighting against a #genocidal species of #robots, can do that

    #SoSayWeAll

  6. @DanMorgan
    Enjoy #galactica Season 2 . It along with Season 3 and The #Resistance mini series about life in occupied New #Caprica are too good. Blurs the line on what is right and acceptable

    #Cain is no anti-hero. She is a first rate B***h.
    Her cruelty, as seen in #Razor and her driving her subordinates to disregard any morality, like what she did to #KendraShaw, is appalling. She lacks empathy and any morality. Fighting against a #genocidal species of #robots, can do that

    #SoSayWeAll

  7. #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.

  8. #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.

  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. #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.

  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. 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
  14. 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
  15. europesays.com/es/326477/ Dave Mustaine descarta invitar a exmiembros a la última gira de MEGADETH. Bajas en HAKEN. Fallece el exbatería fundador de RAZOR Mike Embro. #Entertainment #Entretenimiento #ES #España #HAKEN #Megadeth #Music #Música #RAZOR #Spain

  16. Thu 11 Dec 2025

    • Brush: #Semogue Owner's Club 🍒🐗
    • Razor: #Razor: #Friodur 14
    • Lather: #StirlingSoapCo I, Rich Moose (sub-exclusive sheep tallow)
    • Post: #Sir Irisch Moos

    I've been sick for the last two days, and *gasp* I skipped a shave yesterday. Like a hobo. The Affluent Alces washed the shame of me, and the Frio 14 with the refreshed edge is 👨‍🍳😘

    @wetshaving #StraightRazor #wetshaving #ShaveOfTheDay #SOTD

  17. Thu 11 Dec 2025

    • Brush: #Semogue Owner's Club 🍒🐗
    • Razor: #Razor: #Friodur 14
    • Lather: #StirlingSoapCo I, Rich Moose (sub-exclusive sheep tallow)
    • Post: #Sir Irisch Moos

    I've been sick for the last two days, and *gasp* I skipped a shave yesterday. Like a hobo. The Affluent Alces washed the shame of me, and the Frio 14 with the refreshed edge is 👨‍🍳😘

    @wetshaving #StraightRazor #wetshaving #ShaveOfTheDay #SOTD

  18. Thu 11 Dec 2025

    • Brush: #Semogue Owner's Club 🍒🐗
    • Razor: #Razor: #Friodur 14
    • Lather: #StirlingSoapCo I, Rich Moose (sub-exclusive sheep tallow)
    • Post: #Sir Irisch Moos

    I've been sick for the last two days, and *gasp* I skipped a shave yesterday. Like a hobo. The Affluent Alces washed the shame of me, and the Frio 14 with the refreshed edge is 👨‍🍳😘

    @wetshaving #StraightRazor #wetshaving #ShaveOfTheDay #SOTD

  19. Thu 11 Dec 2025

    • Brush: #Semogue Owner's Club 🍒🐗
    • Razor: #Razor: #Friodur 14
    • Lather: #StirlingSoapCo I, Rich Moose (sub-exclusive sheep tallow)
    • Post: #Sir Irisch Moos

    I've been sick for the last two days, and *gasp* I skipped a shave yesterday. Like a hobo. The Affluent Alces washed the shame of me, and the Frio 14 with the refreshed edge is 👨‍🍳😘

    @wetshaving #StraightRazor #wetshaving #ShaveOfTheDay #SOTD

  20. Thu 11 Dec 2025

    • Brush: #Semogue Owner's Club 🍒🐗
    • Razor: #Razor: #Friodur 14
    • Lather: #StirlingSoapCo I, Rich Moose (sub-exclusive sheep tallow)
    • Post: #Sir Irisch Moos

    I've been sick for the last two days, and *gasp* I skipped a shave yesterday. Like a hobo. The Affluent Alces washed the shame of me, and the Frio 14 with the refreshed edge is 👨‍🍳😘

    @wetshaving #StraightRazor #wetshaving #ShaveOfTheDay #SOTD

  21. Tue 09 Dec 2025

    • Brush: #Semogue Owner's Club 🍒🐗
    • Razor: #Razor: #Friodur 14
    • Lather: #CatiesBubbles Crangère
    • Post: #CatiesBubbles Blungère

    I have many very nice razors, but the Frio 14 holds a special place. Such a gentle thing. And shockingly practical (by straight razor standards).

    @wetshaving #StraightRazor #wetshaving #ShaveOfTheDay #SOTD

  22. Tue 09 Dec 2025

    • Brush: #Semogue Owner's Club 🍒🐗
    • Razor: #Razor: #Friodur 14
    • Lather: #CatiesBubbles Crangère
    • Post: #CatiesBubbles Blungère

    I have many very nice razors, but the Frio 14 holds a special place. Such a gentle thing. And shockingly practical (by straight razor standards).

    @wetshaving #StraightRazor #wetshaving #ShaveOfTheDay #SOTD

  23. Tue 09 Dec 2025

    • Brush: #Semogue Owner's Club 🍒🐗
    • Razor: #Razor: #Friodur 14
    • Lather: #CatiesBubbles Crangère
    • Post: #CatiesBubbles Blungère

    I have many very nice razors, but the Frio 14 holds a special place. Such a gentle thing. And shockingly practical (by straight razor standards).

    @wetshaving #StraightRazor #wetshaving #ShaveOfTheDay #SOTD

  24. Tue 09 Dec 2025

    • Brush: #Semogue Owner's Club 🍒🐗
    • Razor: #Razor: #Friodur 14
    • Lather: #CatiesBubbles Crangère
    • Post: #CatiesBubbles Blungère

    I have many very nice razors, but the Frio 14 holds a special place. Such a gentle thing. And shockingly practical (by straight razor standards).

    @wetshaving #StraightRazor #wetshaving #ShaveOfTheDay #SOTD

  25. Tue 09 Dec 2025

    • Brush: #Semogue Owner's Club 🍒🐗
    • Razor: #Razor: #Friodur 14
    • Lather: #CatiesBubbles Crangère
    • Post: #CatiesBubbles Blungère

    I have many very nice razors, but the Frio 14 holds a special place. Such a gentle thing. And shockingly practical (by straight razor standards).

    @wetshaving #StraightRazor #wetshaving #ShaveOfTheDay #SOTD

  26. ASP.Net MVC vs Blazor: чья возьмет?

    Привет! Сегодня разберем два подхода в ASP.NET. Blazor и классическую архитектуру MVC (Model-View-Controller). В отличие от обсуждений вроде «Java vs C++», эта тема менее спорная, но очень полезная для понимания современной веб-разработки на .NET. Разобраться в нюансах

    habr.com/ru/companies/otus/art

    #mvc #blazor #asp_net_core #aspnet #c# #razor #WebAssembly #SPA #серверный_рендеринг

  27. ASP.Net MVC vs Blazor: чья возьмет?

    Привет! Сегодня разберем два подхода в ASP.NET. Blazor и классическую архитектуру MVC (Model-View-Controller). В отличие от обсуждений вроде «Java vs C++», эта тема менее спорная, но очень полезная для понимания современной веб-разработки на .NET. Разобраться в нюансах

    habr.com/ru/companies/otus/art

    #mvc #blazor #asp_net_core #aspnet #c# #razor #WebAssembly #SPA #серверный_рендеринг

  28. ASP.Net MVC vs Blazor: чья возьмет?

    Привет! Сегодня разберем два подхода в ASP.NET. Blazor и классическую архитектуру MVC (Model-View-Controller). В отличие от обсуждений вроде «Java vs C++», эта тема менее спорная, но очень полезная для понимания современной веб-разработки на .NET. Разобраться в нюансах

    habr.com/ru/companies/otus/art

    #mvc #blazor #asp_net_core #aspnet #c# #razor #WebAssembly #SPA #серверный_рендеринг