Posts

Showing posts from 2017

Google reCAPTCHA implementation - ASP.NET C#, ASP.NET Web API, Android

Image
Google reCAPTCHA implementation ASP.NET C# Steps to implement Google reCAPTCHA in your website using technologies such as ASP.NET C#, ASP.NET web API, HTML and javascript. First you need to use your google account to login to Google reCAPTCHA  to register a new site. Add a label of your choice in the label section and for web implementation select the reCAPTCHA V2 radio button. Next in the domain section you can add several domains, for testing purposes you can add localhost also followed by another domain in the next line. Accept the terms and conditions and click on the button register. After you click register, google will generate a site key and a secret key and  instructions how to integrate it on both client and server side. Create ASP.NET Web API Next step is to open Microsoft Visual Studio and create a new project by selecting File > New from the menu bar and then select Project.  Select ASP.NET Web Application(.NET Framework) in the popup windows,

MyShoppingList - Android app

Image
Blur mind, can't remember what to buy when doing shopping this android app might help you as it unable you to instantly create a shopping list. It is environment friendly as you don't need to write you shopping list on a piece of paper where you will throw it away after shopping is done. This android app is compatible with almost every android API. Moreover it doesn't drain the device battery with background process Screen Shot Splash screen Splash screen will appear for about 3 second when the application is starting up Home Activity Simple navigation drawer with menu that can perform the following functions: Create List - create new list and add items with quantity and price. The total price will be automatically calculated Generate List - based on preference, a list of items will be generated View List - view all the lists and items related to a specific list Add Category - New item and need to associate it with a new category, you can