Announcing the .NET Framework 4.8

#256 – April 28, 2019

sponsor

Find A Job Through Vettery

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!

this week's favorite

Announcing the .NET Framework 4.8

We are thrilled to announce the release of the .NET Framework 4.8 today. It’s included in the Windows 10 May 2019 Update. .NET Framework 4.8 is also available on Windows 7+ and Windows Server 2008 R2+.

7 Debugging Techniques for when your .NET application Freezes

How many times did you use a desktop application to end up with a frozen unresponsive window? Don’t know about you, but it happened to me more times than I can count. This article is about what we are to do when our .NET application freezes. We’re going to explore tools and debugging techniques to see where the program is stuck and to find the core cause of the issue.

Server Side Blazor

In this post I do a quick comparison between client side Blazor and server side Blazor. In my previous article I ran an experiment with client side Blazor. In this article I want to explore server side Blazor to see how it compares to the client side counterpart.

Persist and retrieve relational data with Entity Framework Core

Entity Framework Core supports updating and retrieving relational data using C#. In this module, you'll learn how to connect to a cloud-hosted relational database and how to perform Create, Read, Update, Delete (CRUD) operations against that data.

Breaking down the fundamentals of C #: allocating memory for a reference type on the stack

This article will show you the basics of types internals, as of course an example in which the memory for the reference type will be allocated completely on the stack (this is because I am a full-stack programmer).

newsletters