No sir, it only reads the excel file and display it.
@KevinMoralesP Жыл бұрын
@@dexcodelab Thanks!, if You have time could You add feature to save into database using EF Netcore 7?, 🙃
@dexcodelab Жыл бұрын
@@KevinMoralesP Sure Sir, It will be uploaded soon
@dexcodelab Жыл бұрын
@@KevinMoralesP I have created and uploaded the tutorial you requested. I hope you will find it helpful.
@KevinMoralesP Жыл бұрын
@@dexcodelab thanks so much!!! I Will see now
@lenamacia5942Ай бұрын
Espectacular el vídeo
@dexcodelabАй бұрын
Thankyou
@sunnyafran415 Жыл бұрын
is it possible this excel file display gridview and store database (without EF and migration)
@dexcodelab Жыл бұрын
Yes you can do it by using ADO.NET (you will be writing sql queries in this case)
@sunnyafran415 Жыл бұрын
If you have time could you please add feature to save to database without EF and without migration (dynamic excel file not static like this tutorial). Please!
@dexcodelab9 ай бұрын
Ok sir I will try
@sunnyafran415 Жыл бұрын
Is it possible to do a project without entity framework and without migration? It would be very helpful if possible. Please in details..
@dexcodelab Жыл бұрын
You can use ADO.NET and write sql queries in your c# code to insert data in database.