home.social

Search

1000 results for “aspnes”

  1. Валидация модели данных в ASP.NET Core 8.0 на основе HTMX

    Валидация данных на стороне сервера с HTMX 2.0. Разбираемся с валидацией модели данных на основе платформы ASP.NET Core. В статье мы освоим базовую реализацию валидации данных на стороне сервера. На стороне сервера мы используем самый простой способ коммуникации - HTTP. Знакомство с гипермедийными системами на ASP.NET Core 8.0 .

    habr.com/ru/articles/852110/

    #htmx #aspnet #html #рендеринг_на_стороне_сервера #гипермедиа #hda #hypermedia #валидация #валидация_данных #валидация_форм

  2. Валидация модели данных в ASP.NET Core 8.0 на основе HTMX

    Валидация данных на стороне сервера с HTMX 2.0. Разбираемся с валидацией модели данных на основе платформы ASP.NET Core. В статье мы освоим базовую реализацию валидации данных на стороне сервера. На стороне сервера мы используем самый простой способ коммуникации - HTTP. Знакомство с гипермедийными системами на ASP.NET Core 8.0 .

    habr.com/ru/articles/852110/

    #htmx #aspnet #html #рендеринг_на_стороне_сервера #гипермедиа #hda #hypermedia #валидация #валидация_данных #валидация_форм

  3. Валидация модели данных в ASP.NET Core 8.0 на основе HTMX

    Валидация данных на стороне сервера с HTMX 2.0. Разбираемся с валидацией модели данных на основе платформы ASP.NET Core. В статье мы освоим базовую реализацию валидации данных на стороне сервера. На стороне сервера мы используем самый простой способ коммуникации - HTTP. Знакомство с гипермедийными системами на ASP.NET Core 8.0 .

    habr.com/ru/articles/852110/

    #htmx #aspnet #html #рендеринг_на_стороне_сервера #гипермедиа #hda #hypermedia #валидация #валидация_данных #валидация_форм

  4. Реализуем паттерн Unit of Work в ASP.NET Core

    Привет, Хабр! Сегодня разберём, как реализовать паттерн Unit of Work в ASP.NET Core . Вместо долгих теоретических рассуждений, посмотрим, зачем он вообще нужен, и как правильно его применить на практике.

    habr.com/ru/companies/otus/art

    #c# #aspnet_core

  5. I'll speak about using maps in performance, video, & public art this Thurs, 19 Sep, @MaptimeAMS (#Maptime #Amsterdam) hosted by TomTom at their offices. Two other speakers on the program, quite different topics, should be good! boost if so moved, thanks. meetup.com/maptime-ams/events/ #ASynesthetesAtlas #IfMaps

  6. New article, just on how I use Polly for Retries in my site (and why all .NET Devs need to know and use Polly!)
    mostlylucid.net/blog/usingpoll
    #polly #aspnetcore

  7. A post more for me than anyone else. How to test C# clients which use HttpClient WITHOUT using Moq.
    Unit Testing Umami.Net - Testing Umami Data Without Using Moq
    mostlylucid.net/blog/unittesti
    #xunit #aspnetcore

  8. New small article on a problem I was having Unit Testing Logging with ASP.NET Core. And the new (to me) package I found to solve it.
    mostlylucid.net/blog/unittesti
    #xunit #aspnetcore

  9. I've been refreshing and extending my samples around micro frontends in ASP.​NET Core. It started with upgrading to .NET 8 and switching from FQDN to ACA service discovery...

    #MicroFrontends #AspNetCore #AzureContainerApps

    github.com/tpeczek/Demo.AspNet

  10. I've been refreshing and extending my samples around micro frontends in ASP.​NET Core. It started with upgrading to .NET 8 and switching from FQDN to ACA service discovery...

    #MicroFrontends #AspNetCore #AzureContainerApps

    github.com/tpeczek/Demo.AspNet

  11. I've been refreshing and extending my samples around micro frontends in ASP.​NET Core. It started with upgrading to .NET 8 and switching from FQDN to ACA service discovery...

    github.com/tpeczek/Demo.AspNet

  12. I've been refreshing and extending my samples around micro frontends in ASP.​NET Core. It started with upgrading to .NET 8 and switching from FQDN to ACA service discovery...

    #MicroFrontends #AspNetCore #AzureContainerApps

    github.com/tpeczek/Demo.AspNet

  13. I've been refreshing and extending my samples around micro frontends in ASP.​NET Core. It started with upgrading to .NET 8 and switching from FQDN to ACA service discovery...

    #MicroFrontends #AspNetCore #AzureContainerApps

    github.com/tpeczek/Demo.AspNet

  14. auth0.com/blog/test-authorizat - `dotnet user-jwts create --claim permissions=create:term` create #SelfSigned #JWT for an #ASPnet site. Then `dotnet user-jwts list` to show created JWTs. Great for testing. Nice article linkedin.com/in/andreachiarell.

  15. You'd have to say that "State of the Map" is @openstreetmap's franchise for annual conferences. They exist by continent/region and you may recall that I travelled to Salt Lake City last month to talk about my practice at State of the Map US.

    The recording of that talk's been published on YouTube. Amazing I got through a very dense deck in 15 minutes even with all the time-filling & embarrassing "um"s.

    youtube.com/watch?v=CSHnXcmX7SA

  16. Anyone have a good implementation of using ASP.NET Core for a Mincro Front-End?
    #aspnet #aspnetcore #microfrontend

  17. Just spent two solid days trying to figure out why my #dockerized #ASPNet project wouldn't publish to my #docker #registry from #VisualStudio.

    Wanna take a wild guess as to the problem? Was it my code? Was it my configuration?

    No. Turns out that Docker Desktop 4.3x just has a bug with Visual Studio. :pepe_g: That's a lot of my life I can't get back for something so stupid.

  18. Someone emailed me asking if #HTMX 2.0 works with complex #Shoelace #webcomponents. There was a Shadow DOM issue, but it all seems to work now with no additional #JavaScript.

    This is pretty good news. Yay! 🥳

    I pushed up a working sample to this branch. #aspnetcore #dotnet

    github.com/khalidabuhakmeh/Sho

  19. [Перевод] Разбираемся с паттерном REPR в ASP.NET Core

    В этой статье мы рассмотрим паттерн проектирования REPR (request‑endpoint‑response — «запрос‑конечная_точка‑ответ»), как он упрощает разработку API и как его можно реализовать на C#.

    habr.com/ru/companies/otus/art

    #c# #паттерн_REPR #ASPNET_Core #REPR

  20. [Перевод] Разбираемся с паттерном REPR в ASP.NET Core

    В этой статье мы рассмотрим паттерн проектирования REPR (request‑endpoint‑response — «запрос‑конечная_точка‑ответ»), как он упрощает разработку API и как его можно реализовать на C#.

    habr.com/ru/companies/otus/art

    #c# #паттерн_REPR #ASPNET_Core #REPR

  21. I'm so excited I get to teach #Minimal #APIs with #ASPnet today on #VisualStudio Toolbox. It's a #NoSlides talk about #MVC, #WebAPI, #RazorPages, and now #MinimalAPIs. We'll look at C# 10-12 features too. Join us live at dotnet.microsoft.com/en-us/liv and grab the code at github.com/robrich/minimal-api

  22. Excited about #dotnetconf this week? How about this: #ASPNET, runs on #Linux and #containers (for 7+ years). By default 217MB using Ubuntu for compatibility 🤔, want to go smaller? Learn about #chisel and #trim! Now you are at 40MB! 😍 You bet I am excited about #dotnet! 🎉 dotnetconf.net/ Hat tip to @runfaster2000 and hist container workshop github.com/richlander/containe