Thursday, March 5, 2015

Gmail : 5.5.0 Authentication Problem asp.net c#

Get to your Gmail account's security settings and set permissions for "Less secure apps" toEnabled. Worked for me.

1st login into your gmail account and then run below URL into browser

and select turn on option .

google.com/settings/security/lesssecureapps

Opps Part 1 : Abstraction

  Abstraction in C# is a fundamental concept of object-oriented programming (OOP) that allows developers t...