From the course: Robotic Process Automation: Tech Primer
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
The .NET framework - UiPath Tutorial
From the course: Robotic Process Automation: Tech Primer
The .NET framework
- [Bryan] Now that you've been exposed to some programming fundamentals, it's time for me to introduce you to the .NET Framework. Before we talk specifically about the .NET Framework, I'd like to provide you with some definitions and lay a foundation. There are two terms in programming that are somewhat related: frameworks and libraries. A library is essentially a collection of reusable classes. And by now, you know that classes are simply programmatic entities that have properties and methods. Creating libraries allows us to reuse code between different applications or projects. Ultimately, it makes application development faster. A framework is a little more comprehensive. It's actually a collection of libraries, and there's an additional layer of pre-imagined interactions between those different libraries. So in that sense, you're not just reusing code, but you're also reusing design ideas. But again, it really just boils down to making application development faster. Once you get…
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Overview4m 6s
-
(Locked)
Create a console app2m 20s
-
(Locked)
Programming basics: Visual Studio8m 16s
-
(Locked)
Programming basics: UiPath Studio5m 21s
-
(Locked)
Intro to functions4m 2s
-
(Locked)
Functions demo: Visual Studio9m 37s
-
(Locked)
Functions demo: UiPath Studio8m 52s
-
(Locked)
Intro to variables3m 11s
-
(Locked)
Variables demo: Visual Studio6m 51s
-
(Locked)
Variables demo: UiPath Studio10m 19s
-
(Locked)
Intro to object-oriented programming9m 51s
-
(Locked)
Object-oriented programming demo14m 57s
-
(Locked)
The .NET framework12m 49s
-
(Locked)
-
-
-