Recommendation for learning c#

Hi All,

I have used UiPath for the past 5 months and I am getting better with the basic stuff, however I would like to learn C# to use alongside UiPath as I advance.

Has anyone come across a book, site, or training that applies c# to uipath in a training/learning format

Similar to UiPaths academy that applies the learning material and practical

Thanks

@LB34,

You can check in Udemy for C# learning.

Hi @LB34

You can refer the YouTube channel for learning c#

It is good

C# tutorials by Mike Dane

https://youtube.com/playlist?list=PLLAZ4kZ9dFpNIBTYHNDrhfE9C-imUXCmk

Well learning c# helps you to get more knoweldge on internally how all process or activity in Uipath works and give a good knoweldge on how to code which is useful in Uipath and helps in creating custom activities.

Hope it helps you

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed::relaxed::relaxed:

I know of 2 great free courses,

C# 101

C# Survival Guide

1 Like

C# is an object-oriented programming language from Microsoft that aims to combine the computing power of C++ with the programming ease of Visual Basic. C# is based on C++ and contains features similar to those of Java. some of the Best C# Books are:

1: C# in Depth
2: Programming C#
3: Head First C#
4: Beginning C# Object-Oriented Programming
5: Beginning C# 5.0 Database

Thank You