I am new to the .Net world, and was wanting to create a class so I can learn OOP.
I have a .sln file, with multiple projects in that file. I want to create a class that will accept 3 parameters, a "stored proc name", "UserID" and "PageName". The stored proc will log the id of the person who launches a particular page, the page name and the DateTime (which is in the stored proc). This is for internal monitoring of sensitive HR data.
This proc will be called by the multiple projects within my .sln
Can someone advise me how to create the class, or point me to any resources? Thanks