Saturday, 16 April 2022

important

 i have create table in one pc same code pushed to other then credentails is different

so using model .dbmx



update here using the mode.edmx right click then you have generate database from model
in your database table will create automatically.

it is usefull alot


importent

https://social.msdn.microsoft.com/Forums/en-US/home?forum=aspadoentitylinq


enittity blog


https://blog.angular-university.io/angular-file-upload/



No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...