React Native: All about sound
react-native-sound How to stream an audio from url [js] var playSound = new Sound(‘your mp3 url’, null, (e) => { if (e) { console.log(‘error loading […]
react-native-sound How to stream an audio from url [js] var playSound = new Sound(‘your mp3 url’, null, (e) => { if (e) { console.log(‘error loading […]
How to divide a Windows 10 drive into 2 partitions, one for Mac and one for Windows 10 Use Acronis usb to backup the whole […]
Issue Customer wants to print pdf files being exported from server side automatically on client printer Solution Function of exporting pdf file is done from […]
[sql] ALTER TABLE TestTable ADD DateInserted DATETIME NOT NULL DEFAULT (GETDATE()); [/sql]
React Native Webview How to close Webview when tapping a button inside Webview? How to pass data from React Native to webview Issues How to […]
CROSS APPLY can do with Some conditions that INNER JOIN can’t easily do CROSS APPLY is quicker than INNER JOIN
SQL Server How to add time into a datetime variable? [sql] declare @startDate = ’05 Nov 2017′ SET @startDate = DATEADD(week, 3, @startDate); –’22 Nov […]
Concept How many caching form does ASP.NET have? Page level output caching The simplest form of caching, output caching simply keeps a copy of the […]
A query with SELECT DISTINCT can be rewritten using GROUP BY. So this [sql] SELECT DISTINCT city FROM HR.Employees WHERE country = N’USA’ AND region […]
Copyright © 2025 | WordPress Theme by MH Themes