Tag: software development

  • C# and LINQ: Examples, Best Practices, and Use Cases

    C# and LINQ: Examples, Best Practices, and Use Cases

    Welcome to our blog post on C# and LINQ! In the world of programming, C# is a powerful and versatile language that provides developers with a wide range of tools and features. One such feature is LINQ (Language Integrated Query), which allows for seamless querying and manipulation of data. In this article, we will explore…

  • An alternative for github

    An alternative for github

    If you are looking for a good alternative for github, you should give gitea a try. If you need private repositories or your company have many repositories, you need an payed account at github.com.

  • PHP PDO jQuery AJAX Example

    PHP PDO jQuery AJAX Example

    I have found a very nice tutorial, how to use PHP, PDO, jQuery and the ajax technology to create, edit and delete records on a database table. I have copied the script and had make an online demo page from this project. Its like my own German article how to use PHP and Ajax to…