Asp.Net Web Development
Introduction to ASP.NET Core 2.0
ASP.NET Core 2.0 is latest open source framework for Web development from Microsoft. It unites ASP.NET MVC and ASP.NET Web API into a single programming model.
ASP.NET - Login and SignUp with LinkedIn API
Read how to integrate SignIn with LinkedIn button to ASP.NET web app using JS API. We can also use this same functionality for SignUp with a LinkedIn account.
ASP.NET - Signin with Google plus using Google Plus API - Part 2
In previous blog post Login with Google Plus API in ASP.Net website, we looked at how to configure a
ASP.NET - Signin with Google plus using Google Plus API - Part 1
Integrating 'sign in with Google plus' in asp.net websites. Access the googl+ Profile, posts in asp.net website using Google+ REST API.
DataView RowFilter & DataTable.Select DateTime conditions in .Net
DataView RowFilter Or DataTable.Select with DateTime conditions. Best practices using datetime variables in DataTable.Select or DataView.RowFilter conditions
ASP.NET - how to request read receipt in email
Many email clients such as outlook allows you to request a receipt, this blog explains how to achieve that in ASP.NET System.Net.Mail emails