Blog

Legal Notices

Please read carefully!

About me

Welcome to my digital space! As a Computer Engineer and Regional Digital Training Executive, I thrive on merging technology, AI, and interactive learning to create innovative solutions. From AI-driven ...

Programming

List of old articles about programming in Asp.Net Core

XLocalizer for Asp.Net Core

Asp.Net Core localization, powered by online translation, auto creating resources and more...

LocMan Localization Manager Extension for Visual Studio

Easily copy all localizable texts to resource files with LocMan - Localization Manager

WebAR Projects
WebAR Projects

Web Browser Based Augmented Reality Projects

Express Localization

Localizing web apps has never been easy as with LazZiya.ExpressLocalization

How to build an efficient pagination system

Build a reliable pagination system for any Asp.Net Core web project

Alert TagHelpers

Create clean bootstrap alerts from backend or front end code using Alert TagHelpers for Asp.Net Core projects

Develop Multi Cultural Web Application Using ExpressLocalization

Easily localize all infrastructure of your Asp.Net Core 2.x web application using LazZiya.ExpressLocalization

How to install client side validation scripts

Steps to install cldr-data files that are required for client side validation of localized values as decimal numbers and date

Localization Validation Scripts

Client side localization validation scripts made simple with this tag helper component.

Language Navigation TagHelper

Each multicultural website needs to have a reliable language navigation, here is a simple way to have functional language navigation dropdown for any .Net Core web application

File Upload in Asp.Net Core

Here is a step-by-step tutorial to implement Dropzonejs for file upload in Asp.Net Core Razor Pages, covering the most basic functionalities like drag-drop upload, list server contents, delete files, ...

Image Resize v1.0 for .Net Core

Image resizing tool for Asp.Net Core 2.x with support to add text watermark

Image Resize v2.0 for .Net Core

ImageResize v2.0 for .NetCore, supports resize, crop, text and image watermark

Select Enum TagHelper

Create select list dropdown control from Enum, supports localization and specifying selected item.

LazZiya TagHelpers for Asp.Net Core

Collection of useful tag helpers for Asp.Net Core web applications.

Multicultural Numbering Systems

Most cultures are using the numbers as "123...", some cultures are using different numbers! So, localization of web application may require to localize number system as well.

Multiple Submit Buttons

Using multiple submit buttons with standard and AJAX form in ASP.NET Core Razor Pages

Role Based Folder Authorization

Setup role based Folder/AreaFolder authorization in ASP.Net Core Razor pages

MS Outlook 2016 reminders not popping up

Simply disable Avaya add-in if you cannot see outlook reminders popups

Paging TagHelper for ASP NET Core

Simple to use, fully customizable pagination tag helper for ASP.NET Core projects

External Login Provider Proxy Settings

Configure external logins when ASP.Net Core application is running behind a proxy server

Localizing Identity Error Messages

In this article we will use a shared resource file to localize identity error messages that appears at user registration, password reminder and role assignment operations.

Client Side Validation

Each culture has different standard of number formatting. Learn how validation of decimals and dates in multicultural web application can be done correctly.

Localizing ModelBinding Error Messages

ModelBinding error message's are similar to ValidationAttribute error messages in terms of validating user input, but they can't be localized in a similar way.