.Net (16)
2020
Using F# in Xamarin Apps - functional mobile apps
F# is not a natural drop-in replace for C# when writing mobile apps, but rather an excellent option for modeling our domain.
Wishing you all a very Bekk Christmas
Bekk is sharing 10 articles and a podcast episode every day until Christmas Eve!
Introducing .NET Multi-platform App UI
Microsoft has both understood the power of the MVU-pattern and unveiled a new unified way of building cross-platform native frontends from a single codebase.
Moderne mobilutvikling med .Net 5 og Xamarin
Talk at Bekk conference about modern mobile development with .Net 5 and Xamarin.
2019
Cannot print exception string using Oracle.ManagedDataAccess
Oracle provides two NuGet packages, one for the regular .Net Framework, one for .Net Core. Use the one that matches your framework.
Testing ViewModels using INotifyPropertyChanged verifier
A fluent extension of xUnit for testing implementations of INotifyPropertyChanged in ViewModels.
Build and test ASP.Net Core app in Docker via GitHub Actions
Building and testing an ASP.Net Core application in Docker using GitHub Actions is possible, but I would still use the regular method for a couple of reasons.
Build and test ASP.Net Core 3.0 app via GitHub Actions
GitHub Actions is a modern and easy way to keep your entire product lifecycle wihtin GitHub. Still early days though.
Xnapshot - automated iOS screenshots
Implement one simple method per screenshot and use your time productively while your computer takes the screenshots.
Jekyll YAML front matter validator
A simple script that validates Jekyll YAML front matter according to specific rules verifying that a Jekyll blog will build correctly.
The SDK 'Microsoft.NET.Sdk' specified could not be found
Sometimes, rebooting Visual Studio for Mac will fix your issue.
FindRef - find those references!
findref is a simple .Net global tool designed for searching through a directory of DLLs after a given assembly reference.
Cross-platform mobile development using C# and Xamarin Forms
University lecture.
Cross-platform mobile development using C# and Xamarin Forms
University lecture.
2018
Build an ASP.Net Core App with React and Docker Hosting
This post shows how to create an ASP.Net Core app with a React frontend and Docker hosting.
ASP.NET Core web app running in containers orchestrated by Docker Compose
University lecture.