Skip to content
  • Home
  • Contact us
  • About us
  • Privacy Policy
  • Disclaimer
Follow Us

DevInDeep

  • C# CookBook
  • K-Means
  • MacOS
  • ML.NET
  • Model Builder
  • Neural Networks C# Course
  • Project Files
  • Reinforcement Learning
  • Hidden Markov Models
  • Image Processing

DevInDeep

Tag: Source Code

  • C# CookBook

How to automate web browser in C#

imageByVancho PavlevskiMarch 26, 2023
How to automate web browser in C#
In this article we are going to learn how to automate web browser in C#. How to automate web browser in C# – Source Code Why would I need to automate web browser in C#? Browser automation is not a new idea. It has been around for a long time. I am constantly using this

Read More

  • C# CookBook

How to detect File Content Change using C#

imageByVancho PavlevskiMay 2, 2022
How to detect File Content Change using C#
This tutorial will show you how to detect File Content Change using C#. Sometimes you need to figure out if the content of a file is different. Then, maybe raise an event. But, how do you figure out if there is a file content change, without doing any bit-by-bit file

Read More

  • C# CookBook

How to Send Keys to Another Application using C#

imageByVancho PavlevskiMarch 10, 2022
How to Send Keys to Another Application using C#
Today we are going to cover the topic on how to send keys to another application using C#. Full Source Code is available at: DevInDeep/SendKeys (github.com) This guide is a continuation on our previous post. Last week we were talking about how to get the active window using

Read More

  • C# CookBook

How to get Active Window using C#

imageByVancho PavlevskiMarch 5, 2022
How to get Active Window using C#
In this guide we will demonstrate how to get Active Window using C#. Full Source Code is available at: DevInDeep/ActiveWindow (github.com) Active Window Opening different applications leads to many windows showing up. But, there can be only one active window at a time. An

Read More

  • Reinforcement Learning

How to implement Q Learning algorithm in C#

imageByVancho PavlevskiFebruary 20, 2021
How to implement Q Learning algorithm in C#
In this article we will see how to implement the Q Learning algorithm in C#. Here is the demo application we’re going to build today Q Learning algorithm in C# Project Files: Download Introduction to Reinforcement Learning Reinforcement Learning is a process by which

Read More

  • C# CookBook

How to make a Self Extracting Executable in C#

imageByVancho PavlevskiFebruary 4, 2021
How to make a Self Extracting Executable in C#
Self Extracting Executable in C# with 7ZIP demo and tutorial. Project Files: Download Recently, I found myself in a situation where I needed to package the .NET framework with my installer. The goal was to install it, if the machine did not have the correct version. But, I

Read More

Recent Posts

  • How to implement Undo feature on Slider in C# and .NET
  • How to implement Undo feature on TextBox in C# and .NET
  • How to create Custom Control in C#
  • How to Implement Drag and Drop in C#
  • How to create Round Corner TextBox in C#

Recent Comments

    Categories

    • C# CookBook
    • Hidden Markov Models
    • Image Processing
    • K-Means
    • MacOS
    • ML.NET
    • Model Builder
    • Neural Networks C# Course
    • Project Files
    • Python
    • Reinforcement Learning
    • Uncategorized
    • Visual Studio
    Created by wpxpo. Powered by WordPress
    Logo
    • C# CookBook
    • K-Means
    • MacOS
    • ML.NET
    • Model Builder
    • Neural Networks C# Course
    • Project Files
    • Reinforcement Learning
    • Hidden Markov Models
    • Image Processing