You are on page 1of 2

http://www.tutorialsteacher.

com/angularjs/angularjs-events--->for angular js
********************************************
for RESTful and web api-->

https://blogs.msdn.microsoft.com/martinkearn/2015/01/05/introduction-to-rest-and-
net-web-api/

http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm

https://www.ibm.com/developerworks/library/ws-restful/index.html

****************************************
for index in sql--->

http://www.c-sharpcorner.com/blogs/differences-between-clustered-index-and-
nonclustered-index1

http://beginner-sql-tutorial.com/sql-index.htm
***************************************************

Return types of action methods of controller--->

http://www.c-sharpcorner.com/UploadFile/89bfaf/action-results-in-web-api/

api---->

http://www.dotnetcurry.com/aspnet/1063/create-rest-service-using-aspnet-webapi

http://www.claudiobernasconi.ch/2013/07/22/when-to-use-ienumerable-icollection-
ilist-and-list/

***********************************************************************************
****************
Entity Framework (generate from database) example with description--->>>

https://www.codeproject.com/Articles/739164/Entity-Framework-Tutorial-for-
Beginners***

http://www.entityframeworktutorial.net/entityframework6/create-entity-data-
model.asp(from this learn the Dbcontext,DbSet,Querying)

***********************************************************************************
******************
why use Ienumerable<t>???----->

https://stackoverflow.com/questions/36961241/why-might-you-use-ienumerable-as-a-
method-return-type-or-in-a-constructor

***********************************************************************************
********************

web service--->

http://www.c-sharpcorner.com/UploadFile/00a8b7/web-service/
***********************************************************************************
*******************
.NET Web API---->>

https://www.codeproject.com/Articles/659131/Understanding-and-Implementing-ASPNET-
WebAPI

***********************************************************************************
*********************
.net web api action methods return type---->>>

http://www.tutorialplus.net/Articles/aspdotnet-web-api-different-types-of-action-
return.htm

You might also like