More often than not, I try to have an enum but for strings: in this post, I show you how to create String Enums in NET6 and C#.
Year: 2022
Is Star Wars Eclipse coming?
If you are a Star Wars fan, the first question I had in my mind was: is Star Wars Eclipse coming out this year? The trailer is quite stunning.
Embed GitHub Gists on WordPress
With the code in this post, we can embed Github Gists on WordPress. Gist is an easy method to share code snippets.
How to make menus with CSS
I will show how to make menus with CSS without using JavaScript: dropdown menus, drawers, and even a mobile hamburger menu
How to add badges to a GitHub repository
In this article, I will show how to add badges to a GitHub repository using shields.io. This application is a web service that can be used to generate concise, consistent, and legible badges in SVG. Adding badges to the readme file of GitHub repositories is a common task for almost every new repository. These badges help in increasing the readability of the readme file because they provide some KPIs or metrics about the repositories. As a result, readers get a clear idea of the repository very quickly by scanning the attached…
Tim Berners-Lee wants us to ignore Web3
The creator of the web Tim Berners-Lee wants us to ignore Web3 and isn’t sold on crypto visionaries’ plan for its future. We should ignore it
ScrollTabs component for Blazor
Do you have to display a lot of tabs in your page, but the look and feel is no what you want. Here you have a ScrollTabs component for Blazor
Responsive table layout with only CSS
I want to show you how to create a fully responsive table layout with only CSS that helps you to display your tables on every screen.
Create form dynamically with Blazor
I show you how to create form dynamically with Blazor reading the definition of the form from an API or a Json file. It is working quite well
Manipulating CSV Files
How manipulating CSV files in the internet era? Comma Separated Files (CSV) are text files that contain multiple records with more elements
Evaluate Postfix expression for interviews
I will show how to evaluate Postfix expression for your interviews. What is a Postfix? How to write a simple code to evaluate an expression?
Derived classes with System.Text.Json
In this post I show you how to use System.Text.Json and how to implement a converter for polymorphic classes.
Add SQLite to the MAUI application
I show you how to add SQLite to the MAUI application in order to have a small database in your mobile applications
Drag and drop with Blazor
I show how to implement drag and drop with Blazor because drag and drop has become a popular interface solution in modern applications.
Use biometric authentication in MAUI
In this post I show how to use biometric authentication in MAUI in your applications for iOS and Android and in machines with Windows Hello
Internet Explorer is dead
After 27 years, Microsoft has finally bid farewell to the Internet Explorer and will redirect Explorer users to the latest version of Edge.
Windows under attack by zero-day flaw
Windows under attack by zero-day flaw: the bug has been exploited by Chinese hackers who used it to send malicious documents to Tibetans
Agile methodology handbook
This is a quick announcement about a repository I have just started about Agile methodology handbook available on GitHub Pages
Create documentation with Docsify and GitHub Pages
Documentation is an essential part of making any project useful to users. Here how to Create documentation with Docsify and GitHub Pages
Guided Tours Blazor component
I introduce you my new Guided Tours #Blazor component to help your users to understand the UI of your application
New Profiler feature in Visual Studio
Microsoft launched a new profiling tool in Visual Studio 17.2 that helps you understand how you can optimize your File I/O operations
Clippy Blazor component
I introduce you my new Clippy Blazor component for Blazor WebAssembly and Blazor Server. The component is built with .NET6.
.NET is the most loved platform
.NET is the most loved platform! It’s won most loved platform 3 years in a row in the annual StackOverflow developer survey
Call API Management from Blazor
The title ”Call API Management from Blazor” is not explain fully what I’m going to explain in this post but it is only a title. So, consider the following scenario. Scenario On Azure API Management Service you have your APIs. For more protection, you want to add another level of security asking to the API Management to validate the user token for each request. The token is validated again your own Identity Server. Once the API Management is configured to use Identity Server for the validation, you want to call…
Blazor component for ChartJS
I finally complete the first implementation of my Blazor component for ChartJS that helps you to create beautiful graphs