Best of .NET2021

  1. 1
    Article
    Avatar of discdotDiscover .NET·5y

    Clean Architecture Example & Breakdown

    Clean Architecture is a way of organizing your application logic. It is broken down into 4 projects to represent the various layers and enforcing the direction of dependencies. I have a love/hate relationship with templates because it’s really difficult to provide context for when something should or shouldn’t be used.

  2. 2
    Article
    Avatar of omgubomg! ubuntu!·4y

    Maui Shell Offers a Beautiful Vision for the Future of Linux

    Maui Shell aims to work on mobile devices and regular desktops. It is made up of a shell container named ‘Cask’ and a compositor called ‘Zpace’ These components work together to tailor the user experience to the screen-size and form-factor they run on.

  3. 3
    Article
    Avatar of devblogsDevBlogs·5y

    Announcing .NET 6 — The Fastest .NET Yet

    C# 10 and F# 6 deliver language improvements that make your code simpler and better. .NET 6 is the first release that natively supports Apple Silicon (Arm64) and has also been improved for Windows Arm64. Hot Reload enables you to skip rebuilding and restarting your app to view a new change.

  4. 4
    Article
    Avatar of dnetcurryDotNetCurry·5y

    Architecture of Web Applications (with Design Patterns)

    There are two primary categories of web applications based on where the final HTML markup to be rendered in the browser, is generated. In server-side rendered applications, this is done on the server. The architecture of client-side. rendered applications has more in common with desktop and mobile applications which I. have already covered in my previous article from this series: Architecture of desktop. and mobile.

  5. 5
    Article
    Avatar of telerikTelerik·4y

    Angular on Desktop

    Angular is one of the most popular modern web application development platforms. There are strategies for code sharing with web, but a lot also depends on the type of app being built and the desktop integrations desired. One of the easiest ways for a web app to work on desktop is PWA—web apps can be progressively better citizens on mobile/ desktop platforms.