dotNET Weekly
Add a link
LoginRegister
PrevDecember 2020Next
WSMTWTFS
49293012345
506789101112
5113141516171819
5220212223242526
53272829303112

Want to receive every Tuesday the best .NET links?

Once subscribed you can login, submit a link and receive the weekly newsletter.

Join more than 4847 .NET professionals!

15 reasons why you should learn C# in 2021

by andrea.angella, 2020-12-24T00:04:01.968Z

I want to share my top 15 reasons why I consider C# the best programming language in the world and why you should learn and master C# in 2021.

c#

ASP.NET Core Hero .NET 5 Clean Architecture Boilerplate

by iammukeshm, 2020-12-25T12:01:28.544Z

ASP.NET Core Hero .NET 5 Clean Architecture Boilerplate is here! #released. 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. An idea to bring together the best and essential practices/packages of ASP.NET Core 5.0 along with Clean Hexagonal Architecture that can be a right fit for small/mid and enterprise-level solutions. How easy would it be if you are able to run a single line of CLI command on your Console and you get a complete implementation in no time? That's the exact vision I have while building this full-fledged Boilerplate template. Features Included - Slim Controllers using MediatR Library Permissions Management based on Role Claims Toast Notification (includes support for AJAX Calls too) Serilog ASP.NET Core Identity AdminLTE Bootstrap Template (Clean & SuperFast UI/UX) AJAX for CRUD (Blazing Fast load times) jQuery Datatables Select2 Image Optimization Includes Sample CRUD Controllers / Views Active Route Tag Helper for UI RTL Support Complete Localization Support / Multilingual Clean Areas Implementation Dark Mode! Default Users / Roles Seeding at Startup Supports Audit Logging / Activity Logging for Entity Framework Core Automapper JWT & Refresh Tokens Swagger and so much more.. Links - Project page - https://codewithmukesh.com/project/aspnet-core-hero-boilerplate/ Quick Start Guide - https://codewithmukesh.com/blog/aspnet-core-hero-boilerplate-quick-start-guide/

asp.net-core

Audit Trail Implementation in ASP .NET Core with Entity Framework Core (.NET 5)

by iammukeshm, 2020-12-25T20:28:03.379Z

Audit Trail Implementation in ASP .NET Core with Entity Framework Core (.NET 5) Here is a handy technique to track changes that are done by your logged-in users. Ever wondered who had updated the value of a certain entity record in your ASP .NET Core Application? You would want to always keep a record of each and every modification made to your application data. This is quite vital for many businesses as well. Topics Covered. 1. Scaffolding the CRUD Application. 2. Getting Started with Audit Trail Implementation in ASP .NET Core 3. BONUS – Cleaner way to Update Entities via EFCore. 4 An Alternative – NuGet package.

asp.net-core

Performance Improvements in .NET 5

by bill-s, 2020-12-21T06:02:35.494Z

In previous releases of .NET Core, I’ve blogged about the significant performance improvements that found their way into the release. For each post, from .NET Core 2.0 to .NET Core 2.1 to .NET Core 3.0, I found myself having more and more to talk about. Yet interestingly, after each I also found myself wondering whether there’d be enough meaningful improvements next time to warrant another post. Now that .NET 5 is shipping preview releases, I can definitively say the answer is, again, “yes”. .NET 5 has already seen a wealth of performance improvements, and even though it’s not scheduled for final release until later this year and there’s very likely to be a lot more improvements that find their way in by then, I wanted to highlight a bunch of the improvements that are already available now. In this post, I’ll highlight ~250 pull requests that have contributed to myriad of performance improvements across .NET 5.

.net

What’s new in .NET 5 and C# 9

by andrea.angella, 2020-12-24T00:02:53.414Z

Learn about the key innovations added to .NET 5 and deep dive into the features introduced in C# 9.

.net

NewslettersAboutPrivacy Policy