Page 1 of 1

Use smartphones and tablet browsers to CRUD backend SQL Server

Posted: Fri Jul 19, 2024 4:36 am
by timlank

We have a Microsoft Access Frontend form & business logic developer (backend in SQL Server) that has spent several years getting proficient in his craft.

We are looking to potentially re-develop these Frontends and business logic in ASP.NET and use smartphones and tablet browsers to CRUD this backend SQL Server data since we don't see a good solution using an Acesss heavy client for these if it indeed exists.

Can an ASP.NET application be built for this type of scenario using very limited funds (we are an all-volunteer non-profit)?

How easy would it be for this developer to transition to using ASP.NET Maker 2024?

How easy/hard is it to maintain the ASP.NET code with ASP.NET Maker 2024?

All of this would need to work in and be housed in our building (on-prem) and nothing cloud-based for the near future.


Re: Use-case questions

Posted: Fri Jul 19, 2024 7:55 am
by MichaelG

It should be fairly easy. Just load the required tables for the database and generate.

For custom business logic, you need to write your own Server Events and have some knowledge of C#.


Re: Use-case questions

Posted: Fri Jul 19, 2024 7:27 pm
by timlank

Said developer is 80 years old and has written most of the forms with plenty of business logic in VBA.

How difficult (what is the learning curve) for him to switch from that to C#?

Solutions with this product would run on all browsers right? (Chrome/Safari/Firefox/Edge)

Thanks,
Tim


Re: Use-case questions

Posted: Sat Jul 20, 2024 7:40 am
by MichaelG

How difficult (what is the learning curve) for him to switch from that to C#?

It should be a question for him. Ask him to download and try first to see how confident he is.

Solutions with this product would run on all browsers right?

Yes, you can run the generated application in all modern browsers.