Daniel Hindrikes
Developer and architect with focus on mobile- and cloud solutions!
Developer and architect with focus on mobile- and cloud solutions!
All videos from .NET Frontend Day 2022 are now uploaded as individual videos on YouTube. You find them in the playlist below, and don’t forget to subscribe to the channel!
On Thursday 10 Feb, this year of .NET Frontend Day will be streamed with 8 great speakers talking about .NET MAUI/Xamarin, Blazor and more. Read more here: https://dotnet-frontend.com
You may have heard about Blazor Desktop, Blazor Hybrid, or maybe Blazor Native. All of them are the same, just different names. What it really is, is the BlazorWebView. A control for .NET MAUI (and Xamarin.Forms), WinForms and WPF. BlazorWebView can be seen as the third option about how you will host your Blazor app. […]
It is now about two weeks since I got my Apple Macbook Pro M1 delivered. It is the one with 16 GB of RAM and 2 TB SSD. Delivery time was quite long, I ordered it at the beginning of December. But now when I have used it as my primary machine for a while […]
Vi är på episod 5, vad passar bättre än att då prata om .NET 5. Microsoft jobbar mot ett .NET efter att .NET började bli spretigt, med .NET Framework, Mono och .NET Core. Daniel och Johan pratar om statusen på ihopslagningen och vad som är nytt .NET 5. https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-8/ https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
The second edition of Xamarin.Forms Projects is now published. You can buy it from Packt or Amazon. It will also be available in other book stores. More Information An example-driven guide to help you build native cross-platform mobile apps using Xamarin, .NET Core 3, and Visual Studio 2019. Set up Xamarin.Forms for building native apps […]
We have started to develop a web version of WordRoom. We will use web socket to communicate with our backend. All messages (POCOs) that is used in our versions of WordRoom is written in C#. We don’t want to rewrite all messages to JavaScript for use with web sockets. To solve this problem we created […]