In this post I talk about the integration with external providers in the AdminLTE project such as Microsoft, Facebook, Google and Twitter
The world’s second-most popular OS
For ages now, every annual report on desktop operating system market share has had the same top two contenders: Microsoft’s Windows in a commanding lead at number one and Apple’s macOS in distant second place. But in 2020, Chrome OS became the second-most popular OS, and Apple fell to third. Here is the year-over-year breakdown (IDC’s numbers include desktops, laptops, and workstations): Windows: Down 4.9 points, from 85.4% in 2019 to 80.5% in 2020 Chrome OS: Up 4.4 points, from 6.4% in 2019 to 10.8% in 2020 macOS: Up 0.8…
ASP.NET Core on Windows with IIS
How to run a website built with ASP.NET Core on a Windows machine with IIS and create a self-certificate to test your application properly
Integration with Identity in AdminLTE project
I continue to add more features to the integration of AdminLTE with Identity and IdentityServer in AdminLTE in an ASP.NET Core project
Microsoft Viva improves the employee experience
Microsoft Viva improves the employee experience because “the first EXP built for the digital era,”, helping people have a healthier work life
Building Multi-Tenant Applications
This article talks about multi-tenant applications and discusses how multi-tenant applications can be architected and implemented in ASP.NET 5
Create Database From Model Using EFCore
Wouldn’t it be nice if the database gets created automatically on the EF Core model your created? To that end this article discusses just that
Deploy ShinyApps with Azure and Docker
I explain how to deploy in a Azure WebApp a ShinyApps created with RStudio, using Azure DevOps as repository and Docker as container
Useful Docker commands
Collection of useful Docker commands
Add logging to Microsoft Office add-ins
In this post I explain how to add logging to Office add-ins for debug also when your add-in is on the client machine.
Start with Docker
I want to help to start with Docker for the basis. I’m starting to learn Docker, then the following posts are my study step-by-step
Deploying dockerized R/Shiny Apps on Microsoft Azure
In this article I show how quickly deploying dockerized R/Shiny Apps on Microsoft Azure and make them available globally within seconds
Dropdown list in Excel
The tutorial shows how to create dropdown list in Microsoft Excel depending on another cell by using new dynamic array functions.
Windows10X is the answer to ChromeOS
A new and near-final version of Windows10X has leaked and this is the answer from Microsoft to ChromeOS. Here all the details about the OS
Audit with Entity Framework Core
How to implement an efficient audit system with Entity Framework Core? In this post I explain what to do and the source code is on GitHub
What we know about Microsoft’s new service
What we know about Microsoft’s new service to virtualize Windows PC experience called Cloud PC? In this post we give you all details
Now view Grogu in 3D
Grogu, Baby Yoda, the breakout star of the Disney+ Star Wars spin-off The Mandalorian, can be viewed in 3D on your phone
Don’t delete Windows10 root certificate expiring this month
Microsoft warns to don’t delete Windows10 root certificate expiring this month because it could cause problems with the operating system. Earlier this month, BornCity reported that the ‘Microsoft Root Authority‘ certificate in Microsoft’s Trusted Root Certification Authorities was expiring at the end of the month, on 12/31/20. While other newer Microsoft root certificates are not expiring this year, some users are concerned that the expiring certificate could prevent software, hardware, or the operating system from performing correctly. When we contacted Microsoft regarding the expiring root certificate, we were referred to a support…
Features for AdminLTE with ASP.NET Core
I want to add new cool features for AdminLTE with ASP.NET Core. The source code of this template is on GitHub #aspnetcore #adminlte #mvc #gravatar #breadcrumbs #navigation
Getting started with Windows Terminal
Getting started with Windows Terminal: this is the main build for the product. This is the new shiny terminal for Windows 10. See why…
How to install OpenSSL on Windows 10
I explain how to download and install OpenSSL on Windows 10. OpenSSL is a full-featured toolkit for the TLS and SSL protocols
Integrating AdminLTE with ASP.NET Core
I explain how integrating AdminLTE with ASP.NET Core 3.1 MVC or really any other Bootstrap based UI Frameworks completely from scratch
Windows 10X is arriving next year
Microsoft announced that Windows 10X is arriving next year with a lot of new features for small laptops and to start a battle against ChromeOS
Protect static files with ASP.NET Core
I explain how to Protect static files with ASP.NET Core Razor Pages and IdentityServer 4. Working with almost every extensions
How to add notifications to your PWA
In this post, I explain and give you the code of how to add notifications to your PWA (Progressive Web Application).