Dikshya Subedidikshyasubedi.hashnode.dev·Aug 16, 2023Dapper in .Net 6Dapper is a popular lightweight Object-Relational Mapping (ORM) library for .NET applications. It was developed by Stack Overflow to provide a simple and efficient way to work with databases while minimizing the performance overhead typically associa...DiscussDapper
Tadit Dashblog.taditdash.com·Jul 24, 2023Demystifying the Deployment of a .NET 6 Application on Windows Server with IIS 🚀Introduction 📝 Deploying a .NET 6 application on a Windows server with IIS can be a thrilling yet challenging task. In this blog post, we will explore the steps our team followed, the hurdles we encountered, and the solution that ultimately led to s...Discuss·769 reads.net 6.0
Ronald Kaindaronaldkainda.blog·May 19, 2023C# Minimal API - the node js migrationMinimal API is a feature introduced in .NET 6 that simplifies the process of building APIs. This feature is designed to help developers write less code, reduce boilerplate code, and increase productivity. Minimal API provides a lightweight, streamlin...Discuss·1 like·242 readsC#
Ronald Kaindaronaldkainda.blog·Mar 13, 2023C# and record typesRecords provide a way to create and work with structured data in a more efficient and organized manner. In this article, I will explore what C# records are and how they can be used to improve the design and functionality of your code. Records were in...Discuss·567 reads.NET
Marvin Nii-Odai Botchwaymarvinbotchway.hashnode.dev·Jan 31, 2023[Part 1 /3] A Full-Stack Expense Tracking App With Blazor, Web API & EF Core and SQL Server Express.The app would provide a user with a way to keep a record of expenses. NOTE: This tutorial uses .NET 6.0 (Long Term Support) and may not work the same for other versions. Things you'll need (Prerequisites) Visual Studio Installed SQL Server Express ...Discuss·285 readsBlazor
Idowu Adekaleidowublog.hashnode.dev·Dec 3, 2022How to configure Serilog in .Net 6Installation First, you will have to install Serilog to your project from your Nuget Package Great, let's add the Using Serilog namespace in your program.cs file Configuration After that we will configure the serilog code in the program.cs file tha...Discuss·1 like·33 reads.net 6.0
José Pablo Ramírez Vargaswebjose.hashnode.dev·Oct 22, 2022Creating Overridable Hierarchical Attribute Filters for ASP.net 6You have worked with them and probably haven't given them a second thought: Attribute filters that can be placed at the controller level as well as the action level, and it is expected that the action-level one "overrides" whatever setting/functiona...Discussasp.net core
Hemant Singhmemorycrypt.hashnode.dev·Oct 16, 2022Create a Web API with Custom Authentication and ASP.NET Core IdentityHey folks! So, in a previous article, we created a Web API with JWT token authentication and ASP.NET Core Identity. However, in some scenarios, we may not necessarily be open to using JWT tokens. Rather, we may want our own custom tokens. For such sc...Discuss·581 readsC# and .NET.NET
Hemant Singhmemorycrypt.hashnode.dev·Oct 2, 2022Create a Web API with JWT Authentication and ASP.NET Core IdentityHi there! Let us see how to create a Web API in .NET 6.0 with JWT Authentication and ASP.NET Core Identity. Implementing authentication in any app is rarely an easy task, but don't worry , we will get there, slow and steady :) If you are in a bit of ...Discuss·2 likes·1.5K readsC# and .NETentity framework
Satish Yadavread.satishyadav.com·Jul 4, 2021.NET 6 LINQ New FeaturesWhat is .NET 6 and why should I care? .NET 6 is the upcoming major overhaul for .NET. It unifies entire .NET experience. No more .NET Core, .NET Full Framework, Xamarin, Mono, etc. Just a single .NET. New LINQ Features At the time of writing this pos...Discusslinq