Which C# programming IDE is best for connecting to MariaDB using a technique similar to the one in Entity Framework?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

Oracle, Hindi, C++, C, MS Office, VBScript,JavaScript,Spoken English etc with 32 years of experience

The most productive IDE for C# personally has been Visual Studio. JetBrains’ Rider IDE is now coming along, and I am pretty sure they will do a fantastic job. But subjectively, I have found Visual Studio to be extremely productive across at least 18 different types of C# projects. (console, win forms,...
read more
The most productive IDE for C# personally has been Visual Studio. JetBrains’ Rider IDE is now coming along, and I am pretty sure they will do a fantastic job. But subjectively, I have found Visual Studio to be extremely productive across at least 18 different types of C# projects. (console, win forms, asp. Net web forms, mvc, web api, windows services, libraries, vs plug-ins, office adding, win phone apps, azure apps, classic web services, wcf, and the list goes on) As you can see, this is agnostic of you using Entity Framework or any database. When you use a database technology along with C#, we go into the realm of IDE plug-ins and extensions that support these databases. From a C# perspective, it doesn't care about MS SQL, or Oracle or Maria dB. Where it matters is, can the IDE give you an integrated experience to connect to the database, see all the artifacts (tables, indexes, stored procs) etc? And in this regard, MS SQL server is probably the best integrated option you'll find with Visual Studio. Simply because Microsoft owns both of it. So they can integrate a lot better. In addition to that, Visual Studio has a dedicated sql project type, that is extremely good for a MS Sql Server. No other database technology enjoys this first class integration. The last part to your question is Entity Framework (EF) . Think of entity framework as a language translator (over simplified but you get the point). From C# to an underlying database. (MS SQL, ORACLE, MYSQL etc.) Because Microsoft owns both C# and MS SQL, and EF, they translate C# to MS SQL the best. (The MS SQL provider for EF) EF has started growing in stature for Oracle and MySql, but people seem to hit weird errors occasionally. Maria dB is essentially MySql under the covers. So you can continue to use the EF designer and work with MySql under the covers, but the experience may not be as good as MS SQL. Overall you can continue using Visual Studio for C# with EF agnostic of the underlying database. read less
Comments

Coputer Science Tutor And Project Instructor

For c#, as far as I know, there are only 2 good IDE, Visual studio and Rider. So there are not a lot of choices for anythink you want to do, but If I were you Iwould choose Visual studio for want you want to do.
Comments

Related Questions

What is the use of header files in C language?
In C language, header files are used to organize and reuse code efficiently 6 Key uses of header files in C language are :1. Function declarations (Prototypes)2. Macro Definitions3. Type Definitions4....
Sachanth
0 0
7
What is the best IDE for C and C++ development?
If you're a student then Turbo C++ is best for C and C++ program + inbuilt C/C++ Graphics Function If you're a professional or working then Netbeans for C/C++ or Code:: Blocks is Best.
Balakrishnasingh
Can one new to programming learn Java, C, or other languages first?
Yes as a beginner too, you can learn C and Java. Infact in MCA and BTech, C programming is the first language that has been taught to students.
Agastya
0 0
5
What is the importance of pointers? People stress more on them. Why they are useful actually what is their importance?
Importance of pointers:- Pointers are used in situations when passing actual values is difficult or not desired. To return more than one value from a function. They increase the execution speed. The...
Pati

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

C Program-Infinite Loop[For] Demo
//Header Files #include<stdio.h>#include<conio.h> //Main function void main(){ //Function for clearing screen clrscr(); //Infinite for loop for(;;) { printf("Hello!"); } //Function for...

What is Safety-Critical Software?
A software whose failure may cause death or injuries to the users called Safety-Critical Software.The software present as part of Aeroplanes, or present in Rail as railway signalling software or Automotive...

Design your own Mouse Driver in C Language
Mouse Driver (msdrv.h) #include #include union REGS i,o; restrictmouseptr(int x1, int y1, int x2, int y2) { i.x.ax=7; i.x.cx=x1; i.x.dx=x2; ...

10 Tips to improve your learning
1. Have a quick revision of topics that you have read in past three days before you start studying a new topic. 2. Make your own notes containing the summary of the topic. 3. Allot proper timing for...

Understanding Computer Science Concepts with Images and Videos..
All Computer science concepts relating to programming and software development are only virtual. It cannot be practically shown as a hardware parts of a computer. But for better understanding it should...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you