For example. I have a list of widgets that need to be displayed at a specific time on a site. It changes thought the year. I need to write code that will pull the specific information from the database and display it on a page
OR
I have a contact form that needs to write information to a SQL database. I need to put that form into a WP page and write the data to a SQL database
OR
I need to track attendance for a large meeting. As attendants come in they are required to check in. I have a form written in ASP.NET that does that and writes that data to an SQL page.
I know how to access SQL data using .Net. That’s not the issue. My issue is integrating the .Net code into a WordPress page. Can I write .Net code in WordPress?
Yes, but HOW is that done? Where do I put the code that accesses the data on a SQL database?