A G E N C Y

Please Wait For Loading

Programming

    You Are Currently Here!
  • Home
  • Category: Programming
2024-05-10 0 Comments

In this post How to generate website using Chat GPT I checked how ChatGPT is doing with generating the layout.Today, we will see how it copes with the refactoring. Variables chain var x =

2024-05-03 0 Comments

Many of us use Visual Studio Code for frontend purposes, but how about using it to develop an .NET Applications?I always use Visual Studio or Rider to develop .NET apps, but today, I'll

2024-04-17 0 Comments

Today, I'll show you some code vulnerable to SQL Injection. We will talk about good and bad practices. At the end I'll tell you which option is in my opinion the best one

2024-03-23 0 Comments

In the past, when I used a different hosting provider than I do now, I often encountered situations where the website was unavailable. How can we check if a website is accessible without

2024-03-02 0 Comments

Have you ever thought about doing something in the background to make your request shorter, but kept getting exceptions saying that the DbContext is disposed? Here is the solution https://www.hangfire.io/Hangfire is an open-source

2024-02-13 0 Comments

Testing email templates, whether for existing features or new features, is a common task performed by testers during the testing process. There are many ways to manage sending emails on different environments:- Development-