We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We will have bare minimum two projects in Solution.
Core -> This will have the token generation logic
UI ->Xamarin or ,NET Core or any other Apps.
The text was updated successfully, but these errors were encountered:
Team: Can we start creating the folder structure , we will talk about the design document later.
Sorry, something went wrong.
In the Core Project we can have Folders specific to Token generation
e.g. Model class., Repositories, and BL
We may not need a db here,
In the UI projct we will have .NET Core Web App or any other Technology which will consume the Core Project
here we will have all the Abstractions
UI->BL->DAL
Guys Edit it whatever way you want
Added applicationfacade folder an application facade.cs as lart of T14
Added resx folder and file as part of T16.
nilanjansen
GowthamThangamani
KarthikElumalai
manoj123448
No branches or pull requests
We will have bare minimum two projects in Solution.
Core -> This will have the token generation logic
UI ->Xamarin or ,NET Core or any other Apps.
The text was updated successfully, but these errors were encountered: