Category: Others (Technical)
Migration in EF Code First
Code First Conventions In code first approach we create the domain classes first rather than creating the database. Initially, we need to create the domain classes having the properties and then we create the database according to the domain classes.
ZipArchive in C#
Introduction ZipArchive is a built-in package in the System.IO.Compression assembly to compress/decompress files in a zip format in C# code. It allows us to work with a collection of compressed files. For this we can do the following things: Get
OpenProject Installation, Configurations, and Upgrade
OpenProject is an open-source web-based project management system, which is widely used for team collaboration. This application is released under the GNU General Public License Version 3 and which is continuously developed and supported by an active open-source community around
Introduction To Artificial Intelligence
Artificial Intelligence AI is a technique that tries to enable machines to copy human behavior. It is the study of the development of computer systems so they are able to perform tasks normally done by the human mind, such as
Repository Design Pattern in C#
Introduction to Repository Design Pattern There are many Design Patterns in .NET, for example, entity design pattern but to overcome some disadvantages of other patterns we prefer to use the Repository Design Pattern pattern. Nowadays, most applications need to access
Use PDFtk Without Installing It In Linux
PDFtk PDFtk is one of the most popular and simple pdf editing or manipulating tool. It provides us a number of features like create pdf with FDF file, extracts records from the pdf and many more. To use pdf on
Auto-Renew “Let’s encrypt” SSL Certificate using certbot
Auto-Renew “Let’s encrypt” SSL Certificate using certbot Make sure Domain is pointed to the server and should only be using IPv4 version. IPv6 will not work and you must have pre-configured the domain in apache configuration and make sure your
Deploy the laravel project on 1&1 production server
How to deploy the laravel project on Shared hosting server On shared Environment: Step 1: Push the code to Production Server. I’m assuming that your project is running perfectly on your localhost and now you are ready to push it
Web Data Connection with Tableau
Web Data Connection with Tableau 1. What is WDC? WDC or Web Data Connector, is a web page with JavaScript code that connects to web data, converts the data to a JSON format, and passes the data to Tableau. Currently,