MySQL In Asp.Net MVC CRUD Application Using Entity Framework

  Рет қаралды 74,077

CodAffection

CodAffection

Күн бұрын

Пікірлер: 68
@CodAffection
@CodAffection 7 жыл бұрын
goo.gl/bPcyXW : Buy me a Coffee bit.ly/36IA1cH : AspNet Core MVC CRUD Operations bit.ly/3Pn2S7y : Expense Tracker App in AspNet Core MVC bit.ly/2yEPlpB : Convert MVC App to Single Page(jQuery Ajax) bit.ly/403lUVC : MVC Login & User Registration bit.ly/39B6xdh : Image Upload in AspNet Core MVC bit.ly/30fPDMg : More MVC Tutorials
@lipslide101
@lipslide101 7 жыл бұрын
You know it's a real indian tutorial when he recorded this in the middle of the jungle
@adiilaksono
@adiilaksono 6 жыл бұрын
Lmao
@johnkoiyaki7551
@johnkoiyaki7551 6 жыл бұрын
@@manastripathi6013 learn to take a joke :D:D
@megawatipamungkas9612
@megawatipamungkas9612 5 жыл бұрын
hahahahhaha
@TheActivel
@TheActivel 4 жыл бұрын
this is a silly comment
@denverbarandino6881
@denverbarandino6881 4 жыл бұрын
lmao
@AyushJain-ti5yu
@AyushJain-ti5yu 4 жыл бұрын
Hi , Im unable to get Model wizard page, after getting the version as 5x, that whole thing gets disappear after that page
@alisdamirov6961
@alisdamirov6961 4 жыл бұрын
Thank you so much man. Only this video among thousands solved my problem
@CodAffection
@CodAffection 4 жыл бұрын
Glad it helped
@gedelababi8
@gedelababi8 Жыл бұрын
im getting error at @6:49 after click 'ok' button error is ==> Method not found: 'System.String EnvDTE._DTE.get_Version() please help me brother ..i'm trying to since 3days still not yet done..pls help anyone
@jalphonso
@jalphonso 6 жыл бұрын
Hello! @6:05 the Choose Model Contents in my case, didn't have the option "Generate from Database". It only contained "EF Designer from database", "Empty EF Designer model", "Empty Code First model", and "Code First from database". Which one should I choose?
@CodAffection
@CodAffection 6 жыл бұрын
try Empty EF Designer model.
@gedelababi8
@gedelababi8 Жыл бұрын
im getting error at @6:49 after click 'ok' button error is ==> Method not found: 'System.String EnvDTE._DTE.get_Version() please help me brother ..i'm trying to since 3days still not yet done..pls help anyone
@tueresmejor4823
@tueresmejor4823 3 жыл бұрын
you have any proyect in vb2017
@Praxss
@Praxss 3 жыл бұрын
After 7:03 screen when press next it going back to 5:57 screen Plz help
@gedelababi8
@gedelababi8 Жыл бұрын
im getting error at @6:49 after click 'ok' button error is ==> Method not found: 'System.String EnvDTE._DTE.get_Version() please help me brother ..i'm trying to since 3days still not yet done..pls help anyone
@fatimatmercury6859
@fatimatmercury6859 7 жыл бұрын
Thank you sooo much ! You have no idea how much this helped me !
@CodAffection
@CodAffection 7 жыл бұрын
I am glad, you found the video helpful.
@gusfederal
@gusfederal 6 жыл бұрын
niiiceee mann.. you is the bast developer
@CodAffection
@CodAffection 6 жыл бұрын
Thank you for the wonderful feedback! :) I'm humbled.
@gedelababi8
@gedelababi8 Жыл бұрын
im getting error at @6:49 after click 'ok' button error is ==> Method not found: 'System.String EnvDTE._DTE.get_Version() please help me brother ..i'm trying to since 3days still not yet done..pls help anyone
@androidsavior
@androidsavior 4 жыл бұрын
C# is fucking awesome as hell as always
@sarathv4913
@sarathv4913 6 жыл бұрын
When I click on Next after adding the database the dialogue box just closes. It doesn't allow me to select the table for the Model class, nor does the class get added. Please help
@Zquirrelthing
@Zquirrelthing 5 жыл бұрын
I have the exact same problem! Did you ever manage to solve it, because if so, please share the solution. It's driving me absolutely nuts
@emiliojehovanygonzalezmeji866
@emiliojehovanygonzalezmeji866 5 жыл бұрын
Me too, someone has the solution for this problem, thanks!
@emiliojehovanygonzalezmeji866
@emiliojehovanygonzalezmeji866 5 жыл бұрын
Well, i did it¡¡, for anyone who need it, this page was my solution: entityframework.net/knowledge-base/39110060/entity-framework-s-entity-data-wizard-crashes-when-connecting-to-mysql-database
@davixooo
@davixooo 5 жыл бұрын
Do not use Mysql.Data.Entity. You must use Mysql.data.EntityFramework. After this change, check if your versión of the nuget libraries are the same as the connector do you have installed.
@tamilkumarang
@tamilkumarang 6 жыл бұрын
Nice video. Good explanation
@faisalrana9945
@faisalrana9945 3 жыл бұрын
your doing great. Table is pronounces. tAble. .. a as in Ay.. the letters A T ay ble. thakns for the tutorial
@CodAffection
@CodAffection 3 жыл бұрын
thanks for the correction, really appreciated it.
@saikumar-ck2nq
@saikumar-ck2nq 4 жыл бұрын
I followed your instructions but when I run the project(Ctrl+F5), the url opens with MySql.Data.MySqlClient.MySqlException: Table 'SchemaName.SchemaName.table_name' doesn't exist. Dont know why schema name is coming twice in the error Can you please help understand why the error says table does not exist ? Is it because, schema name coming twice? How could I fix this ? I could see that database connected and table information can be viewed from Visual Studio. But while I run the project it is throwing error
@benildomabunda3980
@benildomabunda3980 4 жыл бұрын
Following the same steps but The window to setup the DB configuration closes before I can edit. Can anyone help, please?
@AmeyaKherodkar
@AmeyaKherodkar 7 жыл бұрын
I am unable to see MYSQL Database option in Change Data Source, I have used VS 2017 and with that, I am using Mysql for VS 1.2.6, MySql Server5.7.17 and Connector/Net 6.6.7,6.10.4 but none of them worked. What would be the possible reason?
@CarlVictorFontanos
@CarlVictorFontanos 7 жыл бұрын
Same here
@alonsojulianpumachaguarosa367
@alonsojulianpumachaguarosa367 6 жыл бұрын
same here, did you find a solution guys?
@yagoparola
@yagoparola 6 жыл бұрын
same here
@mstephencrowell
@mstephencrowell 6 жыл бұрын
Uninstalling/reinstalling Connector and MySQL for VS, then and copying assembly files from C:\Program Files (x86)\MySQL\MySQL Connector Net 6.9.8\Assemblies\v4.5 to C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE worked for me. Source: stackoverflow.com/questions/4235291/how-to-connect-to-a-mysql-data-source-in-visual-studio
@cesarcabrera4855
@cesarcabrera4855 6 жыл бұрын
look this in www.c-sharpcorner.com/article/code-first-migration-asp-net-mvc-5-with-entityframework-mysql/
@taniax8944
@taniax8944 6 жыл бұрын
not work at 7:20
@CodAffection
@CodAffection 6 жыл бұрын
what happened ?
@taniax8944
@taniax8944 6 жыл бұрын
Dotnet Mob new version of connector etc is not compatible with EF 6 but I downloaded your version and do exactly the same as you shown and it worked . I forgot to delete my comment sorry .
@gedelababi8
@gedelababi8 Жыл бұрын
im getting error at @6:49 after click 'ok' button error is ==> Method not found: 'System.String EnvDTE._DTE.get_Version() please help me brother ..i'm trying to since 3days still not yet done..pls help anyone
@TamilPlaylist474
@TamilPlaylist474 6 жыл бұрын
even though i install all the softwares i can't see mysql in connect while creating data help mee....
@nerivaldolourenco6034
@nerivaldolourenco6034 4 жыл бұрын
Este link vai ajudar: dev.mysql.com/doc/visual-studio/en/visual-studio-install.html
@minhtaipham6074
@minhtaipham6074 6 жыл бұрын
thank you so much
@techwithdenis
@techwithdenis 6 жыл бұрын
I have a problem, after choosing my database connection, the options: NO, exclude sensitive data from the connection string. I will set it in my application code ... AND the option: Yes, include the sensitive data in the connection string... are both grayed out/disabled so i can not pass this stage... Am using Xamp with MySQL Work Bench
@linhamilionaria
@linhamilionaria 4 жыл бұрын
tens que adicionar uma senha no seu server
@gedelababi8
@gedelababi8 Жыл бұрын
im getting error at @6:49 after click 'ok' button error is ==> Method not found: 'System.String EnvDTE._DTE.get_Version() please help me brother ..i'm trying to since 3days still not yet done..pls help anyone
@abbasawa372
@abbasawa372 6 жыл бұрын
sir i'm using wind 7 pro x64 and my mysql for visual studio 1.2.7 msi is not installing in my window. it showing error" mysql for visual studio 1.2.7 wizerd ended prematuraly" :( I'm using vs 2017
@Rammurthy_Raj
@Rammurthy_Raj 7 жыл бұрын
i installed given four tools but in connection its not visible
@tiagoreis3221
@tiagoreis3221 2 жыл бұрын
My ears had a fucking stroke but my code is ok! Thank you
@achuachyuth6908
@achuachyuth6908 7 жыл бұрын
Can you do it for Oracle Db instead of MySQL ?
@CodAffection
@CodAffection 7 жыл бұрын
I will try, thanks for your suggestion.
@chusnulchotimah4912
@chusnulchotimah4912 7 жыл бұрын
thank you
@CodAffection
@CodAffection 7 жыл бұрын
you are welcome :)
@magapon869
@magapon869 6 жыл бұрын
Элементарно не видит MySQL, даже когда установил все необходимые файлы. Как можно решить проблему? Переустановка не помогла
@magapon869
@magapon869 6 жыл бұрын
Нашёл решение. На проекте через nuGet нужно скачать и подключить mysql.data.entity
@nerivaldolourenco6034
@nerivaldolourenco6034 4 жыл бұрын
Veja a versão do Mysql connetion e do Mysql for visual Studio tens que Intalar no Link a baixo : dev.mysql.com/doc/visual-studio/en/visual-studio-install.html
@maredumalleshwari8327
@maredumalleshwari8327 2 жыл бұрын
hi sir, how can i find out mysql workbench root password
@gedelababi8
@gedelababi8 Жыл бұрын
it will ask when install the mysql
@SwapnilSaheb101
@SwapnilSaheb101 2 жыл бұрын
Clear noise then re-upload
@nayanamtanuj
@nayanamtanuj 7 жыл бұрын
Please do code first migration
@CodAffection
@CodAffection 7 жыл бұрын
sure.
@nayanamtanuj
@nayanamtanuj 7 жыл бұрын
Thanks :)
@gedelababi8
@gedelababi8 Жыл бұрын
im getting this error Method not found: 'System.String EnvDTE._DTE.get_Version() please help me anybody
How to Upload Image And Display Image in Asp.Net Mvc With An Example
17:51
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
freeCodeCamp.org
Рет қаралды 1,6 МЛН
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН
БОЙКАЛАР| bayGUYS | 27 шығарылым
28:49
bayGUYS
Рет қаралды 1,1 МЛН
Hilarious FAKE TONGUE Prank by WEDNESDAY😏🖤
0:39
La La Life Shorts
Рет қаралды 44 МЛН
Asp .Net MVC Full CRUD Operation Using Entity Framework DB First | CRUD Operations in MVC
18:50
𝐂𝐨𝐝𝐞𝐖𝐢𝐭𝐡𝐆𝐨𝐩𝐢
Рет қаралды 119 М.
CREATE and CONNECT DATABASES in ASP.NET
18:11
tutorialsEU - C#
Рет қаралды 76 М.
UFC 311: Пресс-конференция
25:45
UFC Eurasia
Рет қаралды 641 М.
ASP.NET Core Web API + Entity Framework Core : Database First - EP01
17:12
CuriousDrive: Solve Coding Problems & Win Prizes!
Рет қаралды 245 М.
How to create CRUD using .NET 6.0 ASP.NET MVC Core web app and EntityFrameworkCore ORM, SQL Server
1:36:33
𝐂𝐨𝐝𝐞𝐖𝐢𝐭𝐡𝐆𝐨𝐩𝐢
Рет қаралды 17 М.
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН