Back to Browse

Insert data to sql using LINQ in asp.net crud part 1

528 views
Nov 30, 2019
17:43

Insert data to sql using LINQ in asp.net: Working steps to insert data to sql using LINQ in asp.net: 1. Take asp.net new project. 2. Edit menu with new css in bootstrap file. 3. Edit Menu name and Edit default page html code and design a crud interface and add css to look nice . 4. You will find all html css script in my Facebook group , link in the description below. 5. Add LINQ to SQL Classes and and Database colnnection server explorer and drag corresponding table. 6. Create object of LINQ datacontext class globally in c# file. Insert data in gridview: 7. Write code for insert in insert button click event 8. Run and test by data. Corresponding video CRUD Video link: Insert search update delete (CRUD) operation using entity framework DB 1st approach in asp. Theory: What is LINQ? Answer: LINQ is an ORM (Language Integrated Query) system of Microsoft.net framework. What is the advantage of LINQ? Answer: You can write SQL Query with c# language in application which will make the application faster and secure. No need to create connection string, automatically create all required store procedure and make application development faster and secured. What is the disadvantage of LINQ? Answer: Only SQL Server database support LINQ, other Database System like Oracle, MySQL not Support this technology For source code, join to our facebook group by clicking following link: https://www.facebook.com/groups/ITSolution365/ You can also like to our facebook Page to get all video code clicking on following link: https://www.facebook.com/pg/SharingITisCaring/posts/?ref=page_internal You can follow us on twitter clicking on following link: https://twitter.com/ITSolut62078624 You can connect with us on linkedin clicking on following link https://www.linkedin.com/in/itsolutionytc/ We will create thousands of video related with information technology from our practical experience and those are used in our daily work and development. Stay with us. Do like, share and comments and subscribe to my channel and click on bell button to get notification when new video uploaded. You may suggest me to make new video with new topic. Here is the channel subscription link: https://www.youtube.com/channel/UCoARYODbMPNO26wMpPE0R6g?sub_confirmation=1 Thanks again

Download

0 formats

No download links available.

Insert data to sql using LINQ in asp.net crud part 1 | NatokHD