Get Mystery Box with random crypto!

.NET Developer

Logo of telegram channel devdot — .NET Developer N
Logo of telegram channel devdot — .NET Developer
Channel address: @devdot
Categories: Technologies
Language: English
Country: Iran
Subscribers: 996
Description from channel

Introducing Projects, Blogs, Podcasts, News and more for .NET Developers
Discussion Group: @devdotchats

Ratings & Reviews

2.00

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

0

3 stars

1

2 stars

0

1 stars

1


The latest Messages 9

2021-02-05 12:34:55 aspnetcorehero/Boilerplate

Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.

#asp #aspnet #csharp #web #api

https://github.com/aspnetcorehero/Boilerplate
224 viewsedited  09:34
Open / Comment
2021-02-03 11:39:05 Deploying a .NET Core Blazor App to Netlify using GitHub Actions

https://exceptionnotfound.net/deploying-a-net-core-blazor-app-to-netlify-using-github-actions/
194 viewsedited  08:39
Open / Comment
2021-02-02 17:50:53
Writing high performance F# code

While this post is addressed to F# .NET developers, it introduces much wider concepts starting from hardware architecture to overall .NET runtime and JIT compiler optimizations. It shouldn't be a surprise - optimizing the application performance requires us to understand the relationships between our high level code and what actually happens on the hardware.

#fsharp #perf #performance

https://bartoszsypytkowski.com/writing-high-performance-f-code/amp/
171 viewsedited  14:50
Open / Comment
2021-02-02 17:50:19
C# 9 - Improving performance using the SkipLocalsInit attribute

C# 9 brings lots of new language features. One of them is the ability to suppress emitting .locals init flag. This feature allows to improve the performance of a method by not zeroing the local variables before executing the method. Even if zeroing local has been improved in .NET 5, not doing it will still be faster.

#csharp #perf #performance

https://www.meziantou.net/csharp-9-improve-performance-using-skiplocalsinit.htm
165 viewsedited  14:50
Open / Comment
2021-02-01 00:42:03 Using C# Source Generators to create an external DSL | .NET Blog

https://devblogs.microsoft.com/dotnet/using-c-source-generators-to-create-an-external-dsl/
200 viewsedited  21:42
Open / Comment
2021-02-01 00:39:45 What the F#

In a previous post I have explained my motivations for functional programming. It’s no secret I love F# because F# makes me sleep better. In this post, I would like to discuss some different aspects of F#.

https://onurgumus.github.io/2021/01/31/What-the-F.html
202 views21:39
Open / Comment
2021-02-01 00:39:00 Prerendering a Blazor WebAssembly app to static files, without an ASP.NET Core host app

https://andrewlock.net/prerending-a-blazor-webassembly-app-without-an-asp-net-core-host-app/
189 views21:39
Open / Comment
2021-01-30 00:01:16 manuelroemer/Files

A modern, immutable, async-first, DI-friendly abstraction of hierarchical file systems with a consistent and developer friendly API that allows seamless switching between multiple underlying file system manifestations, while also fixing and hiding the flaws and inconsistencies of the wrapped APIs.

#csharp #files #fs #filesystem

https://github.com/manuelroemer/Files
214 viewsedited  21:01
Open / Comment
2021-01-24 19:58:21 CsWin32

A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.

#csharp #pinvoke #platform #source_generator

https://github.com/microsoft/CsWin32
304 views16:58
Open / Comment
2021-01-24 19:55:51
Fugit

An F# library for syntactically nice construction of DateTime and TimeSpan objects.

#fsharp #datetime #timespan

https://github.com/Jlobblet/Fugit
253 viewsedited  16:55
Open / Comment