M
M
Max Suprunenko2015-12-05 12:26:18
C++ / C#
Max Suprunenko, 2015-12-05 12:26:18

What kind of ADO.NET connections do you need to learn?

What kind of ADO.NET connections do you need to learn? Or do they need to know everything? Reading Trollsen. I need to create a website database.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Roman, 2015-12-05
@yarosroman

Learn EntityFramework www.entityframeworktutorial.net metanit.com/sharp/entityframework/1.1.php

D
Dmitry Kovalsky, 2015-12-05
@dmitryKovalskiy

To create a database, you need to know SQL and understand the normal forms of the database. To work with the MSSQL database from C# applications, you need to know the usual SqlConnection and related classes. Well, if you hope to never get too involved in database design and SQL script development, then deal with EntityFramework.

A
Artem, 2015-12-05
@devspec

EntityFramework is good, but heavy. Try ORM Dapper - you can figure it out in an evening.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question