Hello,
My experience with Visual Studio.NET is this. Ive only used VS.NET 2005, and code in a more or less function-based way. I dont know oop, and im sure I dont use VS.NET to its fullest abilities, but I have been quite capable of getting my jobs done. Typically I use datasets, and nothing else to work with, if that helps as well. (BTW i do know how to manually code SQL) (Learned it from back in my PHP/MySQL days, just a few differences really in general syntax)
I am using the DNN 4.0.2 starter kit. I have been able to build a basic sample module like in: http://forums.asp.net/1114393/ShowPost.aspx
But this tutorial is not adequate to teach me what I need to know to get started. I was able to create 1 module, and that was just a modification of the sign-in module already in DNN. Its code was available, and all i did, was create a new module usign the above formentioned tutorial, then cut/pasted the sign-in module code, and modified it to my wants (it was style-only changes).
A few ideas of what types of modules I will need to develop are:
- One to connect into our payroll server (MSSQL database) and build a directory of all our employees.
- One to connect into our phone system (unknown source) and build an extension list for our office.
- One to connect into an (unknown source) for our office email listing. This will also give an email/msn account list for our office. (This may be integrated into Active directory, in which case I will be looking into the Active Directory module, but this module is of lesser importance).
I have a big need to learn to code in DNN4.0.2 as there are a lot of things i want to do, i only listed off the first few...
Im at a loss as to what to do, as my questions are many, and posting to this forum is quite slow, with the approval and waiting for response process.
What Im severely confused at:
- How to communicate with the database (i understand it uses stored procedures, and ive already played around with them).
- How to communicate to a totally different server if necessary.
- What files do what, and how to code for them (i.e. do these files use OOP? I see lots of class references, So i would imagine so... but maybe its just my lack of understanding of this use of .NET... i dont know...
Im really at a loss as to how to code for this in short...
On a seperate note, I have built my first skin, and its working great. During the setup of my first skin, i did receive quite a bit of basic knowledge on how DNN worked... i.e. what was in each menu, etc... as I navigated to certain items.
Thanks!