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 payment_date) [...]

C Sharp Email Validation

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

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 a4app Intall [...]

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, that is why my [...]

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 mein jaa wahan [...]

Visual Studio Code Dreamweaver Theme

https://marketplace.visualstudio.com/items?itemName=Persephona.theme-dreamweaverweb =============================================================== Dreamweaver Web [...]

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 [...]

Build Employee Management System with Laravel 5.4 and Adminlte

- Instruction: Please follow all bellow steps: composer update rename .env.example with .env configure database on .env file create a new database with name [...]