.NET Core Web API + PostgreSQL | CRUD APIs

preview_player
Показать описание
Related Tutorials:
--------------------
React JS + Python Django + SQLite full-stack app
--------------------
React JS + .NET Core Web API + Microsoft SQL full stack app
--------------------
.NET Core API + Vue JS + Microsoft SQL full-stack web app
--------------------
ASP .NET Core Web API + Microsoft SQL CRUD APIs
--------------------
ASP .Net Core Web API + MySQL | CRUD APIs Tutorial
--------------------
.NET Core Web API + PostgreSQL | CRUD APIs
--------------------
.Net Core Web API + MongoDB CRUD APIs
--------------------
Python Django + SQLite | REST APIs
--------------------
Python Django + PostgreSQL | REST API Tutorial
--------------------
Python Django + MySQL CRUD API Tutorial
--------------------
Python Django + MongoDB CRUD API Tutorial
--------------------
Python Django + Microsoft SQL Server CRUD API Tutorial
--------------------

REST APIs with .NET Core Web API backend and PostgreSQL Database.
Рекомендации по теме
Комментарии
Автор

Wonderful information! I wish it was a little slower so I wouldn't have to keep rewinding to follow along with the steps in my code.

harishboini
Автор

you used your azure server here? but what if we don't have any such server?

snehallokhande
Автор

Hi i am getting error in GET api, i am not able to fetch the table data

System.NotSupportedException: Serialization and deserialization of 'System.Type' instances are not supported. Path: $.Columns.DataType.
---> System.NotSupportedException: Serialization and deserialization of 'System.Type' instances are not supported.

inzimambhatti
Автор

Great tutorial. I have a question.. why was it necessary for your example project to enable Cors? Would it be needed for Web API projects?

FarazAzhar
Автор

Is there any advantage in using Postgresql over MsSql ? What about compatibility ?
Thanks

carlosleandroalarconbascou
Автор

I'm stuck type interval date save data .
Do you have any way to help?

toknowlife
Автор

Why you added different versions of newtonsoft

BlackSkorpion
Автор

28000: no pg_hba.conf entry for host "", user "", database "", SSL off getting this when update-database try please help anyone

cristoferrao
Автор

Interesting for sure... However, why did you NOT make the CRUD (Create, Read, Update, and Delete) functions work via the Web Page instead of using "Postman"?

Yes we saw that your code works.

But it seems incomplete for a real world application via a Web Page.

billnewsr.