Download Source Code No 57
Download source code for: Xamarin Forms Play Video Using Octane Player Download Xamarin Octane Video Player Sample code.
Download source code for: Xamarin Forms Play Video Using Octane Player Download Xamarin Octane Video Player Sample code.
In this post we will see how we can use Octane Player Nuget package in Xamarin Forms. Using this Nuget package we can play any… Read More »Xamarin Forms Play Video Using Octane Player
You can download SQL Northwind database bak file using below link or from Github.com. On Github script for the database is present. Official Microsoft site. DOWNLOAD… Read More »Download SQL NorthWind database BAK file
SQL database – How we can restore database. Follow below steps to restore your database: Select DatabaseName > Tasks > Restore > Database > Select… Read More »SQL Database – Steps to restore database
To get Column names of a table in SQL server use query below query: Select COLUMN_NAME,DATA_TYPE from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME=’Your_Table_Name’ For example: we will consider… Read More »SQL Server – How to get all Column names of a table
Download source code for How to center div in HTML page using CSS Download source code.
Hi friends, in this post we will see one of the most easiest way to center HTML div both horizontally and vertically. We often face… Read More »How to center div in HTML page using CSS