Hey all ,
i am new at spa app,
my project working like this
first solution - models
second solution - data using repository and uow
third solution - business its for a bridge between clients and data solutions
fourth solutions - clients
i am doing like this because i am using client more than 1
so i am not chaging anything for data and models solutions just chaging business solution layer.
thats why client dont know anythink about data i am just calling method from client's server side with ajax
and that method just getting json result from bussiness solution methods
my question is whats breeze can do for me should i need to use ? when i look now i can use breeze instead of ajax just calling client's server methods.
idont have so much experiance, sory if its stupid question .
thanx for answers .