Pramod M

Pramod M

  • NA
  • 81
  • 9.9k

add employee into collections dynamically from textbox mvc

May 27 2018 12:30 AM
Hi all Add employee name from textbox .when we click create button employee name add into coleections and display in same page. Important note don't use database .use only collections and tempdata.please Do in mvc

Answers (5)

0
Munesh Sharma

Munesh Sharma

  • 105
  • 17.2k
  • 6.1m
Nov 4 2015 2:11 AM
http://www.dotnet-tricks.com/Tutorial/entityframework/J8bO140912-Tips-to-improve-Entity-Framework-Performance.html
 
 
https://www.talksharp.com/aspnet-web-application-entity-framework 
0
Ravi Kumar

Ravi Kumar

  • 777
  • 1.1k
  • 31.4k
Nov 3 2015 11:51 PM
hi
implement indexing for each table 
0
Jignesh Trivedi

Jignesh Trivedi

  • 0
  • 62.3k
  • 46m
Nov 3 2015 11:09 PM
Hi,
there are many reason for slow down SQL query.
Please refer my article to improve the performance of SQL query or Entity framework
http://www.c-sharpcorner.com/UploadFile/ff2f08/tips-to-improve-entity-framework-performance/
http://www.c-sharpcorner.com/UploadFile/ff2f08/tips-to-improve-sql-database-performance/
hope this will help you.