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 an rvalue?
Rvalue was added with the C++11 standard. An lvalue is an expression that refers to a memory location and allows us to take the address of that memory location via the & operator. An rvalue is an expression...
Mohd
how much time does it take to learn c language from basic to advance range
3 month and also depend in your skill to learning power...
Nithin
How do I print \n in C or C++ programming?
void main () { printf(" "); getch(); }
Supriyo
0 0
6
Is the C language required to learn Java?
No, learning the C language is not a strict requirement for learning Java. While C and Java share some syntactical similarities, they are distinct programming languages with different paradigms. Java was...
Akhilesh
0 0
7

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 Sample Application
//Standard Library Functions(Header Files used) #include<stdio.h> #include <conio.h> //Main method int main() { // function for clearing screen clrscr(); // function to print the output...

C Program-Temperature [conversion from farenheit to degree celsius]
//WAP to convert temperture from farenheit into degree celsius //Header files#include<stdio.h>#include<conio.h> //Main functrion void main(){ //Variable declaration of type float float...

Efficient Learning Strategies
Type your notes after class Write your notes onto flashcards - Scrabble -Make posters Review flashcards while walking, at gym, etc. Dog-ear pages in the reading where you can find...

Java and C trainer
Always think any conspect with real-time example like Object -- object must have states and behaviour then only we will call that thing is Object like fan is Object (rotating,color)

Introduction to Programming Languages
What is a Programming Language? A programming language is a formal computer language or constructed language designed to communicate instructions to a machine, particularly a computer. Programming languages...

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