在不使用asp.net webapi中的数据实体框架模型的角度js中的crud操作 [英] crud oprations in angular js without using data entity framwork model in asp.net webapi

查看:118
本文介绍了在不使用asp.net webapi中的数据实体框架模型的角度js中的crud操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在角度js中进行crud操作而不使用asp.net webapi中的数据实体框架模型。

请帮助我..

i want to do crud oprations in angular js without using data entity framwork model in asp.net webapi.
please help me ..

推荐答案

为什么你这么讨厌实体框架?它并不像听起来那么困难。 :-)



CRUD操作只有4个功能( 5,大多数情况下),它允许你:



1.创建对象。

2.读取对象。

- 本节中的第5个函数用于读取单个数据记录。

3.更新对象。

4.删除对象。



如果你很清楚你的内容,你可以在不使用Entity Framework或任何其他框架的情况下这样做数据源是。无论如何,请阅读此内容以获取更多信息。 ASP.NET 5 Web API RESTful CRUD和Windows 10本机申请 [ ^ ]
Why do you hate Entity Framework so much? It is not as difficult as it sounds. :-)

CRUD operations are simply 4 functions (5 in most cases) which allows you to:

1. Create the objects.
2. Read the objects.
- 5th function comes in this section to read a single data record.
3. Update the objects.
4. Delete the objects.

You can do so without using Entity Framework or any other framework if you are well aware of what your data source is. Anyways, read this to get more information. ASP.NET 5 Web API RESTful CRUDs and Windows 10 native application[^]


这篇关于在不使用asp.net webapi中的数据实体框架模型的角度js中的crud操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆