Logo akifmt
  • Home
  • About
  • Skills
  • Experiences
  • Projects
  • More
    Recent Dotnet Posts Recent Posts
  • Posts
  • dotnet Blog
  • Contact
  • Dark Theme
    Light Theme Dark Theme System Theme
Logo Inverted Logo
  • Tags
  • .NET8
  • .NET9
  • 16.04
  • Agile
  • All
  • Amazon Aws
  • Android 7 Nougat
  • Authentication
  • Authorization
  • Autocompile Sass and Less
  • Automatically Logout Timer
  • Bash
  • Blazor
  • Blazor Authentication and Authorization
  • Blazor EF Migrations With Multiple Providers
  • Blazor Export Data to Word Excel PDF CSV
  • Blazor Expose a Feed as RSS
  • Blazor External Login
  • Blazor Generic Components
  • Blazor Infinite Scrolling
  • Blazor Plyr Video Player
  • Blazor Radzen CRUD
  • Blazor Radzen Globalization and Localization
  • Blazor Radzen Loading on Page
  • Blazor Radzen SearchComponent
  • Blazor Redis as Backplane
  • Blazor Resize and Upload Images
  • Blazor Scheduling With Quartz.NET
  • Blazor Send Email With MailKit
  • Blazor Serilog Logging to Console File and Database
  • Blazor Using NPM Packages
  • CI/CD
  • Cloud
  • Deployment
  • Different
  • Docker
  • Dotnet
  • Dotnet8
  • Dotnet9
  • Epub Calibre
  • File and Database
  • Game Theory
  • Google
  • Google Maps
  • Hosting Models
  • Html Editor
  • Identity
  • Identity Provider Google Facebook Microsoft Twitter
  • IIS
  • Iisnode
  • Implementing Google ReCAPTCHA V2
  • Implementing Google ReCAPTCHA V3
  • INVICTUS
  • Microservices 2 Blazor Client Ocelot Gateway and Securing API With Duende Identity Server
  • Microservices Blazor Client and Securing API With Duende Identity Server
  • Microsoft Azure
  • Migrating App From .NET 6 or .NET 7 to .NET 8
  • Minimal APIs Native AOT CRUD
  • Monte Carlo Metodu
  • Multiple Themes Dark and Light Mode
  • Nash Equilibrium
  • New Features .NET 9 and C# 13
  • Node.js
  • NodeJS
  • Object Mapping With AutoMapper
  • Object Mapping With Mapster
  • OOP
  • OpenCV Installation and Testing
  • Pokemon Go
  • Prisoner Dilemma
  • Programming
  • Publish
  • Radzen
  • Raspberry Pi
  • Remote Desktop
  • Remote Desktop Connection
  • Role-Based Authorization
  • Self-Hosted
  • Serilog Logging to Console
  • Server
  • Server-Side Rendering
  • Shields.io
  • SSR
  • Teamcity
  • Together
  • Torch
  • Ubuntu
  • Upgrade Radzen 4 to 5
  • Using
  • Versions
  • Vmware Hyper V
  • VNC
  • What Is It
Hero Image
Blazor Infinite Scrolling

Blazor Infinite Scrolling Blazor: Blazor is a web framework developed by Microsoft that allows developers to build interactive web UIs using C# instead of JavaScript. It enables full-stack web development with .NET. Infinite Scrolling: Infinite scrolling is a technique where new data is loaded and displayed as the user scrolls down the page. It provides a smooth and continuous browsing experience without the need for manual pagination. Razor Components: Razor Components is a part of Blazor that allows developers to build reusable UI components using a combination of HTML and C#.

  • Dotnet
  • Blazor Infinite Scrolling
Monday, October 16, 2023 | 5 minutes Read
Hero Image
Blazor Export Data to Word, Excel, PDF, CSV

Blazor Export Data to Word, Excel, PDF, CSV We will explore how to export data to various file formats such as Word, Excel, PDF, and CSV using Blazor, a web framework for building interactive user interfaces. Blazor: Blazor is a web framework that allows developers to build interactive web applications using C# instead of JavaScript. It enables the creation of rich UI components and provides a seamless integration between the client and server.

  • Dotnet
  • Blazor Export Data to Word Excel PDF CSV
Tuesday, September 26, 2023 | 11 minutes Read
Hero Image
Blazor External Login Identity Provider Google, Facebook, Microsoft, Twitter

Blazor External Login Identity Provider Google, Facebook, Microsoft, Twitter we will explore how to configure external login identity providers in a Blazor application using the appsettings.json file. We will specifically focus on configuring Google, Facebook, Microsoft, and Twitter as external login providers. Blazor: Blazor is a web framework that allows developers to build interactive web UIs using C# instead of JavaScript. It enables full-stack development with .NET. Authentication: Authentication is the process of verifying the identity of a user.

  • Dotnet
  • Blazor External Login
  • Identity Provider Google Facebook Microsoft Twitter
Thursday, September 21, 2023 | 5 minutes Read
Hero Image
Blazor Radzen Loading on Page

Blazor Radzen Loading on Page Blazor: Blazor is a web framework that allows developers to build interactive web UIs using C# instead of JavaScript. It enables full-stack development with .NET. Radzen: Radzen is a set of UI components for Blazor that provides ready-to-use components for building responsive and user-friendly web applications. Loading Indicator: A loading indicator is a visual element that indicates the progress of an ongoing operation, such as data loading or processing.

  • Dotnet
  • Blazor Radzen Loading on Page
Sunday, September 10, 2023 | 11 minutes Read
Hero Image
Blazor Send Email with MailKit

Blazor Send Email with MailKit How to send emails using MailKit in a Blazor application. MailKit is a cross-platform .NET library that provides a simple and efficient way to send and receive emails. We will create a class called EmailConfiguration to store the email server configuration settings. MailKit: MailKit is an open-source .NET library that provides a high-level API for sending and receiving emails using various protocols such as SMTP, POP3, and IMAP.

  • Dotnet
  • Blazor Send Email with MailKit
Sunday, September 3, 2023 | 7 minutes Read
Hero Image
Blazor Redis as Backplane

Blazor Redis as Backplane (with Master and Slave) Blazor: Blazor is a web framework developed by Microsoft that allows developers to build interactive web applications using C# instead of JavaScript. It enables the creation of single-page applications (SPAs) that run entirely in the browser. Redis: Redis is an open-source, in-memory data structure store that can be used as a database, cache, and message broker. It provides high-performance data storage and retrieval, making it suitable for use in applications that require fast and scalable data access.

  • Dotnet
  • Blazor Redis as Backplane
Wednesday, August 30, 2023 | 9 minutes Read
Hero Image
Blazor Resize and Upload Images

Blazor Resize and Upload Images Upload and save images in a Blazor application using C#. We will cover the process of uploading an image, resizing it if necessary, generating a random file name, and saving it to the server’s wwwroot directory. InputFile: The InputFile component in Blazor allows users to select files from their local system. It triggers an event when the file selection changes. File Size Limit: We can set a maximum file size limit to restrict the size of the uploaded image.

  • Dotnet
  • Blazor Resize and Upload Images
Friday, August 25, 2023 | 3 minutes Read
Hero Image
Blazor Scheduling with Quartz.NET

Blazor Scheduling with Quartz.NET Blazor: Blazor is a web framework that allows developers to build interactive web UIs using C# instead of JavaScript. It enables full-stack development with .NET. Quartz.NET: Quartz.NET is a popular open-source job scheduling library for .NET applications. It provides a flexible and powerful way to schedule and execute jobs at specified intervals. Scheduling: Scheduling refers to the process of defining when and how often a job or task should be executed.

  • Dotnet
  • Blazor Scheduling with Quartz.NET
Friday, August 18, 2023 | 10 minutes Read
Hero Image
Blazor Serilog Logging to Console, File and Database

Blazor Serilog Logging to Console, File and Database Warning This post is about .NET 6. .NET 8 version is in the link below: Link: Blazor Radzen .NET 8 Serilog Logging to Console, File and Database Logging: Logging is the process of recording events, messages, or exceptions that occur during the execution of an application. It helps developers understand the behavior of the application, diagnose issues, and track its performance. Logging is an essential aspect of software development and plays a crucial role in maintaining and troubleshooting applications.

  • Dotnet
  • Blazor Serilog Logging to Console File and Database
Tuesday, August 15, 2023 | 6 minutes Read
Hero Image
Blazor Implementing Google reCAPTCHA v2

Blazor Implementing Google reCAPTCHA v2 How to implement Google reCAPTCHA v2 in a Blazor application using C#. Google reCAPTCHA is a free service provided by Google that helps protect websites from spam and abuse. It uses advanced risk analysis techniques to distinguish between humans and bots. Site Key: A unique key provided by Google when you register your website to use reCAPTCHA. It is used to identify your website when making API requests.

  • Dotnet
  • Implementing Google reCAPTCHA v2
Sunday, August 13, 2023 | 9 minutes Read
Hero Image
Blazor Implementing Google reCAPTCHA v3

Blazor Implementing Google reCAPTCHA v3 Google reCAPTCHA v3 in a Blazor application. Google reCAPTCHA is a service that helps protect websites from spam and abuse by verifying that the user is a human and not a bot. reCAPTCHA v3 is the latest version of this service and provides a seamless user experience without requiring any user interaction. Site Key: A unique identifier for your website, obtained from the reCAPTCHA admin console.

  • Dotnet
  • Implementing Google reCAPTCHA v3
Friday, August 11, 2023 | 5 minutes Read
Hero Image
Blazor Radzen Globalization and Localization

Blazor Radzen Globalization and Localization The concept of globalization and localization in Blazor, a popular framework for building web applications. We will specifically focus on how to implement globalization and localization using Radzen, a set of UI components for Blazor. We will explore the code provided and understand its functionality. Globalization: Globalization refers to the process of designing and developing applications that can be adapted to various cultures and languages.

  • Dotnet
  • Blazor Radzen Globalization and Localization
Wednesday, August 9, 2023 | 5 minutes Read
  • ««
  • «
  • 1
  • 2
  • »
  • »»
Navigation
  • About
  • Skills
  • Experiences
  • Projects
  • Recent Dotnet Posts
  • Recent Posts
  • dotnet Blog
  • Contact
Contact me:
  • akifmt@gmail.com
  • akifmt

Stay up to date with email notification

By entering your email address, you agree to receive the newsletter of this website.

Liability Notice: This theme is under MIT license. So, you can use it for non-commercial, commercial, or private uses. You can modify or distribute the theme without requiring any permission from the theme author. However, the theme author does not provide any warranty or takes any liability for any issue with the theme.


Toha Theme Logo Toha
© 2016-2025 Copyright.
Powered by Hugo Logo
We would like to use third party code to improve the functionality of this website.