Subscribe to:
Posts (Atom)
Mixed Content: The page at xxx was loaded over HTTPS, but requested an insecure
Mixed Content: The page at ' https ://www.test.com/signup.aspx' was loaded over HTTPS, but requested an insecure script ' http ...
-
State management is a critical thing to master when coming to Web world from a desktop application perspective. Session is used to sto...
-
NEWSEQUENTIALID() and NEWID() both generates the GUID of datatype of uniqueidentifier. NEWSEQUENTIALID: NEWSEQUENTIALID() generates G...
-
var lastSixMonths = Enumerable.Range(0, 12 ) .Select(i => DateTime.Now.AddMonths(i -12)) ...
No comments:
Post a Comment