<?xml version="1.0" encoding="UTF-8"?><feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <id>tag:sourceforest.net/codecanyon:/feeds/new-net-slash-database-abstractions-items</id>
  <link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon"/>
  <link rel="self" type="application/atom+xml" href="/"/>
  <title>Codecanyon new Database Abstractions items</title>
  <updated>2026-04-30 08:06:17</updated>
  	    <entry>
			<id>tag:codecanyon:Item/20582444</id>
			<published>2017-09-07 22:25:46</published>
			<updated>2020-03-20 04:27:58</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/c-dal-generator-for-mysql-source-code/20582444"/>
			<title>C# DAL Generator for MySQL - Source Code (Database Abstractions) </title>
			<content type="html">&lt;h3 id=&quot;item-description__need-50-discount&quot;&gt;&lt;strong&gt;Need 50% Discount?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;
Download &lt;a href=&quot;https://codecanyon.net/item/c-dal-generators-source-code-bundle-save-50/25803686&quot;&gt;this bundle&lt;/a&gt; which is 50% OFF.
&lt;/p&gt;&lt;br /&gt;

&lt;p&gt;&lt;strong&gt;If you need C# Code Generator for SQL Server/MS Access then &lt;a href=&quot;https://codecanyon.net/item/c-dal-generator/13003064&quot;&gt;click here&lt;/a&gt;.&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;If you need Code Generator for Entity Framework (C#/VB.Net) then &lt;a href=&quot;https://codecanyon.net/item/entity-framework-dal-generator/13848630&quot;&gt;click here&lt;/a&gt;.&lt;br /&gt;
&lt;strong&gt;If you need PHP Code Generator for MySQL/MySQLi/PDO then &lt;a href=&quot;https://codecanyon.net/item/php-dal-generator/14836345&quot;&gt;click here&lt;/a&gt;.&lt;/strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;

    &lt;p&gt;&lt;strong&gt;C# DAL Generator for MySQL&lt;/strong&gt; is a .net desktop application that generates C# Data Access Layer for MySQL database. The purpose of this application is to make software development easy. It creates C# classes (one per table) that contain methods for CRUD operations. The generated code can be used in web as well as desktop apps.&lt;br /&gt;&lt;/p&gt;

    &lt;p&gt;&lt;a href=&quot;https://codecanyon.net/collections/5582951-code-generators&quot;&gt;All our Code Generators for PHP, C#, VB.Net and Entity Framework (without source).&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://codecanyon.net/collections/6380844-code-generators-with-source&quot;&gt;All our Code Generators for PHP, C#, VB.Net and Entity Framework (with source code).&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__save-additional-10&quot;&gt;Save 33%&lt;/h3&gt;
&lt;a href=&quot;https://codecanyon.net/item/c-dal-generator-for-mysql/15624243&quot;&gt;Click here to download the same app (without source) and save 33%.&lt;/a&gt;

&lt;h3 id=&quot;item-description__video-demo&quot;&gt;Video Demo&lt;/h3&gt;
&lt;a href=&quot;https://www.youtube.com/watch?v=pKsIkwF7wSA&quot; rel=&quot;nofollow&quot;&gt;Click here to view the video demo.&lt;/a&gt;

&lt;h3 id=&quot;item-description__features&quot;&gt;Features:&lt;/h3&gt;
&lt;ul&gt;
   &lt;li&gt;It creates C# classes (one for each table).&lt;/li&gt;
   &lt;li&gt;Supports MySQL database.&lt;/li&gt;
   &lt;li&gt;The class contains all columns of the table as properties.&lt;/li&gt;
   &lt;li&gt;Data types have been handled nicely.&lt;/li&gt;
   &lt;li&gt;Creates methods for CRUD operations.&lt;/li&gt;
   &lt;li&gt;Sorting has been handled.&lt;/li&gt;
   &lt;li&gt;Pagination has been handled.&lt;/li&gt;
   &lt;li&gt;Primary key is automatically detected for each table.&lt;/li&gt;
   &lt;li&gt;Composite primary key is supported.&lt;/li&gt;
   &lt;li&gt;Nullable columns have been handled.&lt;/li&gt;
   &lt;li&gt;Auto Increment column has been handled.&lt;/li&gt;
   &lt;li&gt;Timestamp column has been handled.&lt;/li&gt;
   &lt;li&gt;Completely indented code is generated.&lt;/li&gt;
   &lt;li&gt;The generated code can be used in both desktop and web applications.&lt;/li&gt;
   &lt;li&gt;All the following data types of MySQL are supported:&lt;br /&gt;
       tinyint, smallint, mediumint, int, integer, bigint, decimal,&lt;br /&gt;
       float, double, real, serial, bit, date, datetime, timestamp,&lt;br /&gt;
       time, year, char, varchar, nvarchar, tinytext, text, mediumtext,&lt;br /&gt;
       longtext, binary, varbinary, tinyblob, mediumblob, blob,&lt;br /&gt;
       longblob, enum, set&lt;/li&gt;
   &lt;li&gt;Source code has also been provided so that to enable users to make changes according to their programming structure.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__generated-code&quot;&gt;Generated Code:&lt;/h3&gt;
&lt;ul&gt;
   &lt;li&gt;&lt;strong&gt;C# Class:&lt;/strong&gt; For each table one C# class is created that contains all columns of the table as properties.&lt;/li&gt;
   &lt;li&gt;&lt;strong&gt;Add Method:&lt;/strong&gt; It is an instance method. It adds a new record to the relevant table. Nullable columns have been handled properly. Auto increment and timestamp columns are skipped while inserting a record. Relevant property of the auto increment column is populated after record is inserted.&lt;/li&gt;
   &lt;li&gt;&lt;strong&gt;Update Method:&lt;/strong&gt; It is an instance method. It updates an existing record. Auto increment and timestamp columns are skipped while updating a record.&lt;/li&gt;
   &lt;li&gt;&lt;strong&gt;Delete Method:&lt;/strong&gt; It is a static method. It deletes an existing record. It takes primary key columns values as parameters.&lt;/li&gt;
   &lt;li&gt;&lt;strong&gt;Get Method:&lt;/strong&gt; It is a static method. It gets an existing record (an instance of the class is created and all properties are populated). It takes primary key columns values as parameters.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GetAll Method:&lt;/strong&gt; It is a static method. It gets all records of the relevant table. You can also specify search columns. If sorting/pagination is enabled then the relevant code will also be generated.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__sample-application&quot;&gt;Sample Application:&lt;/h3&gt;
A sample web application has also been provided that is using the generated code. In this application one form (for employees) has been created. This app uses the generated data access layer &lt;strong&gt;without modifying a single line&lt;/strong&gt; in the generated code.

&lt;h3 id=&quot;item-description__updates-history&quot;&gt;Updates History&lt;/h3&gt;
&lt;strong&gt;Update 1 (Version 1.1):&lt;/strong&gt;&lt;br /&gt;
Upgraded the app to .Net 4.6.1.</content>
			<author>
			  <name>NajmulIqbal15</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/20153232</id>
			<published>2017-06-21 00:38:38</published>
			<updated>2019-01-06 17:02:39</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/vbnet-dal-generator-source-code/20153232"/>
			<title>VB.Net DAL Generator - Source Code (Database Abstractions) </title>
			<content type="html">&lt;p&gt;&lt;strong&gt;If you need C# DAL Generator for SQL Server and MS Access then &lt;a href=&quot;https://codecanyon.net/item/c-dal-generator/13003064&quot;&gt;click here&lt;/a&gt;.&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;If you need C# DAL Generator for MySQL then &lt;a href=&quot;https://codecanyon.net/item/c-dal-generator-for-mysql/15624243&quot;&gt;click here&lt;/a&gt;.&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;If you need DAL Generator for Entity Framework (C#/VB.Net) then &lt;a href=&quot;https://codecanyon.net/item/entity-framework-dal-generator/13848630&quot;&gt;click here&lt;/a&gt;.&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;If you need PHP Code Generator for MySQL/MySQLi/PDO then &lt;a href=&quot;https://codecanyon.net/item/php-dal-generator/14836345&quot;&gt;click here&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

    &lt;p&gt;&lt;strong&gt;VB.Net DAL Generator&lt;/strong&gt; is a .net desktop application that generates VB.Net Data Access Layer for SQL Server and MS Access databases. The purpose of this application is to make software development easy. It creates VB.Net classes (one per table) that contain methods for CRUD operations. The generated code can be used in web as well as desktop apps.&lt;br /&gt;&lt;/p&gt;

    &lt;p&gt;&lt;a href=&quot;https://codecanyon.net/collections/5582951-code-generators&quot;&gt;All our Code Generators for PHP, C#, VB.Net and Entity Framework (without source).&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://codecanyon.net/collections/6380844-code-generators-with-source&quot;&gt;All our Code Generators for PHP, C#, VB.Net and Entity Framework (with source code).&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__save-additional-10&quot;&gt;Save $20&lt;/h3&gt;
&lt;a href=&quot;https://codecanyon.net/item/vbnet-dal-generator/19776206&quot;&gt;Click here to download the same app (without source) for just $39.&lt;/a&gt;

&lt;h3 id=&quot;item-description__video-demo&quot;&gt;Video Demo:&lt;/h3&gt;
&lt;a href=&quot;https://youtu.be/NMszTsQQS6I&quot; rel=&quot;nofollow&quot;&gt;Click here to view the video demo.&lt;/a&gt;

&lt;h3 id=&quot;item-description__features&quot;&gt;Features:&lt;/h3&gt;
&lt;ul&gt;
   &lt;li&gt;It creates VB.Net classes (one for each table).&lt;/li&gt;
   &lt;li&gt;Supports SQL Server and MS Access.&lt;/li&gt;
   &lt;li&gt;The class contains all columns of the table as properties.&lt;/li&gt;
   &lt;li&gt;Data types have been handled nicely.&lt;/li&gt;
   &lt;li&gt;Creates methods for CRUD operations.&lt;/li&gt;
   &lt;li&gt;Sorting has been handled.&lt;/li&gt;
   &lt;li&gt;Pagination has been handled (SQL Server only).&lt;/li&gt;
   &lt;li&gt;Primary key is automatically detected for each table.&lt;/li&gt;
   &lt;li&gt;Composite primary key is supported.&lt;/li&gt;
   &lt;li&gt;Nullable columns have been handled.&lt;/li&gt;
   &lt;li&gt;Identity column has been handled.&lt;/li&gt;
   &lt;li&gt;Timestamp column has been handled.&lt;/li&gt;
   &lt;li&gt;Completely indented code is generated.&lt;/li&gt;
   &lt;li&gt;The generated code can be used in both desktop and web applications.&lt;/li&gt;
   &lt;li&gt;All the following data types of SQL Server are supported:&lt;br /&gt;
       char, nchar, varchar, nvarchar, text, ntext, xml, decimal, numeric,&lt;br /&gt;
       money, smallmoney, bit, binary, image, timestamp, varbinary, date,&lt;br /&gt;
       datetime, datetime2, smalldatetime, datetimeoffset, time, bigint,&lt;br /&gt;
       int, smallint, tinyint, float, real, uniqueidentifier, sql_variant&lt;/li&gt;
   &lt;li&gt;Source code (written in C#) has also been provided so that to enable users to make changes according to their programming structure.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__sample-application&quot;&gt;Sample Application:&lt;/h3&gt;
A sample web application has also been provided that is using the generated code. In this application one form (for employees) has been created. This app uses the generated data access layer &lt;strong&gt;without modifying a single line&lt;/strong&gt; in the generated code.

&lt;h3 id=&quot;item-description__generated-code&quot;&gt;Generated Code:&lt;/h3&gt;
&lt;ul&gt;
   &lt;li&gt;&lt;strong&gt;VB.Net Class:&lt;/strong&gt; For each table one VB.Net class is created that contains all columns of the table as properties.&lt;/li&gt;
   &lt;li&gt;&lt;strong&gt;Add Method:&lt;/strong&gt; It is an instance method. It adds a new record to the relevant table. Nullable columns have been handled properly. If you don&amp;#8217;t want to insert values in the nullable columns, don&amp;#8217;t specify values for the relevant properties. Identity and timestamp columns cannot be inserted manually therefore these columns are skipped while inserting a record. Relevant property of the identity column is populated after record is inserted.&lt;/li&gt;
   &lt;li&gt;&lt;strong&gt;Update Method:&lt;/strong&gt; It is an instance method. It updates an existing record. Identity and timestamp columns are skipped while updating a record.&lt;/li&gt;
   &lt;li&gt;&lt;strong&gt;Delete Method:&lt;/strong&gt; It is a shared method. It deletes an existing record. It takes primary key columns values as parameters.&lt;/li&gt;
   &lt;li&gt;&lt;strong&gt;Get Method:&lt;/strong&gt; It is a shared method. It gets an existing record (an instance of the class is created and all properties are populated). It takes primary key columns values as parameters.&lt;/li&gt;
   &lt;li&gt;&lt;strong&gt;GetAll Method:&lt;/strong&gt; It is a shared method. It gets all records of the relevant table. You can also specify search columns. If sorting/pagination is enabled then the relevant code will also be generated.&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>NajmulIqbal15</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/19861606</id>
			<published>2017-05-03 22:28:30</published>
			<updated>2019-01-06 17:03:54</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/sql-server-procedures-generator-source-code/19861606"/>
			<title>SQL Server Procedures Generator - Source Code (Database Abstractions) </title>
			<content type="html">&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/collections/5582951-code-generators&quot;&gt;All our Code Generators for PHP, C#, VB.Net and Entity Framework (without source).&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://codecanyon.net/collections/6380844-code-generators-with-source&quot;&gt;All our Code Generators for PHP, C#, VB.Net and Entity Framework (with source code).&lt;/a&gt;&lt;/p&gt;

    &lt;p&gt;&lt;strong&gt;SQL Server Procedures Generator&lt;/strong&gt; is a .Net desktop application that generates stored procedures for CRUD operations for the whole database by single click.&lt;br /&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__save-additional-6&quot;&gt;Save $20&lt;/h3&gt;
&lt;a href=&quot;https://codecanyon.net/item/sql-server-procedures-generator/18073342&quot;&gt;Click here to download the same app (without source) for just $58.&lt;/a&gt;

&lt;h3 id=&quot;item-description__video-demo&quot;&gt;Video Demo&lt;/h3&gt;
&lt;a href=&quot;https://youtu.be/L4ifufXTTiU&quot; rel=&quot;nofollow&quot;&gt;Click here to view the video demo.&lt;/a&gt;

&lt;h3 id=&quot;item-description__features&quot;&gt;Features:&lt;/h3&gt;
&lt;ul&gt;
   &lt;li&gt;It generates procedures for CRUD operations (Add, Update, Delete, Get and GetAll).&lt;/li&gt;
   &lt;li&gt;You can save the generated script to a single file or multiple files (one file per table).&lt;/li&gt;
   &lt;li&gt;Primary key is automatically detected for each table.&lt;/li&gt;
   &lt;li&gt;Composite primary key is supported.&lt;/li&gt;
   &lt;li&gt;Identity (auto increment) column is automatically detected and is not included in the Insert and Update clauses.&lt;/li&gt;
   &lt;li&gt;Timestamp column has been handled (cannot be inserted/updated manually).&lt;/li&gt;
   &lt;li&gt;Completely indented code is generated.&lt;/li&gt;
   &lt;li&gt;Supports all the data types of SQL Server 2008 R2.&lt;/li&gt;
   &lt;li&gt;Source code has also been provided so that to enable users to make changes according to their requirements.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__more-useful-items&quot;&gt;More Useful Items:&lt;/h3&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;a href=&quot;https://codecanyon.net/item/c-dal-generator/13003064&quot;&gt;C# Code Generator for SQL Server/MS Access&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://codecanyon.net/item/c-dal-generator-for-mysql/15624243&quot;&gt;C# Code Generator for MySQL&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://codecanyon.net/item/entity-framework-dal-generator/13848630&quot;&gt;C# and VB.Net Code Generator for Entity Framework&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://codecanyon.net/item/php-dal-generator/14836345&quot;&gt;PHP Code Generator&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://codecanyon.net/item/email-scheduler-and-bulk-email-sender/14465595&quot;&gt;Email Scheduler and Bulk Email Sender with Bootstrap&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://codecanyon.net/item/multi-text-box-input-web-server-control/14098245&quot;&gt;ASP.Net MultiTextBoxInput Web Server Control&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://codecanyon.net/item/multi-text-box-input-jquery-plugin/14210017&quot;&gt;Multi Textbox Input jQuery Plugin&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://codecanyon.net/item/sms-filter/14005960&quot;&gt;Android SMS Filter with Material Design&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</content>
			<author>
			  <name>NajmulIqbal15</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/19457528</id>
			<published>2017-02-16 17:57:17</published>
			<updated>2019-01-06 17:03:30</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/entity-framework-dal-generator-source-code/19457528"/>
			<title>Entity Framework DAL Generator - Source Code (Database Abstractions) </title>
			<content type="html">&lt;h3 id=&quot;item-description__need-50-discount&quot;&gt;&lt;strong&gt;Need 50% Discount?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;
Download &lt;a href=&quot;https://codecanyon.net/item/vbnet-data-access-layer-source-bundle/30545080&quot;&gt;this bundle&lt;/a&gt; which is 50% OFF.
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Entity Framework DAL Generator&lt;/strong&gt; is a .Net desktop application that generates entity framework data access layer (C# and VB.Net) for SQL Server database. This software makes the .Net development easy.&lt;br /&gt;&lt;/p&gt;

    &lt;p&gt;&lt;a href=&quot;https://codecanyon.net/collections/5582951-code-generators&quot;&gt;All our Code Generators for PHP, C#, VB.Net and Entity Framework (without source).&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://codecanyon.net/collections/6380844-code-generators-with-source&quot;&gt;All our Code Generators for PHP, C#, VB.Net and Entity Framework (with source code).&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__save-additional-10&quot;&gt;&lt;strong&gt;Save $40&lt;/strong&gt;&lt;/h3&gt;
&lt;a href=&quot;https://codecanyon.net/item/entity-framework-dal-generator/13848630&quot;&gt;Click here to download the same app (without source) for just $78.&lt;/a&gt;

&lt;h3 id=&quot;item-description__video-demo&quot;&gt;Video Demo:&lt;/h3&gt;
&lt;a href=&quot;https://www.youtube.com/watch?v=LVA9KzRoCAg&quot; rel=&quot;nofollow&quot;&gt;Click here to view the video demo.&lt;/a&gt;

&lt;h3 id=&quot;item-description__features&quot;&gt;Features:&lt;/h3&gt;
&lt;ul&gt;
   &lt;li&gt;It generates separate classes for each table.&lt;/li&gt;
   &lt;li&gt;Data types have been handled nicely.&lt;/li&gt;
   &lt;li&gt;Creates methods for SCRUD (Search, Create, Read/Retrieve, Update and Delete/Destroy) operations.&lt;/li&gt;
   &lt;li&gt;Generates C# as well as VB.Net code.&lt;/li&gt;
   &lt;li&gt;Supports entity framework 4 and 6.&lt;/li&gt;
   &lt;li&gt;Methods can be added as extensions to entity classes.&lt;/li&gt;
   &lt;li&gt;Pagination has been handled.&lt;/li&gt;
   &lt;li&gt;Sorting has been handled.&lt;/li&gt;
   &lt;li&gt;Search has been handled.&lt;/li&gt;
   &lt;li&gt;Primary key is automatically detected for each table.&lt;/li&gt;
   &lt;li&gt;Composite primary key is supported.&lt;/li&gt;
   &lt;li&gt;Completely indented code is generated.&lt;/li&gt;
   &lt;li&gt;Supports all data types of SQL Server that are supported by Entity Framework 4.0.&lt;/li&gt;
   &lt;li&gt;The generated code can be used in both desktop and web applications (ASP.Net Web Forms as well as MVC Application).&lt;/li&gt;
   &lt;li&gt;Source code has also been provided.&lt;/li&gt;
   &lt;li&gt;The source code has been well documented.&lt;/li&gt;
   &lt;li&gt;You need one copy per user and can use it for unlimited end products.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__sample-application&quot;&gt;Sample Application:&lt;/h3&gt;
A sample C# web application has also been provided that is using the generated code. In this application one form (for employees) has been created. This app uses the generated data access layer without modifying a single line in the generated code.

&lt;h3 id=&quot;item-description__generated-code&quot;&gt;Generated Code:&lt;/h3&gt;
&lt;ul&gt;
   &lt;li&gt;&lt;strong&gt;C# Class:&lt;/strong&gt; For each table one C#/VB.Net class is created that contains methods for SCRUD operations.&lt;/li&gt;
   &lt;li&gt;&lt;strong&gt;Add Method:&lt;/strong&gt; It adds a new record to the relevant table.&lt;/li&gt;
   &lt;li&gt;&lt;strong&gt;Update Method:&lt;/strong&gt; It updates an existing record. It takes primary key columns values as parameters.&lt;/li&gt;
   &lt;li&gt;&lt;strong&gt;Delete Method:&lt;/strong&gt; It deletes an existing record. It takes primary key columns values as parameters.&lt;/li&gt;
   &lt;li&gt;&lt;strong&gt;Get Method:&lt;/strong&gt; It gets an existing record. It takes primary key columns values as parameters.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GetAll Method:&lt;/strong&gt; It gets all records of the relevant table. You can also specify search columns. If sorting/pagination is enabled then the relevant code will also be generated.&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>NajmulIqbal15</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/2069486</id>
			<published>2016-07-12 12:41:02</published>
			<updated>2016-07-12 12:41:02</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/sql-helper/2069486"/>
			<title>SQL Helper (Database Abstractions) </title>
			<content type="html">&lt;p&gt;
&lt;a href=&quot;https://codecanyon.net/user/ajmerainfo/follow&quot;&gt;&lt;img src=&quot;http://www.ajmerainfo.com/images/codecanyon.jpg&quot; alt=&quot;SQL Helper - 1&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;https://codecanyon.net/feeds/users/ajmerainfo&quot;&gt;&lt;img src=&quot;http://www.ajmerainfo.com/images/rss.jpg&quot; alt=&quot;SQL Helper - 2&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

    &lt;h3 id=&quot;item-description__what-is-sql-helper&quot;&gt;What is SQL Helper?&lt;/h3&gt;
    &lt;p&gt;I&amp;#8217;m sharing this with the world because we need another way to access data &amp;#8211; don&amp;#8217;t you think? Truthfully &amp;#8211; I wanted to see if I could flex the C# stuff and run up data access with a single dll and signle line of functions.&lt;/p&gt;

    &lt;h3 id=&quot;item-description__features&quot;&gt;Features&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;Fetch data with signle line of functions&lt;/li&gt;
        &lt;li&gt;Fetch data with custome column&amp;#8217;s name&lt;/li&gt;
        &lt;li&gt;Fetch data with sorting&lt;/li&gt;
        &lt;li&gt;Fetch data with diffrent type of joins&lt;/li&gt;
        &lt;li&gt;Fetch data with paging&lt;/li&gt;
        &lt;li&gt;SQL error handling&lt;/li&gt;
        &lt;li&gt;Full dll source code &amp;#8211; (You can customize as your own way)&lt;/li&gt;
        &lt;li&gt;Development time saving&amp;#8230; &lt;img src=&quot;/images/smileys/happy.png&quot; alt=&quot; :)&quot; title=&quot; :)&quot; /&gt;&lt;/li&gt;
    &lt;/ul&gt;

&lt;h3 id=&quot;item-description__demo-code&quot;&gt;Demo Code&lt;/h3&gt;
&lt;ul&gt;
                &lt;li&gt;
                    &lt;p&gt;Select All Rows With All function&lt;/p&gt;
                    &lt;pre&gt;&lt;code&gt;dTable.All(&quot;TableName&quot;);&lt;/code&gt;&lt;/pre&gt;
                &lt;/li&gt;
                &lt;li&gt;
                    &lt;p&gt;Fetch data with Select function&lt;/p&gt;
                    &lt;pre&gt;
&lt;code&gt;dTable.Select(&quot;TableName&quot;);
dTable.Select(&quot;TableName&quot;, &quot;Columns&quot;);
dTable.Select(&quot;TableName&quot;, &quot;Columns&quot;, &quot;Where&quot;);
dTable.Select(&quot;TableName&quot;, &quot;Columns&quot;, &quot;Sort&quot;, &quot;SortType&quot;);
dTable.Select(&quot;TableName&quot;, &quot;Columns&quot;, &quot;Where&quot;, &quot;Sort&quot;, &quot;SortType&quot;);
&lt;/code&gt;&lt;/pre&gt;
                    &lt;p&gt;Select function is very usefull and it has five overload methods. &lt;br /&gt;
                    All parameters description is above this function.&lt;/p&gt;
                &lt;/li&gt;
                &lt;li&gt;
                    &lt;p&gt;Fetch data with Where function&lt;/p&gt;
                    &lt;pre&gt;
&lt;code&gt;dTable.Where(&quot;TableName&quot;, &quot;Where&quot;);
dTable.Where(&quot;TableName&quot;, &quot;Where&quot;, &quot;Columns&quot;);
dTable.Where(&quot;TableName&quot;, &quot;Where&quot;, &quot;Columns&quot;, &quot;Sort&quot;, &quot;SortType&quot;);
&lt;/code&gt;&lt;/pre&gt;
                &lt;/li&gt;
                &lt;li&gt;
                    &lt;p&gt;Fetch data with OrderBy function&lt;/p&gt;
                    &lt;pre&gt;
&lt;code&gt;dTable.OrderBy(&quot;TableName&quot;, &quot;Sort&quot;, &quot;SortType&quot;);
dTable.OrderBy(&quot;TableName&quot;, &quot;Sort&quot;, &quot;SortType&quot;, &quot;Columns&quot;);
dTable.OrderBy(&quot;TableName&quot;, &quot;Sort&quot;, &quot;SortType&quot;, &quot;Columns&quot;, &quot;Where&quot;);
&lt;/code&gt;&lt;/pre&gt;
                &lt;/li&gt;
                &lt;li&gt;
                    &lt;p&gt;Fetch data with Paged function&lt;/p&gt;
                    &lt;pre&gt;
&lt;code&gt;dTable.Paged(&quot;TableName&quot;, &quot;PageIndex&quot;, &quot;PageSize&quot;);
dTable.Paged(&quot;TableName&quot;, &quot;PageIndex&quot;, &quot;PageSize&quot;, &quot;Columns&quot;);
dTable.Paged(&quot;TableName&quot;, &quot;PageIndex&quot;, &quot;PageSize&quot;, &quot;Columns&quot;, , &quot;Where&quot;);
dTable.Paged(&quot;TableName&quot;, &quot;PageIndex&quot;, &quot;PageSize&quot;, &quot;Columns&quot;, , &quot;Where&quot;, &quot;Sort&quot;, &quot;SortType&quot;);
&lt;/code&gt;&lt;/pre&gt;
                    &lt;p&gt;You can fetch data with paging and you paging result will return with MyResult class.&lt;br /&gt;
                    PageIndex you require to pass your current page index. which you require to show in list.&lt;br /&gt;
                    PageSize pass your current page size.
                    &lt;/p&gt;
                &lt;/li&gt;

            &lt;/ul&gt;

&lt;h3 id=&quot;item-description__support&quot;&gt;Support&lt;/h3&gt;
&lt;p&gt;Once again, As I said at the beginning, I&amp;#8217;d be glad to help you if you have any questions relating to this code. 
I&amp;#8217;ll do my best to assist. If you have a more general question relating to the code on CodeCanyon, 
you might contact me at &lt;a href=&quot;https://codecanyon.net/user/ajmerainfo&quot;&gt;here&lt;/a&gt;. Thanks so much!.&lt;/p&gt;

&lt;h3 id=&quot;item-description__for-new-features&quot;&gt;For new features:&lt;/h3&gt;
&lt;p&gt;Though we will never discourage users from developing solutions that solve their needs, 
the goals of the SQL Helper are very focused. If you are looking to get new features merged back into the SQL Helper DLL, 
we highly encourage you to contact me at &lt;a href=&quot;mailto:ajmerainfo@gmail.com&quot;&gt;ajmerainfo@gmail.com&lt;/a&gt; or write 
comment on my CodeCanyon this product page.&lt;/p&gt;

&lt;h4 id=&quot;item-description__thanks&quot;&gt;Thanks.&lt;/h4&gt;

    &lt;p&gt;&lt;br /&gt;&lt;/p&gt;

 &lt;a href=&quot;http://www.hit-counts.com&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://www.hit-counts.com/counter.php?t=0&amp;#38;digits=5&amp;#38;ic=0&amp;#38;cid=1068093&quot; alt=&quot;hit counters&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.hit-counts.com&quot; rel=&quot;nofollow&quot;&gt;hit counter&lt;/a&gt;</content>
			<author>
			  <name>ajmerainfo</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/11040413</id>
			<published>2015-04-10 14:23:33</published>
			<updated>2015-04-10 14:23:33</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/auto-backup-db-for-sql-server-with-source-code/11040413"/>
			<title>Auto Backup DB for SQL Server with Source Code (Database Abstractions) </title>
			<content type="html">&lt;p&gt;Auto Backup DB software is used to backup your SQL Server database automatically. You can set unlimited database with the backup time and location of the backup folder can be determined. This software can be easily installed and set up. Software will run automatically when the computer is turned on. With this software, you do not need to take the time to backup manually every time. Software is working 24 hours / 7 days as long as the server is powered on.&lt;/p&gt;

&lt;h2 id=&quot;item-description__features&quot;&gt;Features : &lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Automatic Start when Windows Logon&lt;/li&gt;
  &lt;li&gt;Set Backup Time for every Database&lt;/li&gt;
  &lt;li&gt;Set Backup Location for every Database&lt;/li&gt;
  &lt;li&gt;Can Backup Unlimited Database&lt;/li&gt;
  &lt;li&gt;Unlimited Instance on 1 Server&lt;/li&gt;
  &lt;li&gt;Compatible for All SQL Server Version&lt;/li&gt;
  &lt;li&gt;Documentation for Use Apps&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__what-you-get&quot;&gt;What You Get : &lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Full Source Code (You Can Customize it for Your Apps)&lt;/li&gt;
  &lt;li&gt;Images File for Icon in Form&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__source-code-compatibilty&quot;&gt;Source Code Compatibilty :&lt;/h2&gt;
&lt;p&gt;With Visual Studio 2008 or later.&lt;/p&gt;

&lt;h2 id=&quot;item-description__support&quot;&gt;Support : &lt;/h2&gt;
&lt;p&gt;If you have problems &amp;#38; questions, contact me via contact form on my author profile.&lt;/p&gt;</content>
			<author>
			  <name>henalamsyah</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/10683657</id>
			<published>2015-03-12 04:32:17</published>
			<updated>2015-03-12 04:32:17</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/employee-directory-for-windows-phone/10683657"/>
			<title>Employee directory for Windows Phone (Database Abstractions) </title>
			<content type="html">&lt;h3 id=&quot;item-description__item-description&quot;&gt;
    This is a Employee directory  For Windows Phone 8.0,8.1. Windows phone Database application.
Windows Phone CRUD Application.
&lt;/h3&gt;
This is A new Employee directory Apps. Employee directory is easy to access information of all employees.&lt;br /&gt;

Using this apps user can make call, SMS, Email and so all. This is a Employee Database. User can Store information of all employees, edit and delete.&lt;br /&gt;
&lt;h4 id=&quot;item-description__-full-c-code-sqlite-database-compact-database-and-new&quot;&gt; Full C# code , SQLite Database / Compact Database, and new&lt;/h4&gt;   
&lt;h3 id=&quot;item-description__-feature&quot;&gt;   Feature&lt;/h3&gt;

&lt;ol&gt;
    &lt;li&gt;You can add new Employee Info. &lt;/li&gt;
    &lt;li&gt;Update all information &lt;/li&gt;
        &lt;li&gt;Make Phone call , SMS , Email via this apps &lt;/li&gt;
        &lt;li&gt;Search Employee by contact, Name  .. &lt;/li&gt;    

&lt;/ol&gt;
 &lt;br /&gt;
&lt;h5 id=&quot;item-description__-live-demo&quot;&gt;
&lt;a href=&quot;http://www.windowsphone.com/en-us/store/app/employee-directory/a3f07d6d-4208-4617-ac84-f8c786bb3d0e&quot; rel=&quot;nofollow&quot;&gt;Live Demo &lt;/a&gt;
&lt;/h5&gt;

&lt;h4 id=&quot;item-description__-what-you-get&quot;&gt;
What You Get: 
&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;Full Windows Phone Apps Source Code. &lt;/li&gt;
    &lt;li&gt;Compact Data base 3.5 &lt;/li&gt;
        &lt;li&gt;Full XAML and CS Code of Server Side.   &lt;/li&gt;
       &lt;li&gt;User manual Document with Screen Shot. &lt;/li&gt;

&lt;/ul&gt;

&lt;h4 id=&quot;item-description__-works-with&quot;&gt;
Works with: 
&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;Windows Phone 8.1&lt;/li&gt;
        &lt;li&gt;Windows Phone 8   &lt;/li&gt;
       &lt;li&gt;Windows Phone 7.5 &lt;/li&gt;        
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__-requirements&quot;&gt;
Requirements: 
&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;Visual studio 2012 express for Windows Phone &lt;/li&gt;
        &lt;li&gt;Or Visual studio 2013&lt;/li&gt;
       &lt;li&gt;For Compact Data base 3.5 modification VS 2010&lt;/li&gt;        
&lt;/ul&gt;

    &lt;p&gt;&lt;br /&gt;
&lt;/p&gt;&lt;h3 id=&quot;item-description__-support&quot;&gt; Support &lt;/h3&gt;

    &lt;ul&gt;
        &lt;strong&gt;&lt;a href=&quot;mailto:citkar@live.com&quot;&gt;citkar@live.com&lt;/a&gt;   &lt;/strong&gt; 
    &lt;/ul&gt;</content>
			<author>
			  <name>dynamicsoft</name>
			</author>
		  </entry>
	  </feed>