Chrome and Edge Extensions for Developers

Chrome and Edge extensions for developers

I am a big fan of extensions and plugins for any software. I like to enhance the features of any application. In the article 12 Visual Studio Extensions, I’ve presented a couple of VS extensions that can enhance your development time. Today’s article will give you a presentation of my browser extensions. These plugins are for Chrome or Edge browsers, … Read more

How to create a Robots.txt file in ASP.NET Core

SEO tips for ASP.NET programmers

A robots.txt file tells the crawlers where they are allowed to scrape the website. You can tell the search engines which links you don’t want to index. You can indicate where a sitemap is located. A robot’s text file is not mandatory, but it’s recommended because you make crawling easier for robots. For example, maybe your sitemap is located elsewhere … Read more

How to get back the old Console Project in .NET 6

Visual Studio Console Project

Since .NET 6, Microsoft has changed the template for the console project. From now on, the console template will use top-level statements. Using new features like global usings and file-scoped namespaces, .NET allows you to write the code statements directly without boilerplate code. Most programmers hate this new project style that removes the Main method and the default using statements. … Read more

Best C# courses on Pluralsight

Best C# Courses on Pluralsight

C# is one of the most popular programming languages. Every day thousands of students start to learn it. One way to learn the basics of C# is to watch video courses on platforms like YouTube, Linkedin Learning, Coursera, Khan Academy, or Pluralsight. Pluralsight is a video course platform that is more focused on programming, especially from the Microsoft world. Here … Read more

Password Manager for Programmers

Password Managers

A password manager is a great tool to save time and be more secure. I’ve seen so many times passwords that are stored in text files or on sticky notes. When I installed the first password manager, my life changed. Seriously! Now I remember only a few passwords; the vault has the other ones. I have two recommendations for password … Read more