Thursday, 10 August 2023

c#

 https://www.dotnetperls.com/list-find


https://swecha.org/contact-us

Wednesday, 9 August 2023

Import excel to sql table

Import excel data to new table 


  1. Right click on the database select task and import data.
  2. select source here MS ExCell
  3. select destination here sql server native client last option.
  4. enter credentials.
  5. then check source and destination . rename destination name as table name.


  6. in the below click on edit mapping compare source column match to destination table column name
    then map both source and destination values then click on finish






Friday, 4 August 2023

material error

 in angular material date picker if we use same date picker for same two times then getting error.

beacuse date picker id is same we copy change #picker1 then it will work fine.


for input change event use

(keyup)="doSearch(this.noticePeriod)"

Thursday, 3 August 2023

runing low version angular in high version node

update in package.json 

 "start": "set NODE_OPTIONS=--openssl-legacy-provider && ng serve -o",

market place of vs

 

7 Common mistakes in Dot Net — You can avoid

  There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...