In this article, we will learn How to create a storage bucket in the Google Cloud Platform and access the files stored in the Storage Bucket in Web Application hosted in VM instance of the Google Cloud Platform.
Sunday, 9 August 2020
Sunday, August 09, 2020
Create a storage bucket in Google Cloud Platform
Tuesday, 4 August 2020
Tuesday, August 04, 2020
Create Virtual Machine instance in Compute Engine in Google Cloud Platform
In this article, we will learn How to create VM Instances with Google Cloud Platform’s Compute Engine. We will start with creating VM Instance with GCP Console and then achieve the same thing with the GCP Command Line utility i.e. GCloud. Then we will install the NGINX web server and host the web page and access it on another VM machine and through the internet.
Saturday, 1 August 2020
Saturday, August 01, 2020
Setting up LAMP Certified by Bitnami in Google Cloud Platform
In this article, we will set up a LAMP Stack for web applications in the Google Cloud Platform. LAMP is one of the common examples of the Web Service Stack which basically Stands for Linux, Apache, MySQL, PHP. In this article, we will set up LAMP using Bitnami Certified Apps which provide secure, up-to-date, and packaged using industry best practices.
Saturday, 30 May 2020
Saturday, May 30, 2020
Server-Side Pagination in Datatable.js
In this article, we will learn How to manage server-side pagination, sorting, and searching in DataTable.js. Recently, I used that in one of the project which was basically an ASP.NET WebForm application. So, I decided to share it with you so that it can help you.
Saturday, 14 September 2019
Saturday, September 14, 2019
Stellar Toolkit for MS SQL
Introduction:
Stellar Toolkit for MS SQL is a combination of three tools pack. You can repair corrupt SQL database, extracts the database from the corrupt backup file and recover SQL SA and user password. Stellar Toolkit for MS SQL works on all the component of the database like views, indexes, tables, triggers, keys, etc. and provides you 100% database integrity.
Stellar Toolkit for MS SQL is a combination of three tools pack. You can repair corrupt SQL database, extracts the database from the corrupt backup file and recover SQL SA and user password. Stellar Toolkit for MS SQL works on all the component of the database like views, indexes, tables, triggers, keys, etc. and provides you 100% database integrity.
Sunday, 14 July 2019
Sunday, July 14, 2019
Getting Started with Python
In this article, we will learn how to start learning Python and create the first “Hello World” application using Python.
Key points covered in this article are:
Key points covered in this article are:
- What is Python
- Installing Python (in windows)
- Installing and using Visual Studio Code for Python development
- Woking with IDLE
- Visual Studio for Python development
- Anaconda Distribution and Jupyter NoteBook
Sunday, 9 June 2019
Sunday, June 09, 2019
Export and Import Excel file using ClosedXML in ASP.NET MVC
In software applications, sometime user needs to export or Import the data in Excel format in order to perform several operations. In this Article, we will learn How to Export and Import Excel file with ClosedXML package in ASP.NET MVC. ClosedXML is a .NET Library for writing and manipulating the Excel 2007+ files. It’s available free on GitHub to use it for the commercial project. For more details, click here to view the license on GitHub.






