Search results
  1. 8 hours ago

    My book, ASP​.NET Core in Action, 2nd edition is deal of the day today only (11th April) Save 45% on mine and other books at

  2. Apr 8

    🙌 I DID IT! A source generator that finds the Equality attribute on a record parameter and generates the equality for that field. I’m bringing big brain 🧠 energy into the weekend. (Oww, my head hurts).

  3. People View all

  4. 18 Nov 2021

    I guess what I want is some kind of electron net but with MAUI. Like a SPA, but in desktop. A server in c# in desktop app, that processes all the hard computation, and react just presents the UI calling the C# API. I was wondering if MAUI has something better than electron net

  5. Apr 7

    Learn how to build a full app from scratch with Shell, navigation, geolocation, maps, and more with this free workshop myself and the team built:

  6. Apr 10

    In C# there are two ways to generate temporary type. ( Type generated at compile time) 1. Tuple - Generated as fields. 2. Anonymous Type - Generated as Properties. More on this later.

  7. Apr 8

    Async Eliding Pitfalls in .NET ⚠️ 2. Don't use async eliding in using statements. Example:

    Async Eliding Pitfalls - 2
  8. Apr 10

    + + + = 💕 You can use your Minimal API code to create AWS Lambda function - and finally expose it using direct HTTP/S endpoint.

    Show this thread
  9. Apr 6

    tip: Super thin dependency injection with records! No need for ctor😄

  10. Apr 9

    easy and generally a joy to do. Domain in around 45 lines. Then start playing around with sample functions and some test data to validate it "feels right". The complete code, such as it is, can be found here:

    Show this thread
  11. Apr 7

    While election candidates learnt about ’s manifesto, a bunch of ppl finished a 6 month coding bootcamp (4 hours of lessons a week, self study + 3 month projects). That’s a big commitment to shout about that DJ created + fund (thanks to for leading)

  12. Apr 10

    Unfortunately has a lot of perception marketing to tackle still. Of course, there’s always going to be wilful ignorance so it’s hard.

  13. Apr 10

    Going live in 2 Hours! Come join us as we continue our series on how to build REST APIs 🙌

  14. Apr 9

    ☎️ Recursive function calls are possible with F#. 🤔 Use the "rec" keyword to allow a function to reference itself.

    F# Recursive
Functions

You can use the "rec"
keyword to define recursive
functions.

Recursive functions allow
you to call a function within
its definition.

Be cautious, as an infinite
recursion will end in a stack
overflow.

F# example code:

Let rec factorial n =
    if n = 0 then
        1
    else
        n * factorial (n - 1)
        
printfn $"{factorial 6}"
  15. 22 hours ago

    So what is the .NET docker base image for production? dockerhub is hopeless but I found mcr_microsoft_com_dotnet_aspnet:6.0 but wonder if there is smaller one for me since I am doing a console app.

  16. Apr 4

    Open-source MAUI Workshop - Multi-platform apps with

  17. Apr 9

    Announcing .NET Community Toolkit v8.0.0 Preview 3

  18. Apr 10

    I wrote "Solve For The Next DayOfWeek From DateTime" (05/11/2021) by RTs appreciated. (04/10/2022)

  19. Apr 7

    Woot woot! 🎉🎊I got my first post published on . Thanks to the editors for approving my contribution

  20. Apr 7

    Não tenho maturidade para a minha própria profissão

Loading seems to be taking a while.

Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.