home.social

Search

1000 results for “aspnes”

  1. By the way, the reason is that this afternoon I have successfully deployed an business critical application (consisting of two parts, a Windows Service and a web API) to production that I have successfully migrated from ASP.NET 4/.NET Framework 4.8 to ASP.NET Core/.NET 7.

    ....in case anyone should be interested 😬

    #DotNet #NetFx #AspNetCore #DotNetCore #Migration

  2. 🎄✨ This holiday season, unwrap the gift of networking mastery! 🎁 Chapters 12-15 of "Beyond Boundaries: Network Programming with C# 12 and .NET 8" are here! Dive into MQTT, gRPC, WebHooks, & Message Queuing.

    📖 Explore now: csharp-networking.com

    The best tech gift is knowledge! 🖥️🎅
    #CSharp #DotNet #aspnetcore #networkprogramming #mqtt #grpc #webhooks #messagequeue

  3. 🎄✨ This holiday season, unwrap the gift of networking mastery! 🎁 Chapters 12-15 of "Beyond Boundaries: Network Programming with C# 12 and .NET 8" are here! Dive into MQTT, gRPC, WebHooks, & Message Queuing.

    📖 Explore now: csharp-networking.com

    The best tech gift is knowledge! 🖥️🎅
    #CSharp #DotNet #aspnetcore #networkprogramming #mqtt #grpc #webhooks #messagequeue

  4. 🎄✨ This holiday season, unwrap the gift of networking mastery! 🎁 Chapters 12-15 of "Beyond Boundaries: Network Programming with C# 12 and .NET 8" are here! Dive into MQTT, gRPC, WebHooks, & Message Queuing.

    📖 Explore now: csharp-networking.com

    The best tech gift is knowledge! 🖥️🎅
    #CSharp #DotNet #aspnetcore #networkprogramming #mqtt #grpc #webhooks #messagequeue

  5. Hey, #dotnet community. Is anyone out there using #YARP in their production deployments for #aspnetcore solutions?

  6. Hey, #dotnet community. Is anyone out there using #YARP in their production deployments for #aspnetcore solutions?

  7. Hey, #dotnet community. Is anyone out there using #YARP in their production deployments for #aspnetcore solutions?

  8. Finally got around to setting up a pipeline for building and pushing to nuget my #yarp firewall extension! 🥳

    It's a #dotnet library for #aspnetcore that provides WAF capabilities. While it's only a preview just supporting custom rules (so not suitable for anything critical), if anyone tries it out and can give feedback I'd be stoked (doubly so for any contributions, no matter how small).

    nuget.org/packages/Sebbs.Yarp.

  9. I need help. I have an existing ASP.NET Core (.NET 7) web app. It works fine, but the mobile experience could be better. Therefore, I would like to create an app and a REST API on the backend. My problem is the authentication part. The web app has working authentication using AspNetCore.Identity. How do I implement the auth for the REST API? Do I need special token providers? How do I add the new provider without breaking the auth for the web app? #aspnet7 #aspnetcore #authentication #restApi

  10. 🚀 Exciting News! 🎉 Delving into the world of #ASPNET7 and love Web APIs? Enjoy my new Web API workshop! 🖥️🔥 Get hands-on, expert insights and skyrocket your skills. Feedback appreciated! 🎟️ cwoodruff.github.io/web-api-wo #WebAPI #TechWorkshop 🚀👩‍💻👨‍💻

  11. Looking at creating the following workshops for building Web APIs in the following languages and/or frameworks:
    - #OData #CSharp
    - #RustLang
    - #Node and #TypeScript
    - #ASPNET7 #MinimalAPI #CSharp

    Trying to gauge which of those would have the most interest to the community. Thank you for your feedback.🙏

  12. Looking at creating the following workshops for building Web APIs in the following languages and/or frameworks:
    - #OData #CSharp
    - #RustLang
    - #Node and #TypeScript
    - #ASPNET7 #MinimalAPI #CSharp

    Trying to gauge which of those would have the most interest to the community. Thank you for your feedback.🙏

  13. Looking at creating the following workshops for building Web APIs in the following languages and/or frameworks:
    - #OData #CSharp
    - #RustLang
    - #Node and #TypeScript
    - #ASPNET7 #MinimalAPI #CSharp

    Trying to gauge which of those would have the most interest to the community. Thank you for your feedback.🙏

  14. Looking at creating the following workshops for building Web APIs in the following languages and/or frameworks:
    - #OData #CSharp
    - #RustLang
    - #Node and #TypeScript
    - #ASPNET7 #MinimalAPI #CSharp

    Trying to gauge which of those would have the most interest to the community. Thank you for your feedback.🙏

  15. @XanIndigo This thread has inspired me to try to visit Pando, aka Trembling Aspens, because they are/it is apparently about 14,000 years old. And apparently very pretty in late September. #utah #pando #tremblingaspens

  16. I got so fed up while studying #WebFrameworks this weekend that I think I might do the "unthinkable": make my own framework!

    Basically, I want something that's just the right balance of simple, powerful and extensible.

    I'm almost surely going to use #golang

    I do have some weird requirements around
    - language (e.g. different UI and content language, user's gramatical gender), and
    - anonymous users (e.g. geo blocking and rate limiting)
    - multiple mirrors (and ideally TOR hidden services as well)
    - decent documentation (seriously #AspNetCore, why do you hide almost everything?)

    Let's see how well that turns out of I ever get to actually build this thing.

  17. And if you thought: just activate #javascript and allow #cookies, lower #security and #privacy, so the site will let me download time tables?

    Yeah, about that.

    These #webdevs did something really sneaky. They powered their #webforms with a very old version of #ASPNet. So the forms work only in very special web browsers. If you happen to prefer #Stoutner's #PrivacyBrowser, no downloads for you!

    Unless you already know this page:
    academybus.com/Commuters/Timet

  18. Add works on paper to the list of subjects I'll cover in my talk at @MaptimeAMS ( ) tonight: maps in performance, video, public art, & now screenprinting, which is why I'm here at AGA LAB.

    Talk's at the TomTom offices. Three other speakers on the program, refreshments will be served. meetup.com/maptime-ams/events/

  19. I'll speak about using maps in performance, video, & public art this Thurs, 19 Sep, @MaptimeAMS ( ) 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/

  20. 👨‍💻 A couple of months ago, I was playing with the (then) freshly released ASPNET Core 7, mainly with its OpenAPI improvements for minimal APIs, as well as how to add API versioning into the mix.

    Was thinking about writing a post about it, but don't think it'd be particularly interesting, so in case someone is looking into the same subject, I'll just share the sample code instead 🙂.

    #DotNet #CSharp #AspNetCore #OpenApi #Swagger #Swashbuckle #Versioning

    github.com/joaofbantunes/Minim

  21. Because #VSCode goes across platforms, you can develop your next dockerized ASPNET Core app on Linux or Mac while having access to all the great features that Windows users enjoy with #VS2017 or #VS2019.

    Follow the guide: medium.com/@waelkdouh/developi