If you need for some reason to reset the identity column of the sql server
this will do it
DBCC CHECKIDENT('tableName', RESEED, 0)
zero here means the count will begin from 1
filter attribute that checks whether current connection is secured
using APS.net Core to mark all website pages working with https protocol we will do this using IAuthorizationFilter. and here is an exampl...
-
the problem appears because you are using contains method in non primitive type here is an example Audit audit = new Audit(); List<int...
-
problem: I have a simple project hosted on our company TFS. our security policy required the development team change there passwords every 1...
-
To connect to the CISCO VPN client throw batch file you need to define the location of the exe file and then use the connect command on v...