Best of .NETAugust 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    FastEndpoints

    Use FastEndpoints to create your first endpoint that will handle an HTTP POST request and send a response back to the client. You simply configure how the endpoint should be listening to incoming requests from clients in the Configure() section. You can also override the HandleAsync() method in order to specify your handling logic.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Earn a Free C# Certification from Microsoft and freeCodeCamp

    Microsoft and freeCodeCamp have teamed up to bring you a new free professional certification: the Foundational C# Certification. This professional certification includes 35 hours of training from Microsoft and an online certification exam. By the end of this process, you'll have earned your own verified certification that you can add to your Résumé, LinkedIn, or CV.

  3. 3
    Article
    Avatar of asayerasayer·3y

    An Introduction to Blazor

    Blazor is a cutting-edge web framework created by Microsoft. The term ‘Blazor’ is a fusion of ‘Browser’ and ‘Razor,’ the latter being a syntax within ASP.NET that facilitates the generation of dynamic web elements.

  4. 4
    Article
    Avatar of discdotDiscover .NET·3y

    Domain Modeling Gone Wrong

  5. 5
    Article
    Avatar of devblogsDevBlogs·3y

    Visual Studio for Mac Retirement Announcement

    Visual Studio for Mac 17.6 will continue to be supported for another 12 months, until August 31st, 2024. The decision has been made to retire C# Dev Kit for VS Code and other extensions that will allow you to take advantage of our ongoing investments in.NET development on a Mac.

  6. 6
    Article
    Avatar of discdotDiscover .NET·3y

    Improving performance and memory use while accessing APIs using HTTPClient in dotnet

    Improving performance and memory use while accessing APIs using HTTPClient in dotnet. In this article, let's learn about how to use Stream while reading data from API Using Stream while sending data to API. Let's explore how we can implement this improvement using in place of.NET.

  7. 7
    Article
    Avatar of discdotDiscover .NET·3y

    Microsoft Kills Visual Studio for Mac -- Visual Studio Magazine

    Microsoft kills Visual Studio for Mac after a years-long effort to get the IDE up to par with the Windows version. Development problems caused VS 2022 for Mac to debut about six months after that Windows version last year. Support will officially end in one year, on Aug. 31, 2024.

  8. 8
    Article
    Avatar of dotnet.NET Blog·3y

    Announcing the New Foundational C# Certification with freeCodeCamp

    The Foundational C# Certification is completely free, globally available, and includes a full 35-hour C# training course hosted on Microsoft Learn. FreeCodeCamp is a charity that creates free learning resources for math, programming, and computer science. The certification is not just a badge, but a mark of quality education.

  9. 9
    Article
    Avatar of davecallanDave Callan·3y

    How to auto include navigations in Entity Framework

    AutoInclude() can be useful if you know that you will always need the data from the navigation property, even if you are not explicitly querying for it. If we need to ignore AutoIncluded() for a particular query with can use IgnoreAutoIncludes(). This implicitness is similar to global query filters which can also change a query.

  10. 10
    Article
    Avatar of discdotDiscover .NET·3y

    Background Tasks Are Finally Fixed in .NET 8

  11. 11
    Article
    Avatar of auth0Auth0·3y

    How to Validate JWTs in .NET

    This article will explain why you need to validate a JWT, what it means in general, and how to do it in the.NET platform.NET. JWTs are an open standard that defines how to share information between parties using the JSON format. The meaning of the token depends on the specific context or application.

  12. 12
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Microservices Concept Using the .NET Core Framework

    .NET Core Framework is a free and open-source platform for building cross-platform applications.NETCore is designed to be modular, lightweight, and fast. It also has built-in support for developing and deploying microservices using Docker containers. You can run multiple containers on a single machine or across a cluster of machines.

  13. 13
    Article
    Avatar of circleCircleCI·3y

    DevOps language trends 2023: Top tools used by elite software delivery teams

    DevOps language trends 2023: Top tools used by elite software delivery teams. Python leapfrogged JavaScript and Ruby to become the second-most commonly used language. Python is a fast-growing developer favorite due to its versatility, easy-to-read syntax, and extensive ecosystem of libraries and frameworks.

  14. 14
    Article
    Avatar of aspnetASP.NET Blog·3y

    Celebrating the Release of .NET 8!

    .NET Conf 2023 is a free, three-day virtual developer event that celebrates the release of.NET 8. This year’s themes promise to enthrall developers with their relevance and innovation. All sessions must be submitted through Sessionize, and we will assemble the best and most interesting sessions to be broadcast live during the event.