Base solution for your next web application

Activities of "sregitz"

I'm creating essentially an Employee Search field (by last name) on the Dashboard and want the button to redirect to my Employee details page (passing the employeeID from a textbox on this page the user types into) and want to know what the best practice is for this. Of course a Route comes to mind but wanted to see if there was a preferred method by using the existing AppService for Employees and pass it a type, something like GetEmployee(GetEmployeeInput input) from the CSHTML page.

Somehow I have different versions of ABP in my solution. I have mostly 0.8.4.0 but the below 2 assemblies are 0.12.0.0

Abp.EntityFramework.Common.dll Abp.Web.Common.dll

What is the best way to get all of my assemblies in my ASP.Net Zero solution in sync?

New to this framework.

Have tried working through examples but once I ran solution my new repository was created using the Default ContextDB (ABP Db) instead of the one I want to read from.

Are there any examples of using this framework to simply interact with other data sources (databases) on the same SQL Server?

Showing 1 to 3 of 3 entries