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: C#

  • C# CookBook

How to create Round Button Control in WinForms C#

imageByVancho PavlevskiSeptember 15, 2024
How to create Round Button Control in WinForms C#
A lot of you requested to create a Round Button Control in WinForms. This plea came right after I published the article on how to create round corner controls using C# in WinForms. Naturally, this article will be continuation of the work done so far. How to create Round

Read More

  • 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

  • C# CookBook

How to Scrape Web Page using C#

imageByVancho PavlevskiDecember 15, 2021
How to Scrape Web Page using C#
Today we are going to learn how to scrape web page using C#. Full Source Code is available at https://github.com/DevInDeep/WebScraperTool What is Web Scraping Web scraping refers to the process of extracting data from websites. For example, if you find an article on

Read More

  • ML.NET

How to load data in ML.NET Model

imageByVancho PavlevskiApril 13, 2021
How to load data in ML.NET Model
This article focuses on how to load data in ML.NET Model using the API. Loading the data properly is the first step in every Machine Learning project. Machine Learning data is usually stored in files. CSV (Comma Separated File) for example is quite popular choice. But often

Read More

  • ML.NET

How to build ML.NET Pipeline

imageByVancho PavlevskiApril 4, 2021
How to build ML.NET Pipeline
This is one of the most important images in this tutorial series. It represents the ML.NET Pipeline or more general the Machine Learning pipeline. Previous Post: Introduction to Machine Learning in C# with ML.NET Next Post: How to load data in ML.NET Model Builder: How to

Read More

  • ML.NET

Introduction to Machine Learning in C# with ML.NET

imageByVancho PavlevskiMarch 28, 2021
Introduction to Machine Learning in C# with ML.NET
Hello guys, and welcome to Introduction to Machine Learning in C# using ML.NET tutorial. This series of articles will teach you how to create, train and consume Machine Learning models in .NET In this tutorial we are going to give you a full overview on what is ML.NET and

Read More

  • ML.NET
  • Model Builder

Face Mask Detection using ML.NET Model Builder and C#

imageByVancho PavlevskiMarch 20, 2021
Face Mask Detection using ML.NET Model Builder and C#
Face Mask Detection tutorial using ML.NET Public shaming over not wearing a face mask started almost as soon as the COVID-19 pandemic itself. Nowadays, a lot of countries made it mandatory to wear face masks when in public. Every single person in the world must recognize how

Read More

Posts pagination

PreviousPrevious page Page 1 Page 2 Page 3 … Page 5 NextNext page
Hire me on UpWork

Recent Posts

  • How to Extract Text from Image using C# and WPF
  • How to Create Toggle Button in WPF
  • How to create Tree Data Structure in C#
  • How to Filter TreeView in C# and WPF
  • How to hide TextBox blinking cursor in C# and WPF
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