ASP.NET Hack Advent
During this years Advent, I'd like to post a kind of an Advent calendar. Until December 24th I'm going to post a link to a good community resource and a few lines about it. The resource should be about...
View ArticleASP.NET Core 3.0 Weather Application - The gRPC Client
IntroductionI'm going to write an application that reads weather data in, stores them and provides statistical information about that weather. In this case I use downloaded data from a weather station...
View ArticleASP.NET Hack Advent Post 01: NDC Conference Videos
Maybe you already know the NDC Conferenced that are organized around the world (like Oslo, London, Sydney and Minnesota). Did you already know the there is a YouTube channel with almost al of the...
View ArticleASP.NET Hack Advent Post 02: Steve Gordon's blog
Do you like to deep dive into specific ASP.NET Core and .NET Core topics? If yes, you definitely should bookmark Steve Gordon's blog about .NET Core and ASP.NET Core. Steve is a senior .NET developer...
View ArticleASP.NET Hack Advent Post 03: Fritz and Friends
Twitch isn't just for gamers and folks who wants to watch gamers playing games. There are also a lot of developers who do life coding on Twitch. And the guy who does this for a long time (since almost...
View ArticleASP.NET Hack Advent Post 04: Damien Bowden's blog
Do you want to write secure ASP.NET Core applications and do you want to know how to protect your single page application? One of the best places to learn about security is the the blog of Damien...
View ArticleASP.NET Hack Advent Post 05: .NET Core 3.1 is out
Ok, this is not one of the posts I expected to write for the ASP.NET Hack Advent, but it is an important one anyway and not that off-topic.On Monday .NET Core 3.1 was released, which is a release for...
View ArticleASP.NET Hack Advent Post 06: Andrew Lock's blog
This sixth post is about a blog that is full of different, but detailed posts about .NET Core and ASP.NET Core. The blog's name ".NET Escapades" kinda describes, that author is writing about almost all...
View ArticleASP.NET Hack Advent Post 07: Blazorise
Recently I stumbled upon a really cool project that provides frontend components for Blazor. It supports Blazor server side and Blazor WebAssembly on the client side. I found that project, while I was...
View ArticleASP.NET Hack Advent Post 08: Hanselman debugs a .NET Core Linux app in WSL2...
Scott Hanselman also loves hacking. Hacking on small devices and on Windows and Linux. In this post, I want to introduce, he shows how to debug a .NET Core Linux app that runs in the WSL2 with a Visual...
View ArticleASP.NET Hack Advent Post 09: November 2019 .NET/ASP.NET Documentation Update
For the ninth post I found a pretty useful blog post about .NET Core and ASP.NET Core documentation updates for the version 3.0. This post was written by Maxime Rouiller, a former MVP, who now works...
View ArticleASP.NET Hack Advent Post 10: Wasmtime
WebAssembly is pretty popular this time for .NET Developers. With Blazor we have the possibility to run .NET assemblies inside the WebAssembly inside a browser.But did you know that you can run...
View ArticleASP.NET Hack Advent Post 11: Updating an ASP.NET Core 2.2 Web Site to .NET...
.NET Core 3.1 is out, but how to update your ASP.NET Core 2.2 application? Scott Hanselman recently wrote a pretty detailed and complete post about...
View ArticleASP.NET Hack Advent Post 12:.NET Rocks Podcasts
Do you like podcasts? Do you like entertaining and funny technical podcasts about .NET? I definitely do. I like to listen to them while commuting. The best and (I guess) the most famous .NET related...
View ArticleASP.NET Hack Advent Post 13:.NET Conf: Focus on Blazor
The .NET Conf in September this year was great and it was a pleasure to also do a talk on the 25th which was the community cay with a lot of awesome talks from community folks around the world. I'm...
View ArticleASP.NET Hack Advent Post 14: MailKit
This fourteenth post is about a cross-platform .NET library for IMAP, POP3, and SMTP.On Twitter I got asked about sending emails out from a worker service. So I searched for the documentation about...
View ArticleASP.NET Hack Advent Post 15: About silos and hierarchies in software development
This post is a special one. Not really related to .NET Core or ASP.NET Core, but to software development in general. I recently stumbled upon this post and while reading it I found myself remembering...
View ArticleASP.NET Hack Advent Post 16: ConfigureAwait & System.Threading.Channels
Stephen Toub published two really good blog post about in the Microsoft .NET Net blog.The first one is a really good and detailed FAQ style post about ConfigureAwait. If you would like to learn about...
View ArticleASP.NET Hack Advent Post 17: Creating Common Intermediate Language projects...
For the todays ASP.NET Hack Advent post, I found a link to one of the awesome posts of Filip W. In this post Filip describes the new project type that allows you to write .NET Projects in IL code...
View ArticleASP.NET Hack Advent Post 18: The .NET Foundation has a new Executive Director
On December 16th, Jon Galloway announced that Oren Novotny will follow him as the new Executive Director of the .NET Foundation. Jon started as Executive Director in February 2016. Until now, the .NET...
View Article