Contact Form
Jquery Dynamic Drop down fill
function toasterall(headingtext, Bodyttext, Typealert) {
$.toast({
heading: headingtext,
text: Bodyttext,
position: 'top-right',
loaderBg: '#ff6849',
icon: Typealert,
hideAfter: 3000,
stack: 6
});
}
var mybesturl = window.location.protocol + "//" + window.location.host...
Read moreEntity Framework core Database First Approach .net 6
setp 1 :::::: Scaffold-DbContext "Data Source=.;Initial Catalog=CMS;Persist Security Info=True;User ID=swera;Password=1122333;" Microsoft.EntityFrameworkCore.SqlServer -Context NWContext -OutputDir Models/DB -ContextDir...
Read moreEF Core Power Tool With Visual Studio
Setp 1 To Download from Click hereStep 2 private readonly StudentContext _logger1; public WeatherForecastController(ILogger<WeatherForecastController> logger, StudentContext logger1 = null) ...
Read moreEnable or Disable all triggers in a Sql server
events that get executed during a DML statement execution
Copy, paste, run as mention below .
DECLARE @DisableTriggerCommand NVARCHAR(4000)
DECLARE @TriggerTableName NVARCHAR(500)
DECLARE DisableTriggerCursor CURSOR
FOR
(
SELECT NAME AS TableName
FROM sysobjects
WHERE id IN (
SELECT parent_obj
FROM sysobjects
...
Read moreHow to Solve identity Problem in SQL Server
Setup 1. Open up the SQL Server Configuration Manager
Setup 2. Click the left side of the SQL services.
Setup 3. Right click on the SQL Server instant name at the right pane Click the Startup Parameters tab.
Setup 4. Type the -T272...
Read moreHow AdminLTE-3 template integrate to angular 9
Step 1
npm install -g @angular/cli
ng new my-app
ng new my-app
? Would you like to add Angular routing? Yes
? Which stylesheet format would you like to use? SCSS [ http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax...
Read more
Subscribe to:
Posts
(
Atom
)