I’m sharing this with the world because we need another way to access data – don’t you think? Truthfully – 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.
Select All Rows With All function
dTable.All("TableName");
Fetch data with Select function
dTable.Select("TableName"); dTable.Select("TableName", "Columns"); dTable.Select("TableName", "Columns", "Where"); dTable.Select("TableName", "Columns", "Sort", "SortType"); dTable.Select("TableName", "Columns", "Where", "Sort", "SortType");
Select function is very usefull and it has five overload methods.
All parameters description is above this function.
Fetch data with Where function
dTable.Where("TableName", "Where"); dTable.Where("TableName", "Where", "Columns"); dTable.Where("TableName", "Where", "Columns", "Sort", "SortType");
Fetch data with OrderBy function
dTable.OrderBy("TableName", "Sort", "SortType"); dTable.OrderBy("TableName", "Sort", "SortType", "Columns"); dTable.OrderBy("TableName", "Sort", "SortType", "Columns", "Where");
Fetch data with Paged function
dTable.Paged("TableName", "PageIndex", "PageSize"); dTable.Paged("TableName", "PageIndex", "PageSize", "Columns"); dTable.Paged("TableName", "PageIndex", "PageSize", "Columns", , "Where"); dTable.Paged("TableName", "PageIndex", "PageSize", "Columns", , "Where", "Sort", "SortType");
You can fetch data with paging and you paging result will return with MyResult class.
PageIndex you require to pass your current page index. which you require to show in list.
PageSize pass your current page size.
Once again, As I said at the beginning, I’d be glad to help you if you have any questions relating to this code. I’ll do my best to assist. If you have a more general question relating to the code on CodeCanyon, you might contact me at here. Thanks so much!.
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 ajmerainfo@gmail.com or write comment on my CodeCanyon this product page.
I’m sharing this with the world because we need another way to access data – don’t you think? Truthfully – 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.
Select All Rows With All function
dTable.All("TableName");
Fetch data with Select function
dTable.Select("TableName"); dTable.Select("TableName", "Columns"); dTable.Select("TableName", "Columns", "Where"); dTable.Select("TableName", "Columns", "Sort", "SortType"); dTable.Select("TableName", "Columns", "Where", "Sort", "SortType");
Select function is very usefull and it has five overload methods.
All parameters description is above this function.
Fetch data with Where function
dTable.Where("TableName", "Where"); dTable.Where("TableName", "Where", "Columns"); dTable.Where("TableName", "Where", "Columns", "Sort", "SortType");
Fetch data with OrderBy function
dTable.OrderBy("TableName", "Sort", "SortType"); dTable.OrderBy("TableName", "Sort", "SortType", "Columns"); dTable.OrderBy("TableName", "Sort", "SortType", "Columns", "Where");
Fetch data with Paged function
dTable.Paged("TableName", "PageIndex", "PageSize"); dTable.Paged("TableName", "PageIndex", "PageSize", "Columns"); dTable.Paged("TableName", "PageIndex", "PageSize", "Columns", , "Where"); dTable.Paged("TableName", "PageIndex", "PageSize", "Columns", , "Where", "Sort", "SortType");
You can fetch data with paging and you paging result will return with MyResult class.
PageIndex you require to pass your current page index. which you require to show in list.
PageSize pass your current page size.
Once again, As I said at the beginning, I’d be glad to help you if you have any questions relating to this code. I’ll do my best to assist. If you have a more general question relating to the code on CodeCanyon, you might contact me at here. Thanks so much!.
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 ajmerainfo@gmail.com or write comment on my CodeCanyon this product page.
VB.Net DAL Generator 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.
All our Code Generators for PHP, C#, VB.Net and Entity Framework (without source).
All our Code Generators for PHP, C#, VB.Net and Entity Framework (with source code).
VB.Net DAL Generator 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.
All our Code Generators for PHP, C#, VB.Net and Entity Framework (without source).
All our Code Generators for PHP, C#, VB.Net and Entity Framework (with source code).
The project is written in vb.net 2010 as front end , SQL Server Compact database as back end with crystal report.
+ Initial release: 09 June, 17 V : 1.0.0.0
The project is written in vb.net 2010 as front end , SQL Server Compact database as back end with crystal report.
+ Initial release: 09 June, 17 V : 1.0.0.0
Thanks for checking out Awesome Form Builder!
Feel free to contact us with any questions you may have. You are the reason we are here! We would love to hear any constructive feedback.
All credits are included in the documentation
If you love the item, Don’t forget to rate it out!
- New Conditional Question Form Added - Documentation Update
- Initial Relase]]>
Thanks for checking out Awesome Form Builder!
Feel free to contact us with any questions you may have. You are the reason we are here! We would love to hear any constructive feedback.
All credits are included in the documentation
If you love the item, Don’t forget to rate it out!
- New Conditional Question Form Added - Documentation Update
- Initial Relase]]>
dotnet restore bower install dotnet build dotnet run]]>
dotnet restore bower install dotnet build dotnet run]]>
dotnet restore bower install dotnet build dotnet run]]>
dotnet restore bower install dotnet build dotnet run]]>
SQL Server Procedures Generator is a .Net desktop application that generates stored procedures for CRUD operations for the whole database by single click.
SQL Server Procedures Generator is a .Net desktop application that generates stored procedures for CRUD operations for the whole database by single click.
below added 9 different user friendly samples
Feel free to contact us if you have any questions.
Email: bhavesh.patel200@gmail.com
20-June-2017 - version 1.2 - Added 9 different samples and change theme
27-May-2017 - version 1.1 - Latest Version with new features like Thumbnail view, Semi Thumbnail view, Animation effect
23-April-2017 - version 1.0 - Initial Version]]>
below added 9 different user friendly samples
Feel free to contact us if you have any questions.
Email: bhavesh.patel200@gmail.com
20-June-2017 - version 1.2 - Added 9 different samples and change theme
27-May-2017 - version 1.1 - Latest Version with new features like Thumbnail view, Semi Thumbnail view, Animation effect
23-April-2017 - version 1.0 - Initial Version]]>
Initial release: 21 April 17 V : 1.0.0 + 31 Oct, 17 V: 1.1.0.0 New: Fees Collection Receipt New: Student Waiver New: Update user permission
Initial release: 21 April 17 V : 1.0.0 + 31 Oct, 17 V: 1.1.0.0 New: Fees Collection Receipt New: Student Waiver New: Update user permission
Power CMS Features
-Powerful Dashboard
-Multiple roles and Users, Menu and Menu accesss on admin side
-Text Editor
-Stiky Notification
-Responsive Layout
-Export to pdf,excel etc,custom print selected fields.
-Insert Edit,delete Using Page Dialog Not need for refresh Page
-Jquery Datatable Grid, Search,Page Size,Paging Features Includes.
-Most Powerful Features is You can easy to Customize It ,Will Extendable but after buy Extendable version.
-Its Admin Application only , Mvc Developer can attach with any application front end.
System Requirement.
Windows Server or Windows Hosting.
IIS7 OR above
.Net framework 4.5.1 OR above
Sql Server 2008 OR above
Installation
:Unzip Solution
:Open in visual studio
:Change Connection string of database
:Take Database script from root and run in your mssql server
:Run It
Power CMS Features
-Powerful Dashboard
-Multiple roles and Users, Menu and Menu accesss on admin side
-Text Editor
-Stiky Notification
-Responsive Layout
-Export to pdf,excel etc,custom print selected fields.
-Insert Edit,delete Using Page Dialog Not need for refresh Page
-Jquery Datatable Grid, Search,Page Size,Paging Features Includes.
-Most Powerful Features is You can easy to Customize It ,Will Extendable but after buy Extendable version.
-Its Admin Application only , Mvc Developer can attach with any application front end.
System Requirement.
Windows Server or Windows Hosting.
IIS7 OR above
.Net framework 4.5.1 OR above
Sql Server 2008 OR above
Installation
:Unzip Solution
:Open in visual studio
:Change Connection string of database
:Take Database script from root and run in your mssql server
:Run It
This application enables you generate QR Code images and URLs that you can print out or use in your own website or application. QR Codes can support different types including Text, Links, SMS, Geo location, Bookmark, Wi-Fi, Contact (vCard)
This application is based on Bootstrap and Inherently responsive. It also provides you the flexibility to set margin color and size of the generated QR code.
string qr = obj.TextToQR(txt, size, bg); //variable qr has path to QR Code image
SMS To QR Code string qr = obj.SMSToQR(<PhoneNumber>,<Message>, <Size>, <MargineColor>); //variable qr has path to QR Code image
Location To QR Code string qr = obj.GeoToQR(<Latitude>,<Longitude>, <Size>, <Margine Color>) //variable qr has path to QR Code image
Other functions also follow similar structure.
Currency Converter Demo: http://intelliwins.com/QrCode
We will be more than happy to help you and answer your questions.You can directly get in touch with us at: info@intelliwins.com
]]>This application enables you generate QR Code images and URLs that you can print out or use in your own website or application. QR Codes can support different types including Text, Links, SMS, Geo location, Bookmark, Wi-Fi, Contact (vCard)
This application is based on Bootstrap and Inherently responsive. It also provides you the flexibility to set margin color and size of the generated QR code.
string qr = obj.TextToQR(txt, size, bg); //variable qr has path to QR Code image
SMS To QR Code string qr = obj.SMSToQR(<PhoneNumber>,<Message>, <Size>, <MargineColor>); //variable qr has path to QR Code image
Location To QR Code string qr = obj.GeoToQR(<Latitude>,<Longitude>, <Size>, <Margine Color>) //variable qr has path to QR Code image
Other functions also follow similar structure.
Currency Converter Demo: http://intelliwins.com/QrCode
We will be more than happy to help you and answer your questions.You can directly get in touch with us at: info@intelliwins.com
]]>To perform these activities require different user rights for access the relevant sections in the software and not all the system, For example when Hospital admin login into system they have rights to access the all sections of system while any doctor login into system then they can access only patient management, medicine management related module. Same thing applies for other types of users of the system. HMS Pro provides all these facilities to create different types of user’s management and perform activities using single website.
HMS Pro website designed such a way that it can be used by single hospital or group of multiple hospitals. There are different types of user can create in the system and assign particular role for the system.
There are different types of users can create and basic role as below:
Super Admin:
Super admin can create different hospitals and hospital admins to operate that hospital.
Hospital Admins:
Hospital admin can create different users like Doctors, Nurses, Pharmacist, Laboratorist and Accounts. They also can see all the activities performed by users which created by them.
Doctors:
Doctor can create patient records and manage the checkup, prescription, diagnosis and treatment records for those patients.
Nurses:
Nurse can manage the patient records, manage beds and allotment of those beds.
Pharmacist:
Pharmacist can manage the medicine related activities like add new stock of medicine and check availability of medicine.
Laboratorist:
Laboratorist can perform the activities related to different diagnosis reports of patients which prescribe by doctors
Accountant:
Accountant can perform financial activities like patient bill generation, expense management of hospital.
- Add Standalone or group of hospitals
- Multi user system
- Add Admin users and assign hospital for manage.
- Staff records and login account management.
- Doctor management
- Manage patients records
- Simplified track of the patient checkup history, prescription, diagnosis and treatment.
- Add medicine and medicine category.
- Generate the patient bill and print it.
- Manage different types of rooms and rooms categories
- Manage patient’s diagnosis report
- Bed & Bed allocation management.
- User profile management
- Birth & Death report management
- Blood inventory management
- Check availabilty of blood withing registered hospitals
- IIS 8 or Higher
- MS SQL Server 2008 or higher
-.Net Framework 4.5 or higher
- Windows
- Minor bug fixed - Auto Generate Unique patient Id for patients - Birth and Death report generation - Added Blood Inventroy module - Hospital can search within all registered hospital for blood availabilityVersion 1.1 – 27 Apr, 2017
- Bug Fix : Restrict the user to navigate path which is not authorized for that user.Version 1.0 – 17 Apr, 2017
- Initial Release]]>
To perform these activities require different user rights for access the relevant sections in the software and not all the system, For example when Hospital admin login into system they have rights to access the all sections of system while any doctor login into system then they can access only patient management, medicine management related module. Same thing applies for other types of users of the system. HMS Pro provides all these facilities to create different types of user’s management and perform activities using single website.
HMS Pro website designed such a way that it can be used by single hospital or group of multiple hospitals. There are different types of user can create in the system and assign particular role for the system.
There are different types of users can create and basic role as below:
Super Admin:
Super admin can create different hospitals and hospital admins to operate that hospital.
Hospital Admins:
Hospital admin can create different users like Doctors, Nurses, Pharmacist, Laboratorist and Accounts. They also can see all the activities performed by users which created by them.
Doctors:
Doctor can create patient records and manage the checkup, prescription, diagnosis and treatment records for those patients.
Nurses:
Nurse can manage the patient records, manage beds and allotment of those beds.
Pharmacist:
Pharmacist can manage the medicine related activities like add new stock of medicine and check availability of medicine.
Laboratorist:
Laboratorist can perform the activities related to different diagnosis reports of patients which prescribe by doctors
Accountant:
Accountant can perform financial activities like patient bill generation, expense management of hospital.
- Add Standalone or group of hospitals
- Multi user system
- Add Admin users and assign hospital for manage.
- Staff records and login account management.
- Doctor management
- Manage patients records
- Simplified track of the patient checkup history, prescription, diagnosis and treatment.
- Add medicine and medicine category.
- Generate the patient bill and print it.
- Manage different types of rooms and rooms categories
- Manage patient’s diagnosis report
- Bed & Bed allocation management.
- User profile management
- Birth & Death report management
- Blood inventory management
- Check availabilty of blood withing registered hospitals
- IIS 8 or Higher
- MS SQL Server 2008 or higher
-.Net Framework 4.5 or higher
- Windows
- Minor bug fixed - Auto Generate Unique patient Id for patients - Birth and Death report generation - Added Blood Inventroy module - Hospital can search within all registered hospital for blood availabilityVersion 1.1 – 27 Apr, 2017
- Bug Fix : Restrict the user to navigate path which is not authorized for that user.Version 1.0 – 17 Apr, 2017
- Initial Release]]>
Features :
+ Manage Customer
+ Manage Products
+ Setup your company profile
+ Manage Invoices
+ Generate Invoices (PDF, Microsoft Word) format
+ Nice and Clean UI and AdminLTE
+ Full Source code
Technologies : ASP.NET MVC 5, EntityFramework,MS SQL SERVER, JavaScript, Jquery
Some Previews
Requirements :
Visual Studio 2015 with update 3
SQL server or local server
Supports :
if you want to modify or add new features, you can always contact with us at kodauthor55@gmail.com
Change log
"Initail release 1.0" - manage Products - manage Customers - setup Company - manage invoice - generate invoices]]>
Features :
+ Manage Customer
+ Manage Products
+ Setup your company profile
+ Manage Invoices
+ Generate Invoices (PDF, Microsoft Word) format
+ Nice and Clean UI and AdminLTE
+ Full Source code
Technologies : ASP.NET MVC 5, EntityFramework,MS SQL SERVER, JavaScript, Jquery
Some Previews
Requirements :
Visual Studio 2015 with update 3
SQL server or local server
Supports :
if you want to modify or add new features, you can always contact with us at kodauthor55@gmail.com
Change log
"Initail release 1.0" - manage Products - manage Customers - setup Company - manage invoice - generate invoices]]>
jApCode CRM application is company management, It is usefull for every firm. Having a responsive layout, graphical interfaces etc.
Easy to manage every thing like project,Users,clients,Employee,notes,todo,files,accounts, support tickets,contracts,leads and blog etc
Video Demo
Click To See Demo
jApCode CRM Features
-Graphical Dashboard
-Role User Chart
-Last Registered User Chart
-Project Chart etc.
-Multiple Other Master Wizards
-Text Editor
-Stiky Notification
-Responsive Layout
-Export to pdf,excel etc.
-Insert Edit,delete Using Page Dialog Not need for refresh Page
-Jquery Datatable Grid, Search,Page Size,Paging Features Includes.
-Most Powerfull Features is You can easy to Customize It ,Will Extendable
Modules
-Company Management
-Client Management
-Project Management
-Files Management
-Accounts Sale and Purchase Management
-Support Task Management
-Contract Management
-Lead Management
-Company Blog Management
-Todo and Notes
-User Management
-Role Management
-RoleUser Multiple roles assign to each user.
-Menu Dynamic Menu Navbar
-Menu Permission and privileges assigned to someone
-Is Create, Is Read,Is Update or Is Delete
Master Utility
Language
Direction
Priority
Status
Country
AddressType
Currency
QuantityUnit
PaymentMode
Video Demo
Click To See Demo System Requirement.
Windows
IIS7 OR +
.Net framework 4.5
Sql Server 2008 OR +
Installation
:Unzip Solution
:Open in visual studio
:Change Connection string of database
:Take Database script from root and run in your mssql server
:Run It
jApCode CRM application is company management, It is usefull for every firm. Having a responsive layout, graphical interfaces etc.
Easy to manage every thing like project,Users,clients,Employee,notes,todo,files,accounts, support tickets,contracts,leads and blog etc
Video Demo
Click To See Demo
jApCode CRM Features
-Graphical Dashboard
-Role User Chart
-Last Registered User Chart
-Project Chart etc.
-Multiple Other Master Wizards
-Text Editor
-Stiky Notification
-Responsive Layout
-Export to pdf,excel etc.
-Insert Edit,delete Using Page Dialog Not need for refresh Page
-Jquery Datatable Grid, Search,Page Size,Paging Features Includes.
-Most Powerfull Features is You can easy to Customize It ,Will Extendable
Modules
-Company Management
-Client Management
-Project Management
-Files Management
-Accounts Sale and Purchase Management
-Support Task Management
-Contract Management
-Lead Management
-Company Blog Management
-Todo and Notes
-User Management
-Role Management
-RoleUser Multiple roles assign to each user.
-Menu Dynamic Menu Navbar
-Menu Permission and privileges assigned to someone
-Is Create, Is Read,Is Update or Is Delete
Master Utility
Language
Direction
Priority
Status
Country
AddressType
Currency
QuantityUnit
PaymentMode
Video Demo
Click To See Demo System Requirement.
Windows
IIS7 OR +
.Net framework 4.5
Sql Server 2008 OR +
Installation
:Unzip Solution
:Open in visual studio
:Change Connection string of database
:Take Database script from root and run in your mssql server
:Run It
-Graphical Dashboard
-Dunat Chart
-Line chart
-Multi Wizards
-Fully Server and Client Side Validated Forms
-Stiky Notification
-Responsive Layout
-Export to pdf,excel etc.
-Dialog Based No More Page Refresh
User Management
-User Qualification Manager
-User Multiple Address Manager
-User Multiple Skills Manager
-User Multiple Email Manager
-User Phone Manager
-User Multile Language Manager
-User Work Experience Manager
-User Panel Setting
-User Map Location Manager
-Parent Chile Enable for Make Friend Tree
Role Management works as User Type (Like Simple User,Admin Uesr, Client, Company Visitor,any other)
RoleUser Maping Multirole
Menu Dynamic Menu Navbar
Menu Permission and privileges assigned to someone
Is Create, Is Read,Is Update or Is Delete
Master Tables
-Role
-Menu
-Language
-Gender
-Marital Status
-Address Type
-Country
-State
Video Demo
Click To See Demo
Hire Us for customization
Plan 1
$12 Per Hour
Plan 2
10 Hour Par Month $100
Plan 3
50 Hour Per Month $500
-Graphical Dashboard
-Dunat Chart
-Line chart
-Multi Wizards
-Fully Server and Client Side Validated Forms
-Stiky Notification
-Responsive Layout
-Export to pdf,excel etc.
-Dialog Based No More Page Refresh
User Management
-User Qualification Manager
-User Multiple Address Manager
-User Multiple Skills Manager
-User Multiple Email Manager
-User Phone Manager
-User Multile Language Manager
-User Work Experience Manager
-User Panel Setting
-User Map Location Manager
-Parent Chile Enable for Make Friend Tree
Role Management works as User Type (Like Simple User,Admin Uesr, Client, Company Visitor,any other)
RoleUser Maping Multirole
Menu Dynamic Menu Navbar
Menu Permission and privileges assigned to someone
Is Create, Is Read,Is Update or Is Delete
Master Tables
-Role
-Menu
-Language
-Gender
-Marital Status
-Address Type
-Country
-State
Video Demo
Click To See Demo
Hire Us for customization
Plan 1
$12 Per Hour
Plan 2
10 Hour Par Month $100
Plan 3
50 Hour Per Month $500
All our Code Generators for PHP, C#, VB.Net and Entity Framework (without source).
All our Code Generators for PHP, C#, VB.Net and Entity Framework (with source code).
All our Code Generators for PHP, C#, VB.Net and Entity Framework (without source).
All our Code Generators for PHP, C#, VB.Net and Entity Framework (with source code).
Ready to play a fun matching game with beautiful graphics and relaxing gameplay? The Fruit Drop Game is the ultimate matching experience with a simple experience and fun gaming moments for you to explore. The premise is simple, you need to touch groups of fruits, there will have to be at least 2 fruits in order to make a match. You will have to reach the end of the level as fast as possible and you can use the bar at the bottom of the board as an indicator. When the bar reaches its end, the level will be complete and you will move on to the next one. You have to do as many matches as you can and do those continually otherwise the time will run out. The bigger the matches are, the easier it will be for you to achieve a highest score. You can match 2, 3, 4 or more similar fruits as long as they are located near one another. Download The Fruit Drop Game and immerse yourself into the best, most relaxing puzzle game. Have fun and match fruits now!
Features: •Simple matching gameplay Beautiful •colorful graphics •Fun soundtrack •Multiple levels to master •Get extra score by making large matches
What do you get? Full C# source code and assets. Manual for reskinners
]]>Ready to play a fun matching game with beautiful graphics and relaxing gameplay? The Fruit Drop Game is the ultimate matching experience with a simple experience and fun gaming moments for you to explore. The premise is simple, you need to touch groups of fruits, there will have to be at least 2 fruits in order to make a match. You will have to reach the end of the level as fast as possible and you can use the bar at the bottom of the board as an indicator. When the bar reaches its end, the level will be complete and you will move on to the next one. You have to do as many matches as you can and do those continually otherwise the time will run out. The bigger the matches are, the easier it will be for you to achieve a highest score. You can match 2, 3, 4 or more similar fruits as long as they are located near one another. Download The Fruit Drop Game and immerse yourself into the best, most relaxing puzzle game. Have fun and match fruits now!
Features: •Simple matching gameplay Beautiful •colorful graphics •Fun soundtrack •Multiple levels to master •Get extra score by making large matches
What do you get? Full C# source code and assets. Manual for reskinners
]]>With 27 different elements,5 language,50+ different options create your own Creative Email Newsletter. If you know HTML or prefer to design your own emails,Bal – Email Newsletter Builder is an excellent newsletter builder for you.Bal – Email Newsletter Builder also offers about 4 templates to help beginners send professional-looking emails
This is a drag & drop email builder plugin based on Jquery and PHP for developer. You can simply integrate this script in your web project and create custom email template with drag & drop.
Server requirements It’s necessary a web server that support php (for example Apache). It can be Windows or linux server. There aren’t special libraries to load, just a server with php support
Admin Panel demo : link
Login : demo
Pass : demo
User demo : link
Login : demo
Pass : demo
-Added : element placeholder when elements drag&drop -Added : preview the emails on different resolutions (Mobile view) -Added : Inline css in exported template -Added : Youtube video element -Added : Color customization for builder -Fixed : Unicode problem in email -Fixed : Background color problem in save template1.0 | 22.01.2017
-Created
With 27 different elements,5 language,50+ different options create your own Creative Email Newsletter. If you know HTML or prefer to design your own emails,Bal – Email Newsletter Builder is an excellent newsletter builder for you.Bal – Email Newsletter Builder also offers about 4 templates to help beginners send professional-looking emails
This is a drag & drop email builder plugin based on Jquery and PHP for developer. You can simply integrate this script in your web project and create custom email template with drag & drop.
Server requirements It’s necessary a web server that support php (for example Apache). It can be Windows or linux server. There aren’t special libraries to load, just a server with php support
Admin Panel demo : link
Login : demo
Pass : demo
User demo : link
Login : demo
Pass : demo
-Added : element placeholder when elements drag&drop -Added : preview the emails on different resolutions (Mobile view) -Added : Inline css in exported template -Added : Youtube video element -Added : Color customization for builder -Fixed : Unicode problem in email -Fixed : Background color problem in save template1.0 | 22.01.2017
-Created
You can also modify the default character set from the web.Config:
<add key=”PassCharacters” value=”abcdefghijklmnopqrstuvwxyz” /> <add key=”PassNumbers” value=”0123456789” /> <add key=”PassSymbols” value=”%$#@+-=” />
It is a great tool that you can not miss in the infrastructure of your .NET project.
]]>You can also modify the default character set from the web.Config:
<add key=”PassCharacters” value=”abcdefghijklmnopqrstuvwxyz” /> <add key=”PassNumbers” value=”0123456789” /> <add key=”PassSymbols” value=”%$#@+-=” />
It is a great tool that you can not miss in the infrastructure of your .NET project.
]]>private static bool CheckArgumentTest(string name, int age, string email) { bool ret; try { Check.Argument.IsNotEmpty(name, "name"); //CheckArgument Example Check.Argument.IsNotOutOfRange(age, 18, 99, "age"); //CheckArgument Example Check.Argument.IsNotValidEmail(email, "email"); //CheckArgument Example ret = true; } catch (Exception ex) { Console.WriteLine(ex.Message); ret = false; } return ret; }
]]>private static bool CheckArgumentTest(string name, int age, string email) { bool ret; try { Check.Argument.IsNotEmpty(name, "name"); //CheckArgument Example Check.Argument.IsNotOutOfRange(age, 18, 99, "age"); //CheckArgument Example Check.Argument.IsNotValidEmail(email, "email"); //CheckArgument Example ret = true; } catch (Exception ex) { Console.WriteLine(ex.Message); ret = false; } return ret; }
]]>Config: Please add the following keys in the appSettings section (Web.Config) <add key=”GeoIPCountryWhoisData” value=”D:\Projects\Library\GeoIpHelper\” /> <add key=”RemoteUri” value=”http://geolite.maxmind.com/download/geoip/database/” />
Methods: GetIPAddress: It allows to know the public IP of the client GetLand: Allows you to determine to which country a public IP belongs UpdateDataBase: Updates the IP data base
]]>Config: Please add the following keys in the appSettings section (Web.Config) <add key=”GeoIPCountryWhoisData” value=”D:\Projects\Library\GeoIpHelper\” /> <add key=”RemoteUri” value=”http://geolite.maxmind.com/download/geoip/database/” />
Methods: GetIPAddress: It allows to know the public IP of the client GetLand: Allows you to determine to which country a public IP belongs UpdateDataBase: Updates the IP data base
]]>PHP DAL Generator is a .Net desktop application that generates data access layer for MySQL database. It generates code for MySQL, MySQLi and PDO extensions. This software makes PHP development easy. This tool is specially useful for programmers who don’t want to (or cannot) use a CMS. Programmers have complete control over the generated code and can be modified easily because the generated code is very clean.
PHP DAL Generator is a .Net desktop application that generates data access layer for MySQL database. It generates code for MySQL, MySQLi and PDO extensions. This software makes PHP development easy. This tool is specially useful for programmers who don’t want to (or cannot) use a CMS. Programmers have complete control over the generated code and can be modified easily because the generated code is very clean.
Methods: - DateTime IsValid: Tell us if a date is valid - ToDayFormatted: Returns the date in MM/dd/YYYY format - GetDateOnlyFrom: Returns the date in MM/dd/YYYY 00:00:00:000 format - GetDateOnlyTo: Returns the date in MM/dd/YYYY 23:59:59:997 format - JavaTimeStampToDateTime: It will return the local datetime from a java Timestamp - FromUnixTimestamp: It will return the local datetime from a UnixTimestamp - ToUnixTimestamp: It will return the UnixTimestamp from a local datetime - ToEpochTime: It will return the Epoch Time from a local datetime - ToTimeStamp13digits: It will return the TimeStamp with 13 digits from a local datetime
]]>Methods: - DateTime IsValid: Tell us if a date is valid - ToDayFormatted: Returns the date in MM/dd/YYYY format - GetDateOnlyFrom: Returns the date in MM/dd/YYYY 00:00:00:000 format - GetDateOnlyTo: Returns the date in MM/dd/YYYY 23:59:59:997 format - JavaTimeStampToDateTime: It will return the local datetime from a java Timestamp - FromUnixTimestamp: It will return the local datetime from a UnixTimestamp - ToUnixTimestamp: It will return the UnixTimestamp from a local datetime - ToEpochTime: It will return the Epoch Time from a local datetime - ToTimeStamp13digits: It will return the TimeStamp with 13 digits from a local datetime
]]>The project is written in vb.net 2010 as front end , SQL Server Compact database as back end with crystal report.
+ Initial release: 18 January, 17 V : 1.0.0.0 + 28 May, 17 V: 1.1.0.0 FIX: Barcode Label Sales Price FIX: Unit sales price from POS FIX: Unit sales price from First Sale New: Date wise sales chart + 20 Oct, 17 V: 1.1.1.0 NEW: Item Wise Sales Information NEW: User permission for item wise sales report NEW: Include business slogan parameter on POS receipt.
The project is written in vb.net 2010 as front end , SQL Server Compact database as back end with crystal report.
+ Initial release: 18 January, 17 V : 1.0.0.0 + 28 May, 17 V: 1.1.0.0 FIX: Barcode Label Sales Price FIX: Unit sales price from POS FIX: Unit sales price from First Sale New: Date wise sales chart + 20 Oct, 17 V: 1.1.1.0 NEW: Item Wise Sales Information NEW: User permission for item wise sales report NEW: Include business slogan parameter on POS receipt.
ElektroKit is a utility framework containing new APIs and extensions to the core .NET Framework to help complete your developer toolbox.
It is a set of general purpose classes provided as easy to consume packages.
These utility classes and components provide productivity in day to day software development mainly focused to WindowsForms. Many of these tools and components have been published individually in articles, forums or blog entries and there have been many requests to publish them as a supported and consolidated library, which turned into this unified toolkit that is integrated, documented and fully supported.
ElektroKit is made up of the following assemblies:
It’s impossible to summarize all the functionalities in a single article, but here is a list of interesting things that you could do with ElektroKit:
All the members of ElektroKit source-code are documented and exposed in different ways.
Offline documentation is available as .chm file included in the package.
Note there are a lot of code examples for most of the ElektroKit members which can be a good starting place, like this random example:
The code examples are also available in the source-code as part of the Xml documentation.
An xample of the Xml documentation format:
An example of Intellisense preview at design-time:
Various members of the ElektroKit solution depends on the ElektroKit.Core assembly or other assemblies that are part of the solution. Note that any required assembly will be warned by Visual Studio, so don’t worry about.
Some members of the ElektroKit.Core.Application and ElektroKit.Core.System namespaces depends on WindowsAPICodePack API, which is included in the package, but also can be downloaded from here:
https://github.com/aybe/Windows-API-Code-Pack-1.1
Note that there is no need to reference the WindowsAPICodePack assemblies in your application as long as you don’t need to use the members that requires it, and the same for the other Elektro* assemblies.
ElektroKit is a utility framework containing new APIs and extensions to the core .NET Framework to help complete your developer toolbox.
It is a set of general purpose classes provided as easy to consume packages.
These utility classes and components provide productivity in day to day software development mainly focused to WindowsForms. Many of these tools and components have been published individually in articles, forums or blog entries and there have been many requests to publish them as a supported and consolidated library, which turned into this unified toolkit that is integrated, documented and fully supported.
ElektroKit is made up of the following assemblies:
It’s impossible to summarize all the functionalities in a single article, but here is a list of interesting things that you could do with ElektroKit:
All the members of ElektroKit source-code are documented and exposed in different ways.
Offline documentation is available as .chm file included in the package.
Note there are a lot of code examples for most of the ElektroKit members which can be a good starting place, like this random example:
The code examples are also available in the source-code as part of the Xml documentation.
An xample of the Xml documentation format:
An example of Intellisense preview at design-time:
Various members of the ElektroKit solution depends on the ElektroKit.Core assembly or other assemblies that are part of the solution. Note that any required assembly will be warned by Visual Studio, so don’t worry about.
Some members of the ElektroKit.Core.Application and ElektroKit.Core.System namespaces depends on WindowsAPICodePack API, which is included in the package, but also can be downloaded from here:
https://github.com/aybe/Windows-API-Code-Pack-1.1
Note that there is no need to reference the WindowsAPICodePack assemblies in your application as long as you don’t need to use the members that requires it, and the same for the other Elektro* assemblies.
This library contains a total amount of original and unique 566 extension method (counting method overloads) to use in a total of 68 types to cover general purposes about almost everything you could need to do, plus 73 extension method for these 3rd party products:
This library contains a total amount of original and unique 566 extension method (counting method overloads) to use in a total of 68 types to cover general purposes about almost everything you could need to do, plus 73 extension method for these 3rd party products:
C# DAL Generator is a .net desktop application that generates C# Data Access Layer for SQL Server and MS Access databases. 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.
C# DAL Generator is a .net desktop application that generates C# Data Access Layer for SQL Server and MS Access databases. 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.
You get a livecube.dll and a complete source code project developed VB.net using Visual Studio 2015 Community Edition.
You’ll find 85 functions and 5 classes for a total of 90 very useful general purposes tools well designed and explained classificated in:
To install simply download the included file livecube_net.zip and include library into your project. The source code has been compiled with .NET Framework 4 and Visual Studio Community Edition 2015.
For other needs, simply copy the code .vb into your project.
For any other reason, open a ticket.
All the functions and classes are separated by sections and well explained in the documentation that you can find at Livecube.Net Documentation.
For any Question and Trouble please open a ticket at http://support.byteproject.it/trouble-tickets/ Please contact us for any suggestion, feedback, new enhancements or bug fixing.
1.0 - This is the first release]]>
You get a livecube.dll and a complete source code project developed VB.net using Visual Studio 2015 Community Edition.
You’ll find 85 functions and 5 classes for a total of 90 very useful general purposes tools well designed and explained classificated in:
To install simply download the included file livecube_net.zip and include library into your project. The source code has been compiled with .NET Framework 4 and Visual Studio Community Edition 2015.
For other needs, simply copy the code .vb into your project.
For any other reason, open a ticket.
All the functions and classes are separated by sections and well explained in the documentation that you can find at Livecube.Net Documentation.
For any Question and Trouble please open a ticket at http://support.byteproject.it/trouble-tickets/ Please contact us for any suggestion, feedback, new enhancements or bug fixing.
1.0 - This is the first release]]>
Features, 1. Management of your day to day project management activities 2. Clean view of all Sprints, Tasks 3. Fully Responsive Mobile/Tablet Friendly Design 4. See which tasks are assigned to whom 5. Update the status to keep track of Sprints and Tasks. 6. Cleaver/Advance/Fast Search for Sprint and Tasks. 7. Everything is build on Angular JS, extremely user friendly. 8. Single Page to manage your all actions. 9. Sprint – List of Sprints, Add/Modify Sprints, Delete Sprints, Clear Search 10. Tasks – Add the tasks for the Sprint, Delete Tasks, List Tasks with cleaver Search
Technology: 1. ASP.Net MVC – 4.6+ (Controllers, Models, Views, View Models) 2. Entity Framework – Database first approach 3. JQuery, Angular JS MVC 4. HTML5/CSS 3 5. Fully mobile/tablet friendly design.
Please contact us for any suggestion, feedback, new enhancements or bug fixing.
]]>Features, 1. Management of your day to day project management activities 2. Clean view of all Sprints, Tasks 3. Fully Responsive Mobile/Tablet Friendly Design 4. See which tasks are assigned to whom 5. Update the status to keep track of Sprints and Tasks. 6. Cleaver/Advance/Fast Search for Sprint and Tasks. 7. Everything is build on Angular JS, extremely user friendly. 8. Single Page to manage your all actions. 9. Sprint – List of Sprints, Add/Modify Sprints, Delete Sprints, Clear Search 10. Tasks – Add the tasks for the Sprint, Delete Tasks, List Tasks with cleaver Search
Technology: 1. ASP.Net MVC – 4.6+ (Controllers, Models, Views, View Models) 2. Entity Framework – Database first approach 3. JQuery, Angular JS MVC 4. HTML5/CSS 3 5. Fully mobile/tablet friendly design.
Please contact us for any suggestion, feedback, new enhancements or bug fixing.
]]>We have developed a simplified library to get the live stock based on .net which can be consumed by both Web and Desktop applications. We used yahoo stock to get the live price and done all the extra work to get it in this single DLL. You just need to add a reference to this DLL in your application create a object and pass the stock symbol to get the Live Stock price including other information about the stock.
List<StockPrice> x = obj.StockRate(<StockSymbol>,<Stock Exchange Code>);
We will be more than happy to help you and answer your questions.You can directly get in touch with us at: info@intelliwins.com
]]>We have developed a simplified library to get the live stock based on .net which can be consumed by both Web and Desktop applications. We used yahoo stock to get the live price and done all the extra work to get it in this single DLL. You just need to add a reference to this DLL in your application create a object and pass the stock symbol to get the Live Stock price including other information about the stock.
List<StockPrice> x = obj.StockRate(<StockSymbol>,<Stock Exchange Code>);
We will be more than happy to help you and answer your questions.You can directly get in touch with us at: info@intelliwins.com
]]>This tool simply allows for the user to open a text file and encrypt it using a custom algorithm. The algorithm itself isn’t that easy to be cracked so users won’t have to worry about any reverse engineering against their files. Upon encryption the user will be given an 8 character key which they would need for when they choose to decrypt their file.
This tool simply allows for the user to open a text file and encrypt it using a custom algorithm. The algorithm itself isn’t that easy to be cracked so users won’t have to worry about any reverse engineering against their files. Upon encryption the user will be given an 8 character key which they would need for when they choose to decrypt their file.