#248 – March 03, 2019
Vettery specializes in tech roles and is completely free for job seekers. How does it work? You apply to join the platform, and once accepted, you’ll start receiving interview requests directly from top companies growing their tech teams. You decide which interviews you want to take, all from the comfort of your inbox!
ASP.Net Core Localization: One RESX to rule them all
Localizing an ASP.Net Core web application with one resource file (per language) is not as easy as I have thought. So here I am sharing a straight forward and easy way to do just that in less than 5 minutes.
Active Directory Authorization Workflow
In an effort to keep this document relevant to the core subject matter, I will not be going into any detail on Entity Framework, Web API, or Angular. They already have amazing documentation, and I highly encourage you to read up on anything you're not familiar with if this doesn't make sense to you.
An Introduction to Optimising Code Using Span
In this post, we’ll continue from the last two posts by introducing theSpan
How to port desktop applications to .NET Core 3.0
In this post, I will describe how to port a desktop application from .NET Framework to .NET Core. I picked a WinForms application as an example. Steps for WPF application are similar and I’ll describe what needs to be done different for WPF as we go. I will also show how you can keep using the WinForms designer in Visual Studio even though it is under development and is not yet available for .NET Core projects.
An in-depth analysis of .NET Core 3.0 support for WPF and Winforms APIs
In this post I will compare .NET Core 3.0 Windows Forms (Winforms) and WPF APIs with .NET Framework 4.x.