Use Code stage

Hi Vjs or anyone,

I would like to learn coding in C# for Blueprism. Is it necessary to learn all of the OOPS concept
  • 1) Class.
  • 2) Object.
  • 3) Inheritance. ...
  • 4) Polymorphism. ...
  • 5) Abstraction. ...
  • 6) Encapsulation.
I know the basics of these above and about control structures if, for loop and others .. What else i need to learn to be able to code in c#?
 

sahil_raina_91

Active Member
There is no direct answer to this question.
Coding is a field which is endless. A lot depends on the target application, integration with widely used applications, API's etc etc.
I would suggest you to open any object and scan through the code stages to understand how the code works.
Do this for Collection Manipulation , Excel , HTTP , JSON etc and you should be able to build your custom codes.

In my opinion, learning about OOPS doesn't really benefit you if you are concerned about Blue Prism Object development.
So instead of learning C# and then try to use your knowledge to create something, try to evaluate what you want to achieve and then look around within objects to understand what you should really know.
 
Top