Skip to main content
Tag

core

All blogs tagged with core

74
Articles
511,561
Total Views

Showing 74 of 74 articles

06
Apr
2026
Integrating ASP.NET Core Identity with NHibernate for Robust User Management
2 views

This tutorial provides a comprehensive guide on integrating ASP.NET Core Identity with NHibernate for effective user management. Understanding this integration is crucial for modern web applications that require scalable and secure authentication and authorization mechanisms. Readers should be familiar with C#, ASP.NET Core basics, and the fundamental concepts of NHibernate ORM.

06
Apr
2026
Unit Testing NHibernate Repositories in ASP.NET Core Projects
2 views

This blog post provides an in-depth exploration of unit testing NHibernate repositories within ASP.NET Core projects, covering the theory, practical implementations, and best practices. Understanding how to effectively test these repositories is crucial for ensuring data integrity and application reliability. Readers should have a basic knowledge of C#, ASP.NET Core, and unit testing principles.

06
Apr
2026
Mapping Strategies for NHibernate in ASP.NET Core: A Comprehensive Guide
1 views

This guide covers the various mapping strategies available in NHibernate for ASP.NET Core applications, offering insights into their practical applications and implications. Understanding these mapping techniques is crucial for efficient database interaction and object-relational mapping in .NET. Familiarity with C# and basic NHibernate concepts will be beneficial for maximizing the value of this content.

05
Apr
2026
Performance Tuning NHibernate for ASP.NET Core Applications
7 views

Readers will learn advanced techniques for optimizing NHibernate in ASP.NET Core applications, focusing on performance improvements. Understanding these concepts is crucial for building scalable and efficient applications that handle large datasets without compromising speed. Prior knowledge of ASP.NET Core and basic NHibernate configurations is recommended.

05
Apr
2026
Troubleshooting NHibernate Errors in ASP.NET Core Applications
13 views

This comprehensive guide delves into troubleshooting NHibernate errors within ASP.NET Core applications, providing readers with the knowledge to identify, analyze, and resolve common issues. Understanding NHibernate's behavior and error messages is crucial for maintaining robust data access layers in enterprise applications. Prior familiarity with ASP.NET Core and basic ORM concepts will enhance the learning experience.

05
Apr
2026
Configuring NHibernate with ASP.NET Core: A Comprehensive Step-by-Step Guide
9 views

In this guide, readers will learn how to effectively configure NHibernate with ASP.NET Core to manage database interactions in a more flexible and powerful manner. This is crucial for developers looking to leverage object-relational mapping (ORM) for seamless database operations within their applications. Prior knowledge of ASP.NET Core and basic C# programming is recommended for optimal understanding.

04
Apr
2026
Integrating Grok API with Entity Framework in ASP.NET Core: A Comprehensive Guide
12 views

This article will provide an in-depth exploration of integrating the Grok API with Entity Framework in an ASP.NET Core application. You'll learn about the architecture of both technologies, how they interact, and best practices for implementation. Familiarity with ASP.NET Core and basic knowledge of APIs and Entity Framework will be beneficial.

04
Apr
2026
Best Practices for Securing Grok API Integrations in ASP.NET
13 views

This guide will delve into best practices for securing Grok API integrations in ASP.NET, emphasizing the importance of robust security measures. Understanding these practices is crucial for protecting sensitive data and ensuring reliable application performance. Familiarity with ASP.NET core concepts and API development is recommended to maximize the learning experience.

04
Apr
2026
Implementing Grok API Integration in ASP.NET Core Applications: A Comprehensive Guide
16 views

This guide will teach you how to integrate the Grok API into your ASP.NET Core applications, simplifying data parsing and analysis. Understanding Grok API's capabilities will enhance your application’s ability to process log data efficiently. Familiarity with ASP.NET Core and RESTful API concepts is recommended before diving into this integration.

04
Apr
2026
Using Gemini API's WebSockets with ASP.NET Core for Real-Time Data Streaming
12 views

In this tutorial, readers will learn how to integrate Gemini API's WebSockets into an ASP.NET Core application to handle real-time data streaming effectively. This knowledge is crucial for developers looking to build responsive and dynamic applications that require live data updates. A foundational understanding of ASP.NET Core and WebSocket protocols will be beneficial before diving in.

04
Apr
2026
Testing Gemini API Integration in ASP.NET Core: Tools and Techniques
7 views

This blog post will provide an exhaustive guide on testing Gemini API integration in ASP.NET Core, covering essential tools and techniques necessary for effective integration testing. Understanding how to properly test API integrations is crucial for ensuring reliability and performance in production applications. Readers should have a basic understanding of ASP.NET Core and RESTful API concepts.

30
Mar
2026
Integrating Gemini API with ASP.NET Core: A Step-by-Step Guide
26 views

This guide will walk you through the process of integrating the Gemini API with ASP.NET Core, providing you with essential tools and knowledge for real-world applications. Understanding how to effectively leverage this integration can enhance your application's capabilities, especially in finance-related projects. To follow along, you will need basic knowledge of ASP.NET Core, a valid Gemini API key, and the .NET SDK installed on your machine.

24
Mar
2026
Implementing Custom Middleware in ASP.NET Core: A Comprehensive Guide
28 views

This blog post will provide an in-depth understanding of creating custom middleware in ASP.NET Core, explaining its importance in request processing and how it can enhance application functionality. Readers will learn about various use cases, coding examples, and best practices to implement middleware effectively. Familiarity with ASP.NET Core and C# is recommended before diving into this topic.

24
Mar
2026
Understanding Middleware in ASP.NET Core: A Comprehensive Guide
35 views

This article provides an in-depth exploration of middleware in ASP.NET Core, detailing its architecture, use cases, and implementation strategies. Understanding middleware is crucial for building flexible and maintainable applications, as it serves as a pipeline for request processing. Readers should have a basic understanding of ASP.NET Core and C# before diving into this topic.

05
May
2024
How to Integrate Google Sign in Asp.net Core 8.0
7,934 views

Hello everyone, in today's digital landscape, integrating Google authentication login using Google API has become increasingly essential. In this article, we will delve into the process of seamlessly integrating Google SignIn into Asp.Net Core 8.0, the latest framework in the .NET Core ecosystem. Let's explore how to streamline user authentication and elevate the security standards of your web applications by Integrating Google SignIn in Asp.Net Core 8.0.

04
Mar
2024
Authentication for swagger UI in production in ASP.Net Core 6.0
4,533 views

In a production environment, securing your Swagger UI is essential to prevent unauthorized access. You can use authentication middleware to protect the Swagger UI endpoint. Below is an example of how you can configure authentication for Swagger UI in an ASP.NET Core application.

24
Feb
2024
How to Create Subscriptions in Paypal in Asp.Net Core
8,646 views

In this article, we'll dive into integrating PayPal subscriptions into an ASP.NET Core application. PayPal offers a robust API that allows developers to create and manage subscription plans seamlessly. We'll walk through a sample code snippet that demonstrates how to create a subscription plan, add a product, and initiate a subscription for a user.

18
Jan
2024
CRUD Operations Using Dapper In ASP.NET Core Web API
4,627 views

Dapper is a simple Object Mapper and is nothing but Object-relational mapping (ORM) and is responsible for mapping between database and programming language and also it owns the title of King of Micro ORM in terms of speed. It is virtually as fast as using a raw ADO.NET data reader and also Entity Framework.

05
Dec
2023
Integrate Razorpay Payment Gateway in ASP.NET Core 8.0
11,395 views

We will discover how to integrate the Razorpay payment gateway with ASP.Net Core in this tutorial. Here, we go over Razor Pay and show you how to incorporate it into ASP.Net Core MVC. Please read through my earlier post, "Build CRUD REST APIs with EF Core." You can view the result of our integration of Razorpay with ASP.Net Core MVC at the conclusion of this post.

29
Nov
2023
Error-An error occurred while processing your request in .Net core IIS
11,104 views

Hello guys we will see how to fix Error An error occurred while processing your request.Swapping to Development environment will display more detailed information about the error that occurred.The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development. In asp.net core IIS

23
Nov
2023
Integrate Stripe Payment Gateway In ASP.NET Core 8.0
12,126 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core 8.0 application built with C# . The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Integrate Stripe Payment Gateway In ASP.NET Core 8.0

22
Jul
2023
Integrate Stripe Payment Gateway In ASP.NET Core 7.0
10,278 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core 7.0 application built with C# . The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Integrate Stripe Payment Gateway In ASP.NET Core 7.0

01
Jul
2023
Implement Stripe Payment Gateway In ASP.NET Core
16,787 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core application built with C# and Web Forms. The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Implement Stripe Payment Gateway In ASP.NET Core

31
May
2023
Getting Started with LINQ Queries in Entity Framework
3,862 views

LINQ (Language Integrated Query) is a powerful tool in .NET that provides a unified way to query data from various data sources. When working with databases, LINQ can be used in conjunction with Entity Framework, a popular Object-Relational Mapping (ORM) framework, to simplify the process of mapping data to objects and querying the database.

20
Nov
2022
Hangfire in ASP.NET Core 3.1 – Background Jobs
8,721 views

Hangfire is an open-source library to schedule and execute background jobs in .NET applications. You'll be able to create a simple background process inside the same application pool or thread without creating separate applications. Hangfire creates background jobs in persistence storage, like MS SQL Server, Redis, MongoDB, and others, that may prevent you from losing the job on recycling IIS pools or exception prevalence.

13
Aug
2022
Asp.Net Core MVC Publish using FTP
9,014 views

Publish Website using FTP in Visual Studio If we use FTP (File Transfer Protocol) to publish web applications, we need to enter all credentials provided by the FTP hosting company, and application files will upload directly to our FTP hosting space.

26
Jun
2022
Implement Stripe Payment Gateway In ASP.NET MVC
20,412 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core application built with C# and Web Forms. The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Implement Stripe Payment Gateway In ASP.NET Core

15
Aug
2021
Real Time Chat using SignalR with .Net core and Vue.js
6,344 views

Hello guys, We often found ourself in the need of a realtime chat app . For two way communication in your webapp. We will see how to implement real time chat using SignalR with .Net core and Vue.js. SignalR is basically used for any sort of realtime functionalities. We will use .Net core for managing chathub . You can see complete steps in the article.

04
Mar
2021
Globalization and localization in ASP.NET Core With Resource Files
10,943 views

In this article we will focus on implementing Globalization and localization in ASP.NET Core With Resource Files . We will be trying to implement culture in Asp.Net core 3.1.So if your are struggling in using you Asp.Net Resource Files in .net core have a look at the article in detail.

03
Mar
2021
ConfigurationBuilder does not contain a definition for SetBasePath
19,330 views

In this article we will see how to solve issue 'ConfigurationBuilder' does not contain a definition for 'SetBasePath' and no extension method 'SetBasePath' accepting a first argument of type 'ConfigurationBuilder' could be found (are you missing a using directive or an assembly reference? in .Net Core 3. We will see how to ready json files in .Net core 3.

05
Aug
2020
Exception Handling Asp.Net Core
20,770 views

Error Handling in Asp.Net Core has changed a bit from what we used to use in Asp.Net Mvc. Before .Net Core We used to use OnException Methods to handle Exceptions while executing actions But it doesn't' see working in .Net Core as many features are changed.So In this Article we will see how to make exception handling work in Asp.Net Core.

Translate Page