I really appreciate being able to approach these more modern programming contexts through the lens of access programming - thank you.
@seanmackenziedataengineering Жыл бұрын
You're very welcome! Once you get familiar with WebForms, it will feel like a natural extension of your MS Access world. There are a few more videos in this series, make sure to check them out!
@seanmackenziedataengineering Жыл бұрын
SOME NOTES: 1. When you install Visual Studio, you need to pick initial options and you should choose *ASP. Net and web development*. There are some others that are useful. See a screenshot of my recommended options here: www.mackenziemackenzie.com/downloads 2. You do need an Azure account and subscription in order to get rolling. azure.microsoft.com 3. Use portal.azure.com to manage your App Service and your Azure SQL database 4. Use SSMS on your desktop to work on the design of your database; download here learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver16
@emmadkareem52475 ай бұрын
Focused and concise...Good work.
@seanmackenziedataengineering5 ай бұрын
Many thanks and glad it was helpful! It is the start of a whole playlist kzbin.info/aero/PLnfNzgd6iu9U96I1PWOIf5f5dEGP4XYze so you can start building your app 🛠
@emmadkareem52475 ай бұрын
@@seanmackenziedataengineering Thanks for your efforts to make tech. tolerable :)
@seanmackenziedataengineering Жыл бұрын
The video continuation of this one is here: kzbin.info/www/bejne/bKSnZmaoqrKksNE Background, how this style of dev happens is here: kzbin.info/www/bejne/pIqufoyPo5uHm6s
@miles6875 Жыл бұрын
Revisiting this video and intrigued by the technique of using SQL express locally to develop scripts that will eventually be passed to cloud SQL server environment. Great tip
@seanmackenziedataengineering Жыл бұрын
Yes - if you put a local SQL Express on your computer, it speeds your development immensely. Create your database locally and on Azure, develop locally, simply change your connection string to point to Azure SQL when it is time to migrate to test/production. SQL Express: kzbin.info/www/bejne/jaOUcomfdsmUac0
@miles6875 Жыл бұрын
Love it, thank you - I will be doing that! @seanmackenziedataengineering
@lloyddewald3195 Жыл бұрын
Sean - Thank you for this easy to understand and follow video. I followed all of the steps of creating a free Azure account, then creating the Azure SQL database and putting in content into the database, and then using Visual Studio 2022 to create the web app and publish/deploy it to Azure as a web app. All of the steps seemed to work and be successful, but when I go to the URL for the deployed web app, I still see the message: "Your web app is running and waiting for your content", even 5 days after deploying the web app. Any thoughts? Thank you!
@lloyddewald3195 Жыл бұрын
Sean - My Bad!!! I missed the step of publishing the application from Visual Studio to the server. Silly Me! Everything is working now. Thanks again for these videos!!!
@seanmackenziedataengineering Жыл бұрын
I'm glad you figured that one out.. I have also done that many times lol!
@H4ckPulse Жыл бұрын
Nice video thank you
@seanmackenziedataengineering Жыл бұрын
No problem! Stay tuned as there will be much more on this topic. cheers
@sephjvr5979 Жыл бұрын
I love your channel. But I feel you sometimes forget not everyone is as advanced as you. You started the video off nice and slow, showing step by step. But then you gradually sped up until it was like "you then calculate the speed of light here and then the circumference of a black hole. Got that? ok and then we simply quantify the meaning of existence". Still appreciate you making the time for the video in the first place. But, please break this tutorial into sections for some of us whom are still starting out
@seanmackenziedataengineering Жыл бұрын
Great feedback, thanks - I will definitely slow it down on topics like this!