Contact Form

Name

Email *

Message *

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 more

Entity 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 more

EF 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 more

Enable 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 more

How 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 more

How 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

How fill Drop down list in angular 9 with api Asp.net pi

CREATE TABLE [dbo].[tblSkills]( [SkillID] [int] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL, [Title] [varchar](50) NULL, [isacrtive] [bit] NULL, PRIMARY KEY CLUSTERED ( [SkillID] ASC )WITH (PAD_INDEX...
Read more
Page 1 of 101234567...10Next »Last