Subscribe to:
Posts (Atom)
Screen Record
Windows Screen Record WindowsKey+ Alt + R Recording Starts.
-
public void ProcessOrder(int orderId, bool applyDiscount) { if(applyDiscount) { //Apply Discount to the order }...
-
https://jwt.io/ J SON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
-
Create a function : CREATE FUNCTION split_string ( @in_string VARCHAR(MAX), @delimeter VARCHAR(1) ) RETURNS @list TABLE(tuple VARCH...