Posts

Showing posts from November, 2016

Online Post Product

The Projects using web api to implemented (asp.net,sqlserver) Abstract: 1.Seller can interact with the  system to post the product 2.Buyer can interact with system to buy the product 3.Chat between two of them Singn up And Login using web api             1.Create sign_up page                       its used to be create and update new user in the system in the data base in sql server        2.Login page                   login with help user name or email and password 

Stored procedures DONOT increase performance(.NET and SQL training video)

Image

NEW TECHNOLOGY AND APPLICATION: NEW TECHNOLOGY AND APPLICATION: Stored Procedure ...

NEW TECHNOLOGY AND APPLICATION: NEW TECHNOLOGY AND APPLICATION: Stored Procedure ... : NEW TECHNOLOGY AND APPLICATION: Stored Procedure CURD Operation : Table Creation:  -->CREATE TABLE User  (     Id INT primary key NO...