Friday, 18 August 2023
Sunday, 13 August 2023
Thursday, 10 August 2023
Wednesday, 9 August 2023
Import excel to sql table
Import excel data to new table
- Right click on the database select task and import data.
- select source here MS ExCell
- select destination here sql server native client last option.
- enter credentials.
- then check source and destination . rename destination name as table name.
- 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
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
When you use the OnionAPI template to create a new project in Visual Studio, it will generate a solution with five projects inside. Each project is prefixed with the project name and has its own customizable namespace in the source code. Here’s what each project is for:
The underline tech stack provides loosely-coupled and inverted-dependency architecture with good design patterns and practices.
Documentation: Get started with the Visual Studio template OnionAPI to scaffold ASP.NET WebAPI project for .NET 7 |
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...

-
Points 1.complex page layouts and adherence to code standards. 2.primeNG pagination 3.ngcontent 4.ngdestory(memorylekage) 5.datatransfer wi...
-
Check duplicate count based on 3 columns combo select EMPID,FORMinfoID,FormName,Count(*) as counts from tbl_FilesMigrationLogs group by Em...