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
  • 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
New Features .NET 9 and C# 13: What Developers Need to Know

New Features .NET 9 and C# 13: What Developers Need to Know .NET 9 introduces several significant enhancements across its runtime, libraries, and ASP.NET Core framework. The runtime now features a new attribute model for feature switches, enabling libraries to toggle functionalities effectively. Performance improvements, such as dynamic garbage collection and loop optimizations, enhance application efficiency. In the libraries, System.Text.Json supports nullable reference types and allows for customized JSON formatting.

  • dotnet9
  • .NET9
  • New Features .NET 9 and C# 13
Sunday, February 2, 2025 | 3 minutes Read
Hero Image
Blazor Radzen .NET 8 Upgrade Radzen 4 to 5

Blazor Radzen .NET 8 Upgrade Radzen 4 to 5 The process of upgrading the Radzen.Blazor package from version 4 to version 5 in a Blazor project targeting .NET 8.0. This upgrade is essential to leverage the latest features, improvements, and bug fixes provided by Radzen. Information Radzen Blazor Components v5 Changelog Track and review changes to Radzen Blazor Components v5. More: https://blazor.radzen.com/changelog?theme=default .csproj Update NuGet packages In the updated .

  • dotnet8
  • .NET8
  • Blazor
  • Radzen
  • Upgrade Radzen 4 to 5
Sunday, August 11, 2024 | 2 minutes Read
Hero Image
Blazor Radzen .NET 8 Role-based Authorization with Identity

Blazor Radzen .NET 8 Role-based Authorization with Identity Blazor: Blazor is a web framework for building interactive client-side web applications using C# instead of JavaScript. It allows you to write code that runs on the client-side in the browser. Radzen: Radzen is a low-code development tool for building web applications. It provides a visual interface for designing UI components and generating code. .NET 8: .NET 8 is the latest version of the .

  • dotnet8
  • .NET8
  • Blazor
  • Radzen
  • Role-based Authorization
  • Identity
Saturday, August 10, 2024 | 11 minutes Read
Hero Image
Blazor Radzen .NET 8 Identity Automatically Logout Timer

Blazor Radzen .NET 8 Identity Automatically Logout Timer Blazor: Blazor is a web framework for building interactive client-side web applications using C# instead of JavaScript. It allows developers to write code that runs on the client-side and interacts with the server-side. 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 UI components.

  • dotnet8
  • .NET8
  • Blazor
  • Radzen
  • Identity
  • Automatically Logout Timer
Saturday, August 3, 2024 | 4 minutes Read
Hero Image
Blazor Radzen .NET 8 Authentication & Authorization with Identity

Blazor Radzen .NET 8 Authentication & Authorization with Identity Blazor: Blazor is a framework for building interactive web UIs using C# instead of JavaScript. It allows developers to create web applications using .NET. Radzen: Radzen is a low-code development tool that helps in building web applications quickly and efficiently. .NET 8: .NET 8 is a software framework developed by Microsoft for building different types of applications, including web applications.

  • dotnet8
  • .NET8
  • Blazor
  • Radzen
  • Authentication
  • Authorization
  • Identity
Sunday, July 28, 2024 | 6 minutes Read
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
  • ««
  • «
  • 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.