This topic is locked

Learn to code in event

3/21/2022 7:45:54 PM
ASPRunner.NET General questions
M
Mads Østergaard Dynesen author

Hey

I'm pretty new at coding customer functions for web applications. Does anyone has an advice for how to learn coding? Did you start waching some youtube-videoes or what? and what kind if youtube videos did you see?

I'm currently using ASPrunner.net which is connected to a microsoft SQL server, and I don't know which code language I should use in the event field in ASPrunner.net. to make a customer function?

Hope someone can help

Kind regards

Mads

admin 3/21/2022

I recommend to start with ASPRunner.NET manual. It comes with hundreds of code examples, both server-side (C#) and client-side (Javascript). Pick a small task, find an example in the manual that does something similar, learn and adjust it.