Download QuicksandCRUD
Description
QuicksandCRUD is a C# library that allows for quick and dirty CRUD operations and "in memory repositories" to be added to most C# applications. Save (create or update), get by id, get all and Delete are the only supported operations.
Source Files
The download file quicksandcrud.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
QuicksandCRUD.sln//from w ww. j a v a2s . c om
QuicksandCRUD/InMemoryRepositorySingleton.cs
QuicksandCRUD/Properties/AssemblyInfo.cs
QuicksandCRUD/QuicksandCRUD.csproj
QuicksandCRUD/ResourceBase.cs
QuicksandCRUDOverview.doc
TestAPP/App.config
TestAPP/Form1.Designer.cs
TestAPP/Form1.cs
TestAPP/Form1.resx
TestAPP/Program.cs
TestAPP/Properties/AssemblyInfo.cs
TestAPP/Properties/Resources.Designer.cs
TestAPP/Properties/Resources.resx
TestAPP/Properties/Settings.Designer.cs
TestAPP/Properties/Settings.settings
TestAPP/TestAPP.csproj
TestAPP/TestObjects/Company.cs
TestAPP/TestObjects/Event.cs
TestAPP/TestObjects/Person.cs
Download
Click the following link to download quicksandcrud.zip.
quicksandcrud.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »