Logo akifmt
  • Home
  • About
  • Skills
  • Experiences
  • Projects
  • More
    Recent Dotnet Posts Recent Posts
  • Posts
  • dotnet Blog
  • Contact
  • English
    English Turkish
  • Dark Theme
    Light Theme Dark Theme System Theme
Logo Inverted Logo
  • dotnet
  • All Posts
  • Blazor .NET 10 QuickGrid Component
  • Blazor .NET 10 Migrate from .NET 8 to .NET 10
  • Blazor .NET 8 Custom JSON Converters for (De)Serializing Built-in and Custom Types
  • JSON Data Standard - IETF RFCs - IANA
  • Blazor Radzen .NET 8 DataGrid InCellEdit
  • Blazor Radzen .NET 8 DataGrid InLineEdit
  • Blazor Radzen .NET 8 Menu with Adaptive Behavior for Mobile and Desktop
  • New Features .NET 9 and C# 13 What Developers Need to Know
  • Blazor Radzen .NET 8 Upgrade Radzen 4 to 5
  • Blazor Radzen .NET 8 Role-based Authorization with Identity
  • Blazor Radzen .NET 8 Identity Automatically Logout Timer
  • Blazor Radzen .NET 8 Authentication & Authorization with Identity
  • Blazor Radzen .NET 8 Google Maps
  • Blazor Radzen .NET 8 Serilog Logging to Console, File and Database
  • Blazor Radzen .NET 8 Html Editor
  • Blazor Radzen .NET 8 Multiple Themes Dark and Light Mode
  • Blazor .NET 8 Autocompile Sass and Less
  • Blazor .NET 8 Microservices 2 Blazor Client Ocelot Gateway and Securing API with Duende Identity Server
  • Blazor .NET 8 Microservices Blazor Client and Securing API with Duende Identity Server
  • Blazor .NET 8 and Minimal APIs Native AOT CRUD
  • Blazor .NET 8 Object Mapping with AutoMapper
  • Blazor .NET 8 Object Mapping with Mapster
  • Blazor .NET 8 Migrating app from .NET 6 or .NET 7 to .NET 8
  • Blazor .NET 8 Server-side Rendering (SSR)
  • Blazor .NET 8 Hosting Models
  • Blazor Infinite Scrolling
  • Blazor Export Data to Word, Excel, PDF, CSV
  • Blazor External Login Identity Provider Google, Facebook, Microsoft, Twitter
  • Blazor Radzen Loading on Page
  • Blazor Send Email with MailKit
  • Blazor Redis as Backplane
  • Blazor Resize and Upload Images
  • Blazor Scheduling with Quartz.NET
  • Blazor Serilog Logging to Console, File and Database
  • Blazor Implementing Google reCAPTCHA v2
  • Blazor Implementing Google reCAPTCHA v3
  • Blazor Radzen Globalization and Localization
  • Blazor Using NPM Packages
  • Blazor Generic Components
  • Blazor Expose a Feed as RSS
  • Blazor EF Migrations with Multiple Providers
  • Blazor Authentication and Authorization
  • Blazor Radzen CRUD
  • Blazor Radzen SearchComponent
  • Blazor Plyr Video Player
Hero Image
Blazor Radzen .NET 8 Google Maps

Blazor Radzen .NET 8 Google Maps Blazor: Blazor is a web framework for building interactive client-side web applications using C# instead of JavaScript. It allows developers to write code in C# and have it run directly in the browser. Radzen: Radzen is a low-code development platform that provides tools and components for building web applications. It simplifies the development process by generating code and providing a visual interface for designing user interfaces.

  • dotnet8
  • .NET8
  • Blazor
  • Radzen
  • Google Maps
Saturday, June 8, 2024 | 6 minutes Read
Hero Image
Blazor Radzen .NET 8 Serilog Logging to Console, File and Database

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. Serilog: Serilog is a popular logging library for .

  • dotnet8
  • .NET8
  • Blazor
  • Radzen
  • Serilog Logging to Console
  • File and Database
Wednesday, May 29, 2024 | 7 minutes Read
Hero Image
Blazor Radzen .NET 8 Html Editor

Blazor Radzen .NET 8 Html Editor Blazor: Blazor is a framework for building interactive web UIs using C# instead of JavaScript. Radzen: Radzen is a suite of tools that provides UI components for Blazor applications. .NET 8: .NET 8 is the latest version of the .NET framework that supports Blazor development. Html Editor: An HTML editor is a tool that enables users to create, edit, and format HTML content.

  • dotnet8
  • .NET8
  • Blazor
  • Radzen
  • Html Editor
Wednesday, May 15, 2024 | 2 minutes Read
Hero Image
Blazor Radzen .NET 8 Multiple Themes Dark and Light Mode

Blazor Radzen .NET 8 Multiple Themes Dark and Light Mode We are implementing dynamic theme switching in a Blazor application using Radzen. The code allows users to switch between different themes (e.g., default, dark, humanistic, software, standard, material) based on their preference. .NET 8: .NET 8 is a version of the .NET framework that provides developers with a platform to build various types of applications. It offers improved performance, security, and features for developing modern applications.

  • dotnet8
  • .NET8
  • Blazor
  • Radzen
  • Multiple Themes Dark and Light Mode
Saturday, May 4, 2024 | 5 minutes Read
Hero Image
Blazor .NET 8 Autocompile Sass and Less

Blazor .NET 8 Autocompile Sass and Less Sass: Sass is a CSS preprocessor that simplifies styling by providing features like variables, nesting, and mixins. It allows for more organized and efficient CSS code. Less: Less is another CSS preprocessor that offers similar features to Sass, enabling developers to write cleaner and more maintainable stylesheets. Autocompile: Autocompilation refers to the automatic conversion of Sass or Less files into standard CSS files whenever changes are made to the source files.

  • dotnet8
  • .NET8
  • Blazor
  • Autocompile Sass and Less
Tuesday, April 16, 2024 | 2 minutes Read
Hero Image
Blazor .NET 8 Microservices 2 Blazor Client Ocelot Gateway and Securing API with Duende Identity Server

Blazor .NET 8 Microservices 2 Blazor Client Ocelot Gateway and Securing API with Duende Identity Server Part 1: Demonstrates ASP.NET Core Web API, Blazor Web App and Securing API with Duende Identity Server Click here Part 1 Part 2: Demonstrates Ocelot Gateway in a Blazor .NET 8 application. Click here Part 2 Projects Project Name Port Template Microser.IdS :5001 Duende IdentityServer with Entity Framework Stores (Duende Software) Microser.API.Weather :6001 ASP.

  • dotnet8
  • .NET8
  • Blazor
  • Microservices 2 Blazor Client Ocelot Gateway and Securing API with Duende Identity Server
Friday, April 5, 2024 | 3 minutes Read
Hero Image
Blazor .NET 8 Microservices Blazor Client and Securing API with Duende Identity Server

Blazor .NET 8 Microservices Blazor Client and Securing API with Duende Identity Server A Blazor .NET 8 microservices client application and integrates it with Duende Identity Server for securing the API endpoints. The code demonstrates the configuration of services, authentication, authorization, and HTTP request pipeline setup. Blazor: Blazor is a framework for building interactive web UIs using C# instead of JavaScript. It allows developers to create web applications using .

  • dotnet8
  • .NET8
  • Blazor
  • Microservices Blazor Client and Securing API with Duende Identity Server
Friday, March 15, 2024 | 11 minutes Read
Hero Image
Blazor .NET 8 and Minimal APIs Native AOT CRUD

Blazor .NET 8 and Minimal APIs Native AOT CRUD Let’s briefly discuss the key concepts involved in this Blazor app and Minimal APIs Native AOT CRUD implementation: Blazor: Blazor is a web framework that allows developers to build interactive web UIs using C# instead of JavaScript. It enables the development of single-page applications (SPAs) with the power of .NET. Minimal APIs: Minimal APIs is a new feature introduced in .

  • dotnet8
  • .NET8
  • Blazor
  • Minimal APIs Native AOT CRUD
Monday, February 12, 2024 | 8 minutes Read
Hero Image
Blazor .NET 8 Object Mapping with AutoMapper

Blazor .NET 8 Object Mapping with AutoMapper How to perform object mapping in a Blazor application using AutoMapper. Object mapping is the process of converting one object type to another, which can be useful when transferring data between different layers of an application or when displaying data in a different format. AutoMapper: AutoMapper is a popular object-to-object mapping library in the .NET ecosystem. It simplifies the process of mapping one object to another by automatically matching properties with similar names and types.

  • dotnet8
  • .NET8
  • Blazor
  • Object Mapping with AutoMapper
Friday, February 9, 2024 | 2 minutes Read
Hero Image
Blazor .NET 8 Object Mapping with Mapster

Blazor .NET 8 Object Mapping with Mapster In a Blazor application, object mapping is a common task that involves converting data from one object type to another. This is often required when working with data transfer objects (DTOs) or when mapping data between different layers of an application. Mapster is a popular mapping library in the .NET ecosystem that provides a simple and efficient way to perform object mapping in Blazor applications.

  • dotnet8
  • .NET8
  • Blazor
  • Object Mapping with Mapster
Wednesday, January 24, 2024 | 6 minutes Read
Hero Image
Blazor .NET 8 Migrating app from .NET 6 or .NET 7 to .NET 8

Blazor .NET 8 Migrating app from .NET 6 or .NET 7 to .NET 8 Migrating your Blazor app from .NET 6 or .NET 7 to .NET 8 can bring several benefits, including improved performance, enhanced features, and bug fixes. Here are the steps you can follow to migrate your app successfully. (Old) Request Flow Request → _Host → App → Component (New) Request Flow Request → App → Routes → Component

  • dotnet8
  • .NET8
  • Blazor
  • Migrating app from .NET 6 or .NET 7 to .NET 8
Saturday, January 20, 2024 | 4 minutes Read
Hero Image
Blazor .NET 8 Server-side Rendering (SSR)

Blazor .NET 8 Server-side Rendering (SSR) Blazor .NET 8 offers several rendering options, including Server-side Rendering (SSR). SSR allows the initial rendering of a Blazor application to be performed on the server before being sent to the client. This approach provides benefits such as improved performance, SEO-friendliness, and better accessibility. In Blazor .NET 8, there are two main ways to implement SSR: Global SSR with Prerendering and Per Page/Component SSR with Prerendering.

  • dotnet8
  • .NET8
  • Blazor
  • Server-side Rendering
  • SSR
Tuesday, January 16, 2024 | 4 minutes Read
  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • »
  • »»
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.