Send Email in Asp.Net C# Using SMTP

In this article I’ve implemented the code to Send Email in Asp.Net C# Using SMTP.
Many times when you implement a contact form page in Asp.Net website you need to send that data to email whenever client query through contact page.
Unlike PHP in ASP.Net C# you can’t send emails just by calling mail method, in C# you have to provide proper SMTP and credentials to send email.
You can use below code to Send Email in Asp.Net C# Using SMTP.

Continue reading “Send Email in Asp.Net C# Using SMTP”

Setup Custom Email on Gmail to Send Receive Mail

In this article I am going to explain How to Setup custom email on gmail to send receive mail.
When you buy domain and hosting from any provider and starts your business online, it’s a good idea to use your branded email for business, it
also increase your brand visibility .
In a recent survey done by Verisign, 65% customers trust a business with custom branded email rather than free email account.
Now one of shortcoming of custom branded email is; they provide very basic interface to access your email.
Continue reading “Setup Custom Email on Gmail to Send Receive Mail”

Getting Started With Xamarin Forms dot Net Standard Visual Studio 2017

Xamarin is Cross Platform App development tool owned by Microsoft. By using Xamarin tools you can create hybrid as well as native application for Windows, iOS and Android.
Xamarin tools are available to download with Visual Studio and you can directly create AndroidiOS and Windows apps from Visual Studio itself.
Most of the common code is written in C#. So you don’t need to learn Java, Objective-C or Swift to build apps if you already know C#.
In this tutorial I am going to show you how to create Xamarin Forms app using .Net Standard and Visual Studio. Continue reading “Getting Started With Xamarin Forms dot Net Standard Visual Studio 2017”