Read text from PDF using iTextSharp

Read text from PDF using iTextSharp

Read text from PDF using iTextSharp – I started my day searching for a solution on how to read PDF files, and finally, I was able to search for a solution. Here is a solution from stack overflow.I am posting this to help readers from this blog who have also searched for this problem. Credit … Read more

Categories C#

ASP.Net SignalR Real-Time Chat Application

SignalR Chat App With ASP.NET

This article will show you an actual ASP.Net SignalR Real-Time Chat Application. This project’s main goal is to have an idea of how we can use SignalR in a real-time web application. As stated on this site https://www.asp.net/signalr: “ASP.NET SignalR is a library for ASP.NET developers that makes developing real-time web functionality easy. SignalR allows … Read more

AngularJS with Asp.Net MVC

AngularJS

What is Angular? AngularJS is a JavaScript framework that extends HTML attribute to help develop a dynamic Web application. AngularJS with Asp.Net MVC Definition of Angular JS from its Official Page: AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML’s syntax … Read more

TRIPLE DES encryption/decryption using php

TRIPLE DES encryptiondecryption using php

Working with the back-end APIs would require you to apply additional security layers such as Data Encryption. This is to ensure a secured handshake to every client application that will consume it. One of the common problems is how you will translate encryption to a different language such as C# to Php. Today in this … Read more

Create Soap Web Services in ASP.NET

Create Web Services in ASP.NET

This article will show you how you can create Web Services in ASP NET. Web service is a software used to exchange XML-based information that uses the internet to interact with any other application called its client. This software provides a modular method that could be used by multiple applications through the web. If you … Read more