Using database in Windows Phone app

Database in windows phone app is using LINQ to SQL, a .NET component that provide infrastructure for managing relational data as objects (reference). Creating and manipulating the database require a few steps from defining the data structure to querying the databaseFor this example, we have a database named School with one table StudentStudent - id […]