20 comments found.
Good afternoon sir. I see you distribute web sample application. I am not web familiar, do you have C# winforms or console sample application as a starter? Thank you so much and I anticipate your response.
Hi,
Thanks a lot for the purchase.
Yes, we have.
Please contact us via our profile page here so that we will share it with you.
Thanks.
Hi nice software
can we use these classes in desktop win application.
Hi,
Thanks for your interest in our app.
Yes, you can use these classes in a desktop windows application.
Does this app only work with tables? What about views? the c# classes use ado.net or EF for DB access?
Hi,
Thanks for your interest in our app.
Currently it works with tables only. The C# classes of this app use ADO.Net for DB access. While we have another app that uses EF for DB access. Please click here to view it. Please check our portfolio for other languages and databases (e.g. PHP, MySQL, VB.Net, SQL Server etc).
Salam main Iqbal
Does it also generate search filters and export index results to excel and pdf.if not then any solution for that.
Hi,
Yes, it generates search but doesn’t export to excel or PDF.
Hi,
Yes, it generates search but doesn’t export to excel or PDF.
Hi, I just purchased your c# Dal generator, it fails on several tables that use the geography datatype. Do you have plans to add support for this datatype as these are the big tables that I want automatically imported.
Many thanks
Matt
Hi,
Thanks for the purchase.
Please contact me via my profile page to discuss it.
Hallo, i have purchased the C# DAL Generator. Purchase Code=c0de2449-c695-42df-b9f4-390dca74271f
In the Options dialog the pages “Class” and “Get All Method” are disabled. What is the problem ?
Thanks for the purchase.
Those tabs are disabled because you have not selected/highlighted a table in the tree. Please check below video (forward the video to 0:45 and watch carefully).
https://www.youtube.com/watch?v=yUC2hzPZypg
Does this work with .NET Core/ASP.NET Core? If not, do you plan to support it in the future?
Hi,
Yes, it works with .Net Core.
If you face any issue, please contact me via my profile page here.
I just want to build an asp.net app which might be capable of handling easy to adapt database schema changes (like adding new columns and/or new tables to the database) but that allows me to do cascading filtering (mostly in edit mode) in the dropdownlists which display the foreign keys … i wish i could add an image but it seems i can’t
If the product does what I expect it should do: why do i have to pay 2 times for hain C# and/or Linq code. can’t i have both? wouldn’t taht be logical?
PetLoki
Hi,
C# DAL Generator generates C# code that uses SqlConnection and SqlCommand classes to communicate with the database while Entity Framework DAL Generator generates C# as well as VB.Net code that uses entity framework for database connectivity. If we include both features in one app then its price will also be double. Therefore we created separate apps so that it will be in the reach of everyone or at least most users. However we may plan, in future, to create one app that will have all the features of the other apps.
Hi,
This app does not generate UI, so you will have to handle drop downs manually.
If you make changes to an existing table or add a new table, just open the app and generate the code again.
what tool do you suggest then for using your DALs assource for UI controls? Because it seems worthwhile having an ASP.Net web forms generator too, isn’t it? Do you have any … highly customizable ?
do you have a yes-reply email?
Hi,
If you are using entity framework then download the EF version otherwise C# DAL Generator.
We don’t have any UI generator yet but it’s in our To-Do list. But it will take time.
May I have a copy of the sample application? does it also works on web environment or is just for windows forms?
the generated code is “native .Net” or will it require some kind of additional fee in order to be depoloyed to a web hosted server? Like proprietary .dll or stuff like that
- This app is a windows forms app but the generated code can be used in both web and desktop apps.
- Yes, it is .net native code and it does not require any additional component or dll and you don’t need to pay additional fee.
- Send me an email via my profile page so that to share the sample generated code.
Can you include screenshots, video or a description on how to use the generated code or how it should be called or invoked.
For q.5 what is the difference between EF and this version I am unable to follow. My code now, is that I am using EF already, but every time my Db model changes I have to redo the EF model (which is very inconvenient). In this type of changes which one is better this or the EF tool?
How exactly and what is the EF tool helping my development?
Please check the following videos.
C# DAL Generator:
https://www.youtube.com/watch?v=yUC2hzPZypg
Entity Framework DAL Generator:
https://www.youtube.com/watch?v=LVA9KzRoCAg
For Entity Framework DAL Generator you will need to create the model (.edmx file) manually. Whenever you change the database, most probably you will need to change the modal as well.
If it’s still not clear, please contact me via my profile page.
Hi any response?
I deleted the cache and tried, but the price is not showing sale price. This is too expensive for what it does
Make sure that you have added the following item to cart.
https://codecanyon.net/item/c-dal-generator/13003064
If it’s still not showing the correct one, please contact me via my profile page here.
Hi you have so many versions, its very confusing which one to use. Why don’t you have one version, with all the options.
Do you have a trial version to check if it does more than the basic open source components, this looks identical to some of the components and I want something with a little more option, also include your email please.
Is it also able to modify a table to add/edit a column (not the record), but edit all the tables with a record. For e.g. user Id, can be email or int
The video does not clarify if the generated code handles as a SQL store procedure or EF / LINQ.
What is the difference between this and the entity framework component – can you explain in some detail this is also not clear from comments
Does it include transaction rollback- to check if its corrupted or failed?
If I use this can I by pass object mappers?
Are the store proc code obfuscated on the DB for security, is that option there?
thanks
Sorry one more comment, it said on sale cheaper prices, but during checkout it showed the old full prices, can you fix this and explain on the questions, I can then buy. Hopefully support is good!
Does it also generate the store procedure code and DAL layer, do I need both for the web application. If I have a database is this all I need?
And I buy the component and like it, can I upgrade to the source version – what is the difference
Please see below.
- Many Versions: If I create one app and add all features (for C#, VB.Net, PHP, MySQL, SQL Server, stored procedures, inline queries, entity framework) then it will be expensive and its price might not be affordable for all users. Therefore we have created separate apps. However, in the future we may plan to add all the features to one app.
- Trial Version: We don’t have a trial version at the moment but you can check the video demo, item description and screen shots. If something is confusing, please contact me via my profile page here.
- I didn’t get the following option, please elaborate.
“edit all the tables with a record. For e.g. user Id, can be email or int” - Generated Code: The generated code is C# code with inline queries (not LINQ). However we have another app that is generating LINQ, please click here to check it.
- Difference between this and EF one: This one generates C# code with inline queries while the EF one generates both C# and VB.Net code with LINQ. If it’s not clear, please contact me via my profile page.
- Object Mappers: Yes. This app creates classes for each table that has all the columns of the table as properties with CRUD methods.
- This app does not create stored procedures. We have another app for SPs, please click here.
- Both of the following apps are exactly same. The first one is a bit expensive because it has source code.
https://codecanyon.net/item/c-dal-generator-source-code/19203338
https://codecanyon.net/item/c-dal-generator/13003064
Please check carefully that you have added the correct item to the cart. Try to clear the cart and add the correct one again. - Upgrading to Source Version: Actually I have uploaded both apps separately and upgrading from one app to another is not supported by Envato at the moment. However if I add features to it in the future, you will be able to download it.
Feel free to contact us if you have any question.
C# DAL Generator will not install. On Windows 10 Get ‘another installation already in progress…’
Hi, If you have already another installation in progress then wait for that to complete. If there is not then restart your computer and then install “C# DAL Generator”. If it’s still not working then send me an email via my profile page.
Sweet generator! It would be nice to include get calls for views.
Hi. Thanks for your suggestion. We are considering this for the coming versions.
I’m very impressed about this code. Very useful and clean. Very good tool. Marcello Savorani Software Engineer
PS Must implement the option of source code geenration without primary key not defined on database. Primary key exist but isn’t defined on sql server structure as primary key. Other: multiple key. If i have multple key must consider this option.
Thank you so much.
Hi.
Thanks for your suggestion. We will implement this feature in the coming versions.
Thanks for the tool man, its an awesome asset.
Thanks a lot for the encouraging comments.
Are you planning on supporting MS Access if so when?
I will add it as soon as possible. I will let you know when done.
Hi.
A new version has been uploaded that supports both MS Access and SQL Server.
Check the video demo, preview screen shots and item description for details.
Hi! Can I use this tool with MS Access?
Hi!
The current version does not support MS Access.
Hi.
A new version has been uploaded that supports both MS Access and SQL Server.
Check the video demo, preview screen shots and item description for details.
Hi. Can I create my own classes name’s? Ex: “Nombres”, “Apellidos”,”etc” I need names in spanish… jeje.
The class name is same as the table name but will be converted to a valid C# identifier. If the table name is in Spanish then the class name will also be in Spanish. Custom class name is not supported in this version but will be available in the next version soon.
The new version has been uploaded. It supports custom class name as well as other features like pagination and sorting.
Thanks!
.
hmmm… interesting…
Good luck with sales!
Thanks.
very very good.
Thanks.