Onur KaraozWhat is ASP.NET Core Anchor Tag Helper?The Anchor Tag Helper in ASP.NET Core is a helper that dynamically generates URLs for HTML <a> (anchor) tags. It integrates with the…Feb 6Feb 6
Onur KaraozReal-Time Progress Bar Update with SignalR in ASP.NET CoreWhile processing Excel rows, send real-time progress updates to the client.Feb 6Feb 6
Onur KaraozInMemoryCache Usage in ASP.NET CoreInMemoryCache in ASP.NET Core is a fast and simple cache solution used to store data in memory. It is typically used for short-term data…Feb 5Feb 5
Onur KaraozRedis Usage in ASP.NET CoreUsing Redis in ASP.NET Core is often preferred for performance enhancement, caching, or as a shared memory database in distributed systems…Feb 5Feb 5
Onur KaraozImporting Data from Excel in ASP.NET Core MVC (Using ClosedXML)To import data from Excel using ClosedXML in ASP.NET Core MVC, follow these steps. In this example, we will create a form to upload an…Feb 5Feb 5
Onur KaraozASP.NET Core and Fetch API for Full CRUD ApplicationLet’s create a full CRUD (Create, Read, Update, Delete) example using ASP.NET Core and Fetch API. We will create an API Controller on the…Feb 4Feb 4
Onur KaraozModel Validation in ASP.NET Core: Using Data AnnotationsIn ASP.NET Core, Data Annotations are used for model validation. These annotations define validation rules for model properties.Feb 4Feb 4
Onur KaraozWhat is _ViewImports.cshtml in ASP.NET Core MVC? How to Use It?In this article, I will cover the usage of _ViewImports.cshtml in an ASP.NET Core MVC application.Feb 2Feb 2
Onur KaraozASP.NET Core MVC OCR (Tesseract) Image Text Extraction ApplicationYou can use OCR (Optical Character Recognition) technology to read text from an image using C#.Feb 1Feb 1
Onur KaraozUsing ASP.NET Core and SummernoteSummernote is a text editor that simplifies HTML content editing. You can use Summernote in ASP.NET Core projects to create rich text…Jan 31Jan 31
Onur KaraozUsing ViewComponent in ASP.NET CoreIn ASP.NET Core, ViewComponent works similarly to Partial Views but is more powerful and testable.Jan 30Jan 30
Onur KaraozImage Cropping and Uploading to Server with Cropper.js in ASP.NET CoreHere’s how to implement image cropping and uploading to the server using Cropper.js and ASP.NET Core:Jan 30Jan 30
Onur Karaoz.NET Dependency Injection: AddScoped, AddTransient ve AddSingleton ile Hangi Durumda Kullanılır?.NET, uygulama geliştiricilerine bağımlılıkları yönetmek için yerleşik Inversion of Control (IoC) ve Dependency Injection (DI)…Jan 5Jan 5
Onur KaraozReading JSON and Transferring to a List with ASP.NET CoreYou will learn how to read JSON files, perform deserialization, and implement best practices.Jan 7Jan 7
Onur KaraozUsing Smidge Library in ASP.NET CoreThe Smidge library in ASP.NET Core is a package used for bundling and minification of CSS and JavaScript files. It helps improve…Jan 29Jan 29
Onur KaraozHow to Provide Multi-Language Support with the Required Attribute in ASP.NET Core?In this article, I will demonstrate how to create a Localization application in ASP.NET Core. In my previous article, I explained the setup…Jan 28Jan 28
Onur KaraozUsage of IConfiguration in ASP.NET CoreIConfiguration in ASP.NET Core is a powerful structure for reading and managing configuration settings.Jan 26Jan 26
Onur KaraozReading Data from XML in ASP.NET CoreLet’s explore the steps to read an XML file in ASP.NET Core in detail using the System.Xml.Linq namespace.Jan 23Jan 23