Pragyanshu Aryandotnet-hangfire.hashnode.dev·Nov 15, 2024Comprehensive guide to learning Hangfire in .NET CoreIn today’s fast-paced digital world, smooth and efficient background processing can make or break the performance of your applications. Enter Hangfire, the powerhouse library for handling background jobs in .NET Core. Whether you’re building a high-l...Discuss.net core
Naveed AusafforfreeCodeCampfreecodecamp.org·Nov 8, 2024How to Set Semantic Versioning for .NET Core Apps and LibrariesSemantic Versioning (or SemVer for short) is a software versioning scheme that stipulates three-part version numbers in the form <major>.<minor>.<patch>, such as 1.0.2, with an optional prerelease suffix in the form -<prerelease>, as in 1.0.2-beta. S...Discuss.NET
Rabiatu Mohammedrabiatucloud.hashnode.dev·Nov 1, 2024Create and Test an ASP.NET Core App in Azure DevOps PipelinesWhat is Azure DevOps? Azure DevOps is Microsoft’s all-in-one platform for planning, developing, testing, and deploying software. It offers tools like Azure Repos for source control, Azure Pipelines for automating CI/CD, Azure Boards for project manag...Discussazure-devops
Anuj Tomarseoguy.hashnode.dev·Oct 7, 2024How to use policy-based authorization in ASP.Net CoreTake advantage of policy-based authorization in ASP.Net Core to implement a flexible, extensible, custom security model. If you have experience in the Development of ASP.Net web applications, you are undoubtedly familiar with role-based authorization...Discuss·58 reads.NET
Md Asif Alammeasifalam.hashnode.dev·Jul 22, 2024Implementing User Registration in ASP.NET Core with IdentityIn this post, we will explore how to implement user registration in an ASP.NET Core application using Identity. The provided code snippet demonstrates a controller that handles user registration, including role assignment. Code Explanation The AuthCo...DiscussAuthenticationAndAuthorizationAspnetcore
Shoyeabshoyeab.hashnode.dev·Jul 10, 2024Setting Up an ASP.NET Core Application with Entity Framework: A Beginner's GuideIntroduction This guide will take you through the process of setting up an ASP.NET Core application using Entity Framework (EF) for database management. We'll cover creating models, defining relationships, managing migrations, seeding data, and ensur...Discuss·10 likesAspnetcore
software developmenthiredevelopers123.hashnode.dev·Jun 3, 2024Creating Your First ASP.NET MVC Application: A Step-by-Step GuideLearn how to create your very first ASP.NET MVC application from scratch with this comprehensive step-by-step guide. Follow along as we walk you through setting up your development environment, creating the project structure, adding controllers and v...DiscussCodingTutorial
Md Asif Alammeasifalam.hashnode.dev·May 14, 20245. Implementing a GET Endpoint to Retrieve Coupons in ASP.NET Core Minimal APIDescription: In this tutorial, we'll walk through the process of implementing a GET endpoint in ASP.NET Core to retrieve coupons from a coupon store. Follow along as we write the code and discuss best practices for building robust APIs in C#. By the ...DiscussMinimal API in DotNet Core#GETEndpoint
Deepak Kumar Jainthoughtcopy.com·May 7, 2024Working with EF Core pipelineEntity Framework Core (EF Core) is a powerful and flexible object-relational mapping (ORM) framework for .NET applications, enabling developers to work with relational databases using strongly-typed .NET objects. It simplifies data access by abstract...Discuss·52 readsASP.NET Core Advance Conceptasp.net core
Kristof RiebbelsProdotnet.kriebbels.me·May 5, 2024Signature validation required? Microsoft Says No.No signature validation using AddMicrosoftAccount() TLDR; Microsoft's AddMicrosoftAccount() method does not do signature validation for tokens, which poses potential security risks. This article explores the implications of this, using an analogy of ...Discuss·43 readsDotNetEntra