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 significance of lvalue?
An lvalue (locator value) represents an object that occupies some identifiable location in memory (i.e. has an address).
Abhishek
What is a calling function in C?
In C, a calling function, also referred to as a calling routine or a caller, is a function that invokes or "calls" another function. When a program executes, control is transferred from the calling function...
Deepika
0 0
6
How is C++ language used nowadays?
C++ is widely used today in various domains, including systems programming, game development, high-performance computing, and embedded systems. Its efficiency, control over hardware, and versatility make...
Arumugam
0 0
5
How do I learn C++ from the basics?
prepare for header files and write a program and do that it will get devoleped
Priyanka
0 0
6
How do I get 6 power 13 in c language?
By using pow(6, 13). Don't forget to import math.h header file
Tanush
0 0
5

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-The Odd Loop Demo
/* WAP to print square value of the number entered by user using odd loop*/ //Header Files #include<stdio.h>#include<conio.h> //Main Function void main(){ char another='y'; int num,sq; //...

What Would Be Life Cycle Of A Fresher After Campus In An IT Company?
1. Basic Technical Training: Since freshers are not subject matter experts so gone through 3 - 6 months basic technical training within Organization. 2. Technical Assessment: HR sends freshers to various...

C-Program Swapping Contents Of Variables Using Function [Call By Reference Method]
//Header Files #include#include // User defined functions swap with 2 pointer variables passed as an argument list void swap(int*i,int*j){ // Local variable temp int temp; // swapping contents using...

Programming Practice Technique
Any Programming Language required an Algorithm. Algorithm - It is the finite set of instructions in which each and every instruction has the meaning, instructions are not ambiguous and all the instructions...

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