Base solution for your next web application

Activities of "imanrahimi"

I want to suggest aspnetboilerplate framework for our software development team. I know the advantages of the aspnetboilerplate , But what are the disadvantages of this framework? I want to introduce aspnetboilerplate and i have to say about advantages and disadvantages too.

Thank you. I read your the domain service documentation.I can throw an exception if duplicate data entered by the user, But i have a problem, If i have multiple business rules and i want to return multiple error string to the User in a single service call, how can i do it?

Hi thank you for your good framework In ASPNETBoilerPlate with entityFramework , I want to validate User input for uniqueness in some fields by an specific criteria, i have to query from database and check uniqueness of input and return suitable message when duplicate data entered by the user, otherwise save data to database. where can i write my query and add validation error if duplicate data entered by the user? Is this a business rule and must be implemented in core (domain) project? Do you have any sample of this situation?

Showing 1 to 3 of 3 entries