TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About SQLi
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sharad Gupta (12)
Mushtaq M A (4)
Amir Ali (4)
Delpin Susai Raj (4)
Sardar Mudassar Ali Khan (3)
Ahsan Siddique (3)
Bassam Alugili (3)
Kishor Bikram Oli (3)
Aymen Amri (2)
Anbu Mani (2)
Sazid Mauhammad (2)
Ganeshan N (2)
Umair Hassan (2)
Talha Bin Afzal (2)
Carmelo La Monica (2)
Sachin Bhardwaj (2)
Shilpa Tanwar (1)
Lokendra Singh (1)
Ravishankar Velladurai (1)
Saleh Qadeer (1)
Divyansh Gupta (1)
Jithu Thomas (1)
Mahesh Chand (1)
Shivam Pandya (1)
Abhishek Bhat (1)
Md Sarfaraj (1)
Pankaj Kumar Choudhary (1)
Swaraj Ketan Santra (1)
Andranik Harutyunyan (1)
Nikunj Satasiya (1)
Ranjan Dailata (1)
Andrew Fenster (1)
Noble Dhas (1)
Abhijeet Singh (1)
Gaurav Kumar (1)
Chhavi Goel (1)
Pradip Pandey (1)
Ehtesham Mehmood (1)
Chintan Rathod (1)
Ecco Suprastyo (1)
Suresh M (1)
Parth Patel (1)
Mukesh Kumar (1)
Abhishek Mishra (1)
Asfend Yar (1)
Debendra Dash (1)
Vijayaragavan S (1)
Iqra Ali (1)
Catcher Wong (1)
Afzaal Ahmad Zeeshan (1)
Suthahar Jegatheesan (1)
S.Ravi Kumar (1)
Nuwan Karunarathna (1)
Janak Shrestha (1)
Vaikesh K P (1)
Chiheb Chebbi (1)
Sekhar Srinivas (1)
Subramanyam Raju (1)
Nitin Patil (1)
Abhishek Kumar Ravi (1)
Chetankumar G Shetty (1)
Munesh Sharma (1)
Brijendra Gautam (1)
Brett G (1)
Related resources for SQLi
No resource found
Implementation Ajax Calls in ASP.NET Core MVC
8/27/2024 7:03:37 AM.
Learn how to build a dynamic fleet management system using AJAX in ASP.NET MVC with SQLite as the database provider. This tutorial guides you through creating, managing, and displaying vehicle data in
How Do We Create Custom APIs with Next.js?
8/8/2024 5:25:24 AM.
Next.js allows you to create custom APIs with API routes defined in the pages/api directory. You can handle various HTTP methods (GET, POST, PUT, DELETE), use query parameters, connect to databases (e
Working with SQLite3 in Python
7/17/2024 6:02:20 AM.
SQLite is a lightweight, serverless, and self-contained relational database engine. It's an excellent choice for small to medium-sized applications, especially when you need a database that doesn&
Xamarin.Forms - Deep Linking Application Using SQLite
6/26/2024 10:53:03 AM.
Learn to build Xamarin.Forms applications with deep linking using C# and XML. This tutorial covers creating a cross-platform email client example where notifications open specific app sections. Explor
Setting Up SQLite Connection In Xamarin App
6/19/2024 9:54:20 AM.
In this article, we are going to learn about how to set up a connection with SQLite in your application. We will connect each of the iOS, Android, and UWP projects with SQLite.
CRUD Operations In Android SQLite - Kotlin
6/6/2024 11:48:36 AM.
Learn how to perform CRUD operations in SQLite using Kotlin for Android development. This tutorial guides you through creating a TODO application step by step, covering database setup, user interface
What are SQL dialects with Example?
4/19/2024 4:09:17 AM.
SQL dialects are versions of SQL tailored to specific database systems. Each dialect has its syntax and features while adhering to SQL's core principles. Understanding dialects is essential for wr
Connecting SQLite Database to Mobile App with Flutter and Dart
4/4/2024 8:33:05 AM.
To integrate an SQLite database into your Flutter mobile app, follow these steps: Add dependencies, create a database helper class for CRUD operations, use it in your app, handle async operations, and
How To Install SQLite On Windows 11
2/23/2024 6:55:34 AM.
Learn how to easily install SQLite on your Windows 11 system. Download the setup, configure environment variables, and use the command prompt to set up the SQLite shell for efficient database manageme
Lazy Loading In ASP.NET Core 7 Web API
1/22/2024 9:09:14 AM.
ASP.NET Core 7 Web API. Lazy loading is a technique where related data is only loaded from the database when it is explicitly requested. In Entity Framework Core, lazy loading can be achieved by marki
Working with SQL Lite Database in Asp.NET Core Web API
1/21/2024 1:32:23 PM.
SQLite is a self-contained, serverless, and zero-configuration relational database management system (RDBMS). It is a lightweight, open-source, and embedded database engine that does not require a sep
Easily Connect to a Database In C#
8/25/2023 10:24:29 AM.
Connecting to a database in C# can be achieved using ADO.NET, a powerful technology for data access. With ADO.NET, you can easily establish connections to various database systems, such as SQL Server,
Simple Way To Create Sqlite Database
8/23/2023 8:59:52 AM.
Creating an SQLite database is a straightforward task that involves a few essential steps. First, install a SQLite library or tool compatible with your programming language or environment. Then, use t
Getting started with SQLite
8/10/2023 5:06:47 AM.
In this article you will see how to start with SQLite.SQLite is a popular, lightweight, and self-contained relational database management system (RDBMS) that is widely used for various applications, e
Getting Started With SQLite In React Native
4/10/2023 10:05:48 AM.
Storing and managing data in a mobile app might be difficult. This is where SQLite comes in. SQLite is a lightweight and embedded database that can be used to store data in a mobile app
SQL Table in Android
2/27/2023 6:22:49 AM.
This article explains how to create a SQL table and how to insert, delete and retrieve data from a SQL table in Android.
Xamarin.Android - Develop SQLite Database Using SQLiteOpenHelper Class
12/22/2022 10:55:57 AM.
In this article, you will learn to create your own database for Xamarin Android.
Get Started With Entity Framework Core Using SQLite
12/13/2022 12:03:50 PM.
In this article, you will learn about entity framework core using SQLite.
How To Use SQLite With C#
8/23/2022 10:15:59 AM.
This article enables you to understand how to use SQLite with C#.
SQLite Localization In Blazor Server
3/3/2021 2:16:17 PM.
In this article, you will learn about SQLite Localization in Blazor Server.
How To Create Missing Index From Execution Plan
1/7/2021 8:46:49 PM.
In this article, I am going to explain how to create a missing index from an SQL server query execution plan and also show you how you can improve your query execution performance and run your query f
Modern Architecture Shop - Autoscaler
11/10/2020 8:39:13 AM.
Modern Architecture Shop is a clean-lightweight .NET and scalable application. Keep your eye on the Road Map (watch it on GitHub). The next version will contain a minimal feature set so that the user
.NET Core: Introduction To Microsoft.Data.Sqlite
11/6/2020 12:54:48 AM.
In this article, I will be walking you through the usage of Microsoft.Data.Sqlite data access library for “SQLite”.
Using SQLite with .Net
10/28/2020 1:36:25 AM.
This article discuss what SQLite is, what it's good for, and how to use it.
Xamarin Android: Create Login Using SQLite Database
6/29/2020 2:03:39 AM.
In this article, you will create login using SQLite database.
Retrieve Image From Drawable Folder and Store in Sqlite Database in Android
4/2/2020 2:27:58 AM.
This article explains how to retrieve an image from a Drawable folder and store it in a SqliteDatabase in Android.
How to Store a Person's Data With Image in SQLite Database
4/2/2020 1:36:15 AM.
This article explains how to store a person's data with an image in a SQLite Database.
JsonParsing and Sqlite Database in Android
4/1/2020 2:01:15 AM.
This article explains the parsing of data and storing it in a SQLite database. Android Studio is used to create the sample.
Demo On SQL Injection
3/31/2020 9:13:05 AM.
This article explains about SQL Injection with Java source code and My Sql application.
Learn Basic Concepts of Cursor and LayoutInflator in Android
3/31/2020 2:10:18 AM.
In this article you will learn the basic concepts of Cursor and LayoutInflator in Android.
SQLite Database in Android
3/30/2020 5:12:22 AM.
This article introduces SQLite databases in Android.
Working With SQLite Databases and Data Backup in Android
3/27/2020 2:46:52 AM.
This article illustrates the basics of saving data in the SQLite database and a glance of Data backup in Android systems.
Application Using Difference Between Dates in Android Studio
3/26/2020 12:24:08 AM.
In this article you will learn how to display timings of any post, as you see in Facebook. In Facebook, you can see the time of the status, comments etc as Just Now, 1 day ago,2 months ago etc.
Create Database in Android
3/23/2020 1:48:06 AM.
In this article I explaiin how to save data in a SQLite database in Android.
How to Check Database Using SQLite Manager in Android
3/23/2020 1:39:08 AM.
In this article I tell you how to see your SQLite database, if you want to see the details, using SQLite Manager.
CRUD App In Android Studio Using SQLite
3/21/2020 12:08:18 PM.
In this article, I will explain the CRUD operation for students in Android application using SQLite database which is an open source database and supports relational database features like MS SQL synt
SQLite With GridView in Android
3/21/2020 11:13:41 AM.
In this article you will learn how to use SQLite with GridView in Android programming.
SQLite Database Connectivity in Android
3/20/2020 4:26:03 AM.
This article talks about connecting with SQLite database, create database, create table, insert records in tables and display records from table in an Android application.
Converting SQLite Database To Excel And Excel To SQLite Data In Android
2/25/2020 12:23:08 AM.
In this article, we will learn how to export Android SQLite Database to Excel or Import Excel into SQLite Database. We can use SQLiteToExcel library to perform these functionalities.
How To Import And Export SQLite Database
2/20/2020 5:37:21 AM.
In this article, we will learn how to import/export Android SQLite Database directly from an application. We can use an SQLiteImporterExporter library to perform these functionalities.
Working With SQLite In Android Apps
2/18/2020 10:57:47 PM.
Working With SQLite In Android Apps. Follow the below steps to work with SQLite Android applications using Android Studio.
Flutter Login With Database SQLite
1/16/2020 6:52:05 PM.
In this article you will learn about flutter login with Database SQLite.
Local Database SQLite For Windows 10
1/7/2020 5:15:16 AM.
In this article we are going to learn how to create local DB for windows 10 app and perform the operation CRUD (Create Read Update and Delete) operation in Windows 10 Database.
SQLite CRUD Operation In Flutter
9/10/2019 8:33:47 AM.
In this article, you will learn how to perform CRUD operation in SQlite Database in Flutter.
Entity Framework Core In Docker Container - Part Two - SQLite
5/15/2019 9:26:32 AM.
This article offers a good step-by-step tutorial on using SQLite and Entity Framework Core with Docker.
Entity Framework Core In Docker Container - Part I - SQL Server
5/3/2019 9:25:35 AM.
In this article, we will learn using Docker with Entity Framework Core and with different databases.
Xamarin.Forms - SQLite Database CRUD Operations
2/4/2019 1:03:22 PM.
In this article, you will learn how to use SQLite Database with CRUD Operations in Xamarin.Forms.
Overview Of SQLite
1/15/2019 4:57:06 AM.
In this article, I will show you how to use SQLite in Android Studio to create the Android database. SQLite is an open source project and an embedded relational database engine which is used to manipu
Unit Testing With InMemory Provider And SQLite In-Memory Database In EFCore
11/29/2018 9:11:19 AM.
Writing Unit Test Cases is an essential aspect for any software development which helps us to test small building block an application. While doing development, we write test cases side by side, just
Apply SQL Transformation Using Azure Machine Learning Studio
11/23/2018 6:20:31 AM.
This video describes how to apply SQL queries on Datasets in Azure Machine Learning Studio.
Getting Started With SQLite
9/19/2018 5:13:41 AM.
Getting Started With SQLite. SQLite is a lightweight local database and it's become the industry standard for mobile apps. Learn SQLite, SQLite tutorial.
Working With SQLite In Xamarin.Forms Application
8/29/2018 9:08:36 AM.
In this article, we will learn how to create a simple Registration form and save the data in SQLite and retrieve this data.
How To Connect SQLite With Node.js
5/6/2018 1:21:58 PM.
In this article, we will learn how to use connect SQLite with NodeJS and how to perform the CRUD operations with SQLite and NodeJS.
Student Info In Xamarin.Forms Application Using SQLite For Android And UWP
4/19/2018 10:52:45 PM.
Reading this article, you can learn how to perform local database operation in Xamarin Forms application using SQLite for Android and Universal Windows Platform with XAML and Visual C# in cross-platfo
Xamarin.Android - SQLite Database
12/17/2017 2:55:49 PM.
In this article, I shall show you how to handle all database CRUD operations using SQLite.
Xamarin Android - Working with Existing DB
12/16/2017 1:17:49 PM.
In this article, I shall show you how to retrieve user data from existing SQLite Database.
Object-Relational Mapper For SQLite3 In Node.js
12/7/2017 11:14:44 PM.
Node.js is getting more popular day by day and many frameworks and platforms are supporting Node.js for its high-performance web server development. In this post, you will learn the database developme
Local Data Caching In ASP.NET Web Application
9/25/2017 12:06:43 AM.
In this article, you will learn some solutions about local data caching in ASP.NET Web Application .
Data Persistence Using SQLite In Xamarin.Forms
7/4/2017 2:07:15 PM.
In this article, we are going to make our data persistence using SQLite in Xamarin.Forms. Firstly we will setup SQLite db for our project than make a table in it and add some data in this table. After
Setting Up SQLite In Xamarin.Forms
7/3/2017 12:31:58 PM.
In this article, we will learn to set up SQLite in xamarin.forms. It doesn’t require too much time and it is not difficult like setting up other databases.
SQLite Insert Operation in Xamarin iOS
5/25/2017 4:42:03 PM.
In this article, you will learn how to insert data in SQLite database in Xamarin iOS, using Xamarin Studio.
SQLite With Xamarin iOS
5/24/2017 5:58:39 PM.
In this article, you will learn how to create a SQLite database in Xamarin iOS, using Xamarin Studio.
Learning SQLite Databases In Xamarin For Android
2/20/2017 10:49:59 AM.
In this article. you will learn about using SQLite Databases in Xamarin for Android.
Mobile Local Databases In Xamarin.Forms Using SQLite
12/27/2016 11:19:40 AM.
In this article, you will learn about Mobile Local Databases in Xamarin.Forms using SQLite.
How To Insert Data In SQLite Data Base In Xamarin Android Using Visual Studio 2015
11/22/2016 2:37:56 PM.
In this article, you will learn how to insert data in SQLite Datasase in Xamarin Android app, using Visual Studio 2015.
Create Android INSERT, SELECT, UPDATE and DELETE, Using SQLite Database
7/24/2016 10:17:47 AM.
In this article, you will create Android INSERT, SELECT, UPDATE and DELETE, using SQLite Database.
Xamarin.Forms: Working With SQLite (Android, iOS and Windows)
7/4/2016 1:02:41 PM.
In this article, we will learn about the basics of the SQLite database for all platforms (Android, iOS and Windows).
Merge Two SQLite Databases In Windows Runtime Apps
5/13/2016 11:32:35 AM.
In this article, we will learn how to merge two SQLite databases in Windows Runtime Apps.
SQLite CRUD Operation In WinJS: Windows Apps
5/10/2016 10:20:43 AM.
In this article, we are going to learn SQLite CRUD (Create, Read, Update, Delete) operations in WinJS project with the help of Class Library and Windows Runtime Component.
SQLite With Xamarin Forms Step By Step Guide
5/2/2016 11:47:25 AM.
In this article you will learn about SQLite with Xamarin Forms.
Using SQLite In An SQL Manner In Windows 10 Apps
12/4/2015 12:51:08 PM.
In this article you will learn how to use SQLite in an SQL manner in Windows 10 Apps.
SQLite Operations In Windows Phone
11/4/2015 2:45:51 PM.
In this article you will learn about SQLite Operations in Windows Phone.
Add SQLite In Windows Phone Project
11/3/2015 1:41:31 PM.
In this article you will learn how to add SQLite in Windows Phone Project.
Use SQLite.NET In Xamarin.Forms
9/8/2015 12:32:45 PM.
In this article you will learn how to use SQLite.NET in Xamarin.Forms
Interacting With Local Database in Xamarin.Forms
7/10/2015 1:40:10 AM.
In this article we will learn how to interact with a local database in Xamarin.Forms.
Using SQLite in Your Windows Store Application
6/23/2015 5:06:21 PM.
This article introduces how to use SQLite in Windows Store applications (with C#).
SQLite on Windows Phone 8.1: Part 2
4/26/2015 6:21:05 PM.
This article shows how to search for information among several tables.
Interacting with database in Android App using C# with Xamarin
4/20/2015 1:15:43 AM.
In this video i will be explaining how to interact with the database in Android Application developed using Visual C# with the support of SQLite ORM Model
Windows Phone 8.1 SQLite: How to Store Data in Database
1/27/2015 4:21:44 PM.
In this article you will learn how to store data in a database using SQLite in Windows Phone 8.1.
Part One: SQLite on Windows Phone 8.1
12/30/2014 3:16:44 PM.
In this first article, we will introduce you to a very important tool related to storing data permanently in the storage of our device.
SQLite For Windows Phone App
11/6/2014 11:42:36 AM.
In this article you will learn how to persist data or variables using SQLite in Windows Phone App.
Implementation of SQLite in Windows Phone
11/2/2014 8:32:32 PM.
In this article you will learn how to implement SQLite in Windows Phone.
Working With SQLite in Windows Store Apps
9/18/2014 2:48:46 PM.
In this article you will learn SQLite in Windows Store Apps.
How to Use and Connect To Sqlite in a Windows Application
5/21/2014 9:43:29 PM.
Here, I will explain how to use and connect to Sqlite in a Windows application.
Spiceworks Tickets in SharePoint
3/23/2014 3:07:04 PM.
In this article we will see how to view the statistics of SpiceWorks tickets in SharePoint using Business Data Connectivity services.
MySQLi Function in PHP: Part 12
6/11/2013 10:24:18 PM.
In this article I describe the PHP MySQLI functions mysqli_sqlstate, mysqli_ssl_set, mysqli_stat, mysqli_stmt_init, mysqli_thread_id and mysqli_thread_safe.
MySQLi Function in PHP: Part 11
6/11/2013 10:05:38 PM.
In this article I describe the PHP MySQLI functions mysqli_real_escape_string, mysqli_refresh, mysqli_rollback, mysqli_select_db and mysqli_set_charset.
MySQLi Function in PHP: Part 10
5/31/2013 4:41:33 PM.
In this article I describe the PHP MySQLi functions mysqli_num_rows, mysqli_options, mysqli_ping, mysqli_query and mysqli_real_connect.
MySQLi Function in PHP: Part 9
5/31/2013 4:22:38 PM.
In this article I describe the PHP MySQLi functions mysqli_kill, mysqli_more_result, mysqli_multi_query, mysqli_next_result and mysqli_num_fields.
MySQLi Function in PHP: Part 8
5/27/2013 11:36:44 PM.
In this article I describe the PHP MySQLi functions mysqli_get_server_info, mysqli_info, mysqli_get_server_version, mysqli_init and mysqli_insert_id.
MySQLi Function in PHP: Part 7
5/21/2013 5:25:39 PM.
In this article I describe the PHP MySQLi functions mysqli_get_client_stats, mysqli_get_client_version, mysqli_get_connection_stats, mysqli_get_host_info and mysqli-get_proto_info.
MySQLi Function in PHP: Part 6
5/18/2013 1:56:06 PM.
In this article I describe the PHP MySQLi functions mysqli_field_seek, mysqli_field_tell, mysqli_free_result, mysqli_get_charset and mysqli-get_client_info.
MySQLi Function in PHP: Part 5
5/17/2013 1:53:14 PM.
In this article I describe the PHP MySQLi functions mysqli_fetch_fields, mysqli_fetch_lengths, mysqli_fetch_object, mysqli_fetch_row and mysqli_field_count.
MySQLi Function in PHP: Part 4
5/15/2013 7:18:02 PM.
In this article I describe the PHP MySQLi functions mysqli_fetch_all, mysqli_fetch_array, mysqli_fetch_assoc, mysqli_fetch_field_direct and mysqli-fetch_field.
MySQLi Function in PHP: Part 3
5/11/2013 5:02:56 PM.
In this article I describe the PHP MySQLi functions mysqli_debug, mysqli_dump_debug_info, mysqli_errno, mysqli__error_list and mysqli_error.
MySQLi Function in PHP: Part 2
5/10/2013 4:12:16 PM.
In this article I describe the PHP MySQLi functions mysqli_commit, mysqli_connect_errno, mysqli_connect, mysqli_connect_error and mysqli_data_seek.
MySQLi Function in PHP: Part 1
5/9/2013 2:46:38 PM.
In this article I describe PHP MySQLi functions mysqli_affected_rows, mysqli_autocommit, mysqli_change_user, mysqli_character_set_name and mysqli_close.
Difference Between CoreData and Database in iPhone
3/3/2013 2:12:41 PM.
In this article I will explain the basics of Sqlite, CoreData, Database and how they differ from each other.
SQLite in iPhone
1/21/2013 3:52:16 PM.
In this article I will explain how to implement SQLite in iPhone.
.NET Serialization to SQLite Database
10/3/2012 9:47:56 AM.
Most non-enterprise applications need the ability to store data locally. We'll explore 3 ways to serialize data to a SQLite database file with C#.