Code Master - A reference guide for programmer's

Programming is fun and interesting. As you all know, sometime we programmers stucks in the middle way of coding without getting a solution. Blogs like this will help us to find a path to solve our problems. The contents of this blog are the solutions that I found by myself and from other sources. Sharing such solutions is also interesting. Thank you!

Sunday, October 28, 2018

Search Inside a SQL Procedure

›
SELECT DISTINCT o.name AS Object_Name, o.type_desc FROM sys.sql_modules m INNER JOIN sys.objects o ...
Tuesday, June 19, 2018

Access IIS Localhost From Another Computer

›
Open cmd as an administrator. Allow the ports to be accessed by the firewall. >netsh advfirewall firewall add rule name="Open P...
Wednesday, April 11, 2018

Uncaught typeerror: cannot read property 'msie' of undefined | Solution

›
Solution 1 Downloaded jquery-migrate.1.2.1.js and referenced that file in the error page Solution 2 Copy the code below to the pag...
Sunday, January 7, 2018

Encrypt and Decrypt string using SQL

›
Sample Code Declare @myData nvarchar(max) = 'My data', @seqKey nvarchar(20) = 'UniQKey07x@a', @encryptedData ...
‹
›
Home
View web version
Powered by Blogger.