Author: admin

Windows How to Disable Windows Update on Windows 10 Permanently

Go to Services->Disable Windows Update Run [...]

C Sharp get id of last inserted row in MS-Access

private int AddToSuppliersLedger(int supplier_id, string supplier_invoice_id, string from_where, string paid_amount, string total_payment, DateTime [...]

C Sharp Email Validation

using System; using System.Globalization; using System.Text.RegularExpressions; public bool IsValidEmail(string email) { if [...]

Angular Js Tutorial

Refer this video (https://www.youtube.com/watch?v=KhzGSHNhnbI) Install Angular Js in system Run the following commands npm install -g @angular/cli ng new [...]

Laravel 5.5 CRUD Tutorial

First of all, we will make one Laravel Project and then step by step; we will build this project. Ticket System is ultimately a Laravel 5.5 CRUD Operations, [...]

Ghalib

GHALIB Ghalib sharab peene de masjid mein baith kar ya woh jagah bata jahan Khuda nahi. IQBAL Masjid Khuda ka ghar hai peene ki jagah nahi Kafir ke dil [...]

How to create virtual host with windows7 and xampp

Go to your xampp folder go to apache > conf > extra >httpd-vhosts.conf Add following line on that file. My is as follows<VirtualHost [...]

Laravel From Scratch

https://www.youtube.com/watch?v=EU7PRmCpx-0&list=PLillGF-RfqbYhQsN5WMXy6VsDMKGadrJ- =========================== 1.Laravel From Scratch [Part 1] - Series [...]