Tuesday, May 1, 2018

Configure TLS 1.2 On BizTalk Server

TLS is a successor to Secure Sockets Layer protocol or SSL. TLS provides secure communications on the Internet for such things as e-mail, Internet faxing, and other data transfers. Client-server applications use the TLS protocol to communicate across a network in a way designed to prevent eavesdropping and tampering.

source https://www.c-sharpcorner.com/article/configure-tls-1-2-on-biztalk-server/

Downloading Files Using OKIO In Android

In this article, we will learn how to use OKIO Library to download files from server in Android.

source https://www.c-sharpcorner.com/article/downloading-files-using-okio-in-android/

Convert *.dll Into ASP.NET Project

This is a viable option to convert your Dot Net DLL into an ASP dot net Project. You can download the trial version of .NET Reflect 10.0.4 software tool online.

source https://www.c-sharpcorner.com/article/convert-dll-into-asp-net-project/

Monday, April 30, 2018

Angular For An ASP.NET Veteran - Getting Started - Part One

This article series is a paradigm shift for .NET developers who have worked mostly on ASP.NET Stack (MVC, Web API, Entity Framework) to create web applications and were doing great; until a massive favorable wave from open-source communities, articles and tech talks persuaded them to try Angular.

source https://www.c-sharpcorner.com/article/angular-for-an-asp-net-veteran-getting-started-part-one/

How To Implement Google Column Chart Dynamically Using Entity Framework And MVC 5

In this article. I will demonstrate how to implement Google column charts dynamically using entity framework in MVC5.

source https://www.c-sharpcorner.com/article/how-to-implement-google-column-chart-dynamically-using-entity-framework-and-mvc/

Retrieve Real-Time Data In Firebase Using Android Studio - Part Two

This article demonstrates how to Retrieve RealTime Data in Firebase using Android Studio

source https://www.c-sharpcorner.com/article/retrieve-real-time-data-in-firebase-using-android-studio-part-two/

How To Send Activation Link In Email After User Registration Details In MVC

Today, in this article, I will explain how to send activation link in email id after user registration using MVC and Web API.

source https://www.c-sharpcorner.com/article/how-to-send-activation-link-in-email-after-user-registration-details-in-mvc/