ASP.NET Core
13K subscribers
2 photos
313 links
Download Telegram
Analyzing a memory leak discovered by our build server

A few weeks ago, I was working on a feature in Rider when I received a build failure e-mail from TeamCity, our continuous integration service. I was not allowed to merge my feature into the main product as it was causing a … Continue reading →
The post Analyzing a memory leak discovered by our build server appeared first on .NET Tools Blog.


https://blog.jetbrains.com/dotnet/2018/10/02/analyzing-memory-leak-discovered-build-server/
So far we have talked about how quite a few new features of C# 8. We have talked about how C# 8 fixing interpolated verbatim strings (here), we have talked about the languages new Index Struct and the usage of the Hat operator (here) and we have talked about default interface methods (here). In this article we will talk about another feature that some people might call small and minor, but still very very useful as it can clean up code and remove lots of noise.
http://www.devsanon.com/c/c-8-introducing-target-typed-new-expressions/?utm_source=csharpdigest&fbclid=IwAR24othAi3POVDJRWPsOQQzFtUObuBJSlySopT34ra8VxrQm04n-aUmR2a0
Blazor is a single-page app framework for building interactive client-side Web apps with .NET. Blazor uses open web standards without plugins or code transpilation. Blazor works in all modern web browsers, including mobile browsers.

https://www.hanselman.com/blog/WhatIsBlazorAndWhatIsRazorComponents.aspx